diff options
Diffstat (limited to 'data/systems.tranquil.Map.metainfo.xml.in.in')
| -rw-r--r-- | data/systems.tranquil.Map.metainfo.xml.in.in | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/data/systems.tranquil.Map.metainfo.xml.in.in b/data/systems.tranquil.Map.metainfo.xml.in.in new file mode 100644 index 0000000..75ff997 --- /dev/null +++ b/data/systems.tranquil.Map.metainfo.xml.in.in @@ -0,0 +1,78 @@ +<?xml version="1.0" encoding="UTF-8"?> +<component type="desktop-application"> + <id>@app-id@</id> + + <name>application.name</name> + <summary>application.summary</summary> + + <metadata_license>CC-BY-SA-4.0</metadata_license> + <project_license>AGPL-3.0-or-later</project_license> + + <recommends> + <control>pointing</control> + <control>keyboard</control> + <control>touch</control> + </recommends> + <requires> + <display_length compare="ge">350</display_length> + </requires> + + <description> + <p> + application.description + </p> + </description> + + <launchable type="desktop-id">@app-id@.desktop</launchable> + + <screenshots> + <screenshot type="default"> + <image>https://map.tranquil.systems/img/screenshots/key-flathub.png</image> + <caption>application.screenshot.key.caption</caption> + </screenshot> + <screenshot> + <image>https://map.tranquil.systems/img/screenshots/preferences-flathub.png</image> + <caption>application.screenshot.preferences.caption</caption> + </screenshot> + </screenshots> + + <content_rating type="oars-1.1" /> + + <url type="homepage">https://map.tranquil.systems/map-for-linux</url> + <url type="vcs-browser">https://git.sr.ht/~rbdr/map-linux</url> + <url type="bugtracker">https://todo.sr.ht/~rbdr/wmap</url> + + <releases> + <release version="1.0.4" date="2026-03-30"> + <description> + <p>Editing preferences now works better on small screens.</p> + <ul> + <li>Templates preferences window uses a collapsible sidebar to work better in small screen sizes.</li> + <li>The layout of all other preference windows should display properly in screen sizes up to 360px</li> + </ul> + </description> + </release> + <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> + + <developer id="systems.tranquil"> + <name>Rubén Beltrán del Río</name> + </developer> + + <branding> + <color type="primary" scheme_preference="light">#FFCEC7</color> + <color type="primary" scheme_preference="dark">#592e2e</color> + </branding> + + <update_contact>inquiries@work.bdr.sh</update_contact> + <translation type="gettext">@gettext-domain@</translation> +</component> |