Files
warehouse/data/io.github.flattool.Warehouse.metainfo.xml.in
2023-10-11 22:17:50 -04:00

118 lines
5.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>io.github.flattool.Warehouse.desktop</id>
<launchable type="desktop-id">io.github.flattool.Warehouse.desktop</launchable>
<name translatable='no'>Warehouse</name>
<developer_name translatable="no">Heliguy</developer_name>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-only</project_license>
<summary translatable='yes'>Manage all things Flatpak</summary>
<description translatable='yes'>
<p>Warehouse is an app that manages installed Flatpaks, their user data, and Flatpak remotes.</p>
<p>Features:</p>
<ul>
<li>Show and filter the list of installed Flatpaks</li>
<li>Display properties of installed Flatpaks</li>
<li>Manage large groups of Flatpaks at once</li>
<li>Add and remove Flatpak remotes</li>
<li>Find and trash leftover user data</li>
<li>Reinstall apps that have leftover data</li>
</ul>
</description>
<recommends>
<control>keyboard</control>
<control>pointing</control>
<control>touch</control>
</recommends>
<requires>
<display_length compare="ge">330</display_length>
</requires>
<content_rating type="oars-1.1"/>
<url type="homepage">https://github.com/flattool/warehouse</url>
<url type="bugtracker">https://github.com/flattool/warehouse/issues</url>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/flattool/warehouse/main/app_page_screeshots/Screenshot%20from%202023-09-24%2020-06-13.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/flattool/warehouse/main/app_page_screeshots/Screenshot%20from%202023-09-24%2020-06-51.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/flattool/warehouse/main/app_page_screeshots/Screenshot%20from%202023-09-24%2020-08-20.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/flattool/warehouse/main/app_page_screeshots/Screenshot%20from%202023-09-24%2020-11-52.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/flattool/warehouse/main/app_page_screeshots/Screenshot%20from%202023-09-24%2020-13-44.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/flattool/warehouse/main/app_page_screeshots/Screenshot%20from%202023-09-24%2020-15-15.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/flattool/warehouse/main/app_page_screeshots/Screenshot%20from%202023-09-24%2020-15-21.png</image>
</screenshot>
</screenshots>
<releases>
<release version="1.2.0" date="2023-10-11" timestamp="1697076304">
<description translatable="yes">
<p>New Features and Changes</p>
<ul>
<li>Flatpaks files can be installed with a drag and drop or from a file selection</li>
<li>Flatpak remotes can be added with a drag and drop or from a file selection</li>
<li>Apps can now be filtered by dependent runtimes</li>
<li>Properties of a runtime now shows a button to show only apps that rely on the runtime</li>
<li>A loading indicator is now shown when adding a remote</li>
<li>Added Wbekit Testing to the list of popular remotes</li>
<li>Added a search bar to the Leftover Data window</li>
<li>Added a button to open the entire user data folder the Leftover Data window</li>
<li>Added a button on each row in the Leftover Data list to open them directly</li>
<li>Changed margins of lists to improve legibility</li>
<li>F10 now opens the main menu</li>
</ul>
<p>Bug Fixes and Stability Improvements</p>
<ul>
<li>Fixed a crash that would sometimes occur when opening the Leftover Data window</li>
<li>Popular remotes are now named correcting and have proper descriptions</li>
<li>The filter button now disables when the Filter window is closed by the keyboard</li>
<li>The default filter is no longer allowed to be set as a new filter</li>
</ul>
</description>
</release>
<release version="1.1.1" date="2023-10-6" timestamp="1696572524">
<description translatable="yes">
<p>Emergency Bug Fix</p>
<ul>
<li>Fix error causing a crash on Linux Mint</li>
<li>Correct typo in the app summary</li>
</ul>
</description>
</release>
<release version="1.1.0" date="2023-10-4" timestamp="1696461734">
<description translatable="yes">
<p>New Features and Changes</p>
<ul>
<li>Choose from a list of popular remotes when adding a new remote</li>
<li>App properties now shows the runtime that the app relies on</li>
<li>Apps and runtimes that are End of Life are now noted as such</li>
<li>Window size and state is remembered between sessions</li>
</ul>
<p>Bug Fixes and Performance Improvements</p>
<ul>
<li>The UI no longer freezes when uninstalling apps</li>
<li>The UI no longer freezes when getting file sizes of large files</li>
<li>Toggling batch mode no longer causes a freeze</li>
<li>Selecting all apps no longer causes a freeze</li>
<li>Applying and removing a filter no longer causes a freeze</li>
<li>Fixed issue where the no remotes status page would not be removed when a new remote was added</li>
</ul>
</description>
</release>
<release version="1.0.0" date="2023-9-25" timestamp="1695695940">
<description translatable="yes">
<p>First release of Warehouse</p>
</description>
</release>
</releases>
</component>