diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-27 12:35:22 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-27 15:29:16 +0100 |
| commit | f8bc19260865eaeed3411f6ef9768c2d3033bd56 (patch) | |
| tree | 4be7db845783452f403f5dafb0d46c6a810e4603 /resources/systems.tranquil.Map.metainfo.xml | |
| parent | d3c3b850572383fd724e8aeef0c1c924152fde70 (diff) | |
Prepare for 1.0.3 release
Diffstat (limited to 'resources/systems.tranquil.Map.metainfo.xml')
| -rw-r--r-- | resources/systems.tranquil.Map.metainfo.xml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/resources/systems.tranquil.Map.metainfo.xml b/resources/systems.tranquil.Map.metainfo.xml index 1cfa4b0..eb7a259 100644 --- a/resources/systems.tranquil.Map.metainfo.xml +++ b/resources/systems.tranquil.Map.metainfo.xml @@ -27,11 +27,11 @@ <screenshots> <screenshot type="default"> - <image>https://map.tranquil.systems/img/screenshots/key-linux.png</image> + <image>https://map.tranquil.systems/img/screenshots/key-flathub.png</image> <caption>The main window of Map showing the code editor on the left pane, and the rendered preview on the right pane.</caption> </screenshot> <screenshot> - <image>https://map.tranquil.systems/img/screenshots/preferences-linux.png</image> + <image>https://map.tranquil.systems/img/screenshots/preferences-flathub.png</image> <caption>A lineup of the preference panes in map, showing the ways in which you can customize your experience.</caption> </screenshot> </screenshots> @@ -43,6 +43,15 @@ <url type="bugtracker">https://todo.sr.ht/~rbdr/wmap</url> <releases> + <release version="1.0.3" date="2026-03-27"> + <description> + <p>Improved layout for small screens, and about window.</p> + <ul> + <li>Automatically switches to vertical layout when using smaller window sizes (eg. for phones)</li> + <li>Adds an about window that includes a link to report issues, and a reference of the language.</li> + </ul> + </description> + </release> <release version="1.0.2" date="2026-01-19" /> </releases> |