<?xml version="1.0" encoding="UTF-8"?> <component type="desktop-application"> <id>@APP_ID@</id> <name>Concessio</name> <summary>Understand file permissions</summary> <developer id="io.github.ronniedroid"> <name translatable="no">Ronnie Nissan</name> </developer> <description> <p>Concessio helps you understand and convert between unix permissions representations</p> <ul> <li>Convert between symbolic and numeric representations of UNIX file permissions</li> <li>Use toggle buttons to update the symbolic and numeric fields</li> <li>Open a file to read it's permissions and convert them</li> <li>Open the help dialog to read and understand the UNIX permissions system</li> </ul> </description> <content_rating type="oars-1.1"/> <branding> <color type="primary" scheme_preference="light">#8ff0a4</color> <color type="primary" scheme_preference="dark">#2ec27e</color> </branding> <screenshots> <screenshot type="default"> <image>https://raw.githubusercontent.com/ronniedroid/concessio/main/data/screenshots/main-page.png</image> <caption>Application main page converting between numeric and symbolic permission</caption> </screenshot> <screenshot> <image>https://raw.githubusercontent.com/ronniedroid/concessio/main/data/screenshots/help-page.png</image> <caption>Application help page, explaining unix permissions</caption> </screenshot> </screenshots> <metadata_license>CC0-1.0</metadata_license> <project_license>GPL-3.0-or-later</project_license> <launchable type="desktop-id">@APP_ID@.desktop</launchable> <provides> <binary>@APP_ID@</binary> <dbus type="user">@APP_ID@</dbus> </provides> <translation type="gettext">@APP_ID@</translation> <supports> <control>pointing</control> <control>keyboard</control> <control>touch</control> </supports> <url type="homepage">https://github.com/ronniedroid/concessio</url> <url type="vcs-browser">https://github.com/ronniedroid/concessio</url> <url type="bugtracker">https://github.com/ronniedroid/concessio/issues</url> <releases> <release version="v0.1.10" date="2025-04-01"> <description translate="no"> <ul> <li>Updated to gnome 48 runtime</li> <li>Added Brazilian Portuguese translations (Thanks to ioseph-silva )</li> </ul> </description> </release> <release version="v0.1.9" date="2024-11-20"> <description translate="no"> <ul> <li>Added Russian translations (Thanks to vorons)</li> <li>Added Dutch translations (Thanks to Vistaus )</li> </ul> </description> </release> <release version="v0.1.8" date="2024-09-22"> <description translate="no"> <ul> <li>Fixed Czech translations</li> <li>Updated to Gnome 47 runtime</li> </ul> </description> </release> <release version="v0.1.7" date="2024-09-20"> <description translate="no"> <p>Added Czech translations by vikdevelop</p> </description> </release> <release version="v0.1.6" date="2024-09-18"> <description translate="no"> <p>Updated translation</p> </description> </release> <release version="v0.1.5" date="2024-09-17"> <description translate="no"> <p>Added support for linux special permissions, SUID, SGID and Sticky bit</p> </description> </release> <release version="v0.1.4" date="2024-09-01"> <description translate="no"> <ul> <li>Added Italian translation by Albano Battistella</li> <li>Minor fixed and changes</li> </ul> </description> </release> <release version="v0.1.2" date="2024-08-26"> <description translate="no"> <p>Initial release</p> </description> </release> </releases> </component>