64 lines
2.5 KiB
XML
64 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop-application">
|
|
<id>cz.bugsy.roster</id>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>GPL-3.0-or-later</project_license>
|
|
|
|
<name>Roster</name>
|
|
<summary>HTTP client for API testing</summary>
|
|
<description>
|
|
<p>Roster is a modern HTTP client for testing and debugging REST APIs. It provides a clean, GNOME-native interface for making HTTP requests and inspecting responses.</p>
|
|
<p>Note: Application-specific icons included with this project are licensed under CC-BY-SA-3.0. GNOME system icons are provided by the system and are not distributed with this application. All other components are licensed under GPL-3.0-or-later.</p>
|
|
</description>
|
|
|
|
<developer id="cz.bugsy">
|
|
<name>Pavel Baksy</name>
|
|
</developer>
|
|
|
|
<url type="homepage">https://git.bugsy.cz/beval/roster</url>
|
|
<url type="vcs-browser">https://git.bugsy.cz/beval/roster</url>
|
|
<url type="bugtracker">https://git.bugsy.cz/beval/roster/issues</url>
|
|
|
|
<translation type="gettext">roster</translation>
|
|
<!-- All graphical applications having a desktop file must have this tag in the MetaInfo.
|
|
If this is present, appstreamcli compose will pull icons, keywords and categories from the desktop file. -->
|
|
<launchable type="desktop-id">cz.bugsy.roster.desktop</launchable>
|
|
<!-- Use the OARS website (https://hughsie.github.io/oars/generate.html) to generate these and make sure to use oars-1.1 -->
|
|
<content_rating type="oars-1.1" />
|
|
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>https://example.org/example1.png</image>
|
|
<caption>A caption</caption>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>https://example.org/example2.png</image>
|
|
<caption>A caption</caption>
|
|
</screenshot>
|
|
</screenshots>
|
|
|
|
<releases>
|
|
<release version="0.4.0" date="2026-01-05">
|
|
<description translate="no">
|
|
<p>Version 0.4.0 release</p>
|
|
<ul>
|
|
<li>Improved sidebar layout with reduced indentation</li>
|
|
<li>Enhanced panel resizing capabilities</li>
|
|
<li>Better project folder state management</li>
|
|
<li>Status icons fixes in panels</li>
|
|
</ul>
|
|
</description>
|
|
</release>
|
|
<release version="0.2.0" date="2025-12-30">
|
|
<description translate="no">
|
|
<p>Version 0.2.0 release</p>
|
|
<ul>
|
|
<li>Environment variable support improvements</li>
|
|
<li>UI refinements and bug fixes</li>
|
|
</ul>
|
|
</description>
|
|
</release>
|
|
</releases>
|
|
|
|
</component>
|