1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
|
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>@app_id@.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<name>@app_title@</name>
<summary>Browse, install, and manage GNOME Shell Extensions.</summary>
<content_rating type="oars-1.1" />
<developer_name translatable="no">Matthew Jakeman</developer_name>
<description>
<p>A utility for browsing and installing GNOME Shell Extensions.</p>
<p>Features:</p>
<ul>
<li>Browse extensions.gnome.org right inside the app</li>
<li>Manage the extensions you already have installed</li>
</ul>
</description>
<screenshots>
<screenshot type="default">
<caption>A utility for managing GNOME Shell Extensions</caption>
<image width="2099" height="1556">https://raw.githubusercontent.com/mjakeman/extension-manager/master/data/screenshot-combined.png?token=GHSAT0AAAAAABQAZ3HOIYZECGZ6OIPZYE4IYPCKHVQ</image>
</screenshot>
<screenshot type="default">
<caption>Browse extensions.gnome.org right inside the app</caption>
<image width="1844" height="1444">https://raw.githubusercontent.com/mjakeman/extension-manager/master/data/screenshot-browse.png?token=GHSAT0AAAAAABQAZ3HOZ6FIJC5TTAO6FSN6YPCKI3A</image>
</screenshot>
<screenshot type="default">
<caption>Manage the extensions you already have installed</caption>
<image width="1844" height="1444">https://raw.githubusercontent.com/mjakeman/extension-manager/master/data/screenshot-installed.png?token=GHSAT0AAAAAABQAZ3HODHOYG7PH5I2RBLQSYPCKI3A</image>
</screenshot>
</screenshots>
<launchable type="desktop-id">@app_id@.desktop</launchable>
<url type="homepage">https://github.com/mjakeman/extension-manager</url>
<url type="bugtracker">https://github.com/mjakeman/extension-manager/issues</url>
<keywords>
<keyword>Extensions</keyword>
<keyword>Shell</keyword>
</keywords>
<translation type="gettext">extension-manager</translation>
<releases>
<release version="0.4.0" date="2022-09-26">
<description>
<ul>
<li>Fully adaptive mobile-friendly user interface</li>
<li>Paginated search results</li>
<li>Upgrade Assistant for checking extension compatibility</li>
<li>Unsupported extensions are hidden by default</li>
<li>Overhauled error and crash reporting</li>
<li>Full-screen image viewer</li>
<li>Handles new <code>gnome-extensions://</code> URI scheme</li>
<li>Randomised extension suggestions</li>
<li>Performance and stability</li>
</ul>
</description>
</release>
<release version="0.3.2" date="2022-08-17">
<description>
<ul>
<li>Translation updates</li>
<li>Various bug fixes</li>
<li>Performance and stability</li>
</ul>
</description>
</release>
<release version="0.3.1" date="2022-06-04">
<description>
<ul>
<li>Translation updates</li>
<li>Remove release notes dialog</li>
<li>Fix special characters in installed extension listings</li>
<li>Performance and stability</li>
</ul>
</description>
</release>
<release version="0.3.0" date="2022-03-21">
<description>
<p>The second feature update to extension-manager. Highlights include:</p>
<ul>
<li>View comments and reviews</li>
<li>Support for in-app updates</li>
<li>Better handling errors and out-of-date extensions</li>
<li>Allow installing 'unsupported' extensions</li>
<li>Display release notes on first run</li>
<li>New app icon</li>
<li>Optionally sort extensions by enabled status</li>
<li>Translation updates</li>
<li>Performance and stability</li>
</ul>
</description>
</release>
<release version="0.2.3" date="2022-02-21">
<description>
<ul>
<li>Translation updates</li>
</ul>
</description>
</release>
<release version="0.2.2" date="2022-02-02">
<description>
<ul>
<li>Translation updates</li>
<li>Fix special characters in search results</li>
</ul>
</description>
</release>
<release version="0.2.1" date="2022-01-24">
<description>
<p>Fixes a crash that sometimes occurs while uninstalling an extension</p>
</description>
</release>
<release version="0.2.0" date="2022-01-24">
<description>
<p>The first feature update to extension-manager. Highlights include:</p>
<ul>
<li>Dark theme and support for overriding the system colour scheme</li>
<li>Shows screenshots in extension listings</li>
<li>Shell version compatibility check</li>
<li>Localised into seven languages</li>
<li>Sort search results</li>
<li>Global extension on/off toggle</li>
<li>Displays user and system extensions separately</li>
<li>Performance and stability</li>
</ul>
</description>
</release>
<release version="0.1.0" date="2022-01-08"/>
</releases>
</component>
|