mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-06 09:40:59 +01:00
117 lines
4.8 KiB
XML
117 lines
4.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop-application">
|
|
<id>@appid@</id>
|
|
<metadata_license>CC0</metadata_license>
|
|
<project_license>GPL-3.0+</project_license>
|
|
<name>Authenticator</name>
|
|
<summary>Two-factor authentication code generator</summary>
|
|
<description>
|
|
<p>Simple application that generates a two-factor authentication code, created for GNOME.</p>
|
|
<p>Features:</p>
|
|
<ul>
|
|
<li>QR code scanner</li>
|
|
<li>Beautiful UI</li>
|
|
<li>Huge database of (290+) websites/applications</li>
|
|
</ul>
|
|
</description>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image width="630" height="699">https://gitlab.gnome.org/World/Authenticator/raw/master/data/screenshots/screenshot1.png</image>
|
|
<image width="452" height="699">https://gitlab.gnome.org/World/Authenticator/raw/master/data/screenshots/screenshot2.png</image>
|
|
<image width="652" height="652">https://gitlab.gnome.org/World/Authenticator/raw/master/data/screenshots/screenshot3.png</image>
|
|
<image width="652" height="652">https://gitlab.gnome.org/World/Authenticator/raw/master/data/screenshots/screenshot4.png</image>
|
|
<image width="652" height="652">https://gitlab.gnome.org/World/Authenticator/raw/master/data/screenshots/screenshot5.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
<url type="homepage">https://gitlab.gnome.org/World/Authenticator</url>
|
|
<url type="bugtracker">https://gitlab.gnome.org/World/Authenticator/issues</url>
|
|
<url type="translate">https://hosted.weblate.org/projects/authenticator/translation/</url>
|
|
<url type="donation">https://www.paypal.me/BilalELMoussaoui</url>
|
|
<content_rating type="oars-1.0" />
|
|
<releases>
|
|
<release version="0.2.5" date="2018-09-11">
|
|
<description>
|
|
<p>
|
|
Since I have moved the application to GOME Gitlab's World group, a Flatpak build for each new commit is available to download from the site's website.
|
|
</p>
|
|
<ul>
|
|
<li>Backup and restore from a basic JSON file</li>
|
|
<li>Backup and restore from an encrypted-GPG JSON file</li>
|
|
<li>Add andOTP support (free and open Android 2FA application)</li>
|
|
<li>New Settings Widow with 3 sections: appearance, behavior and backup</li>
|
|
<li>Fix Flatpak Build with the latest GNOME Runtime</li>
|
|
<li>Move the project to GOME Gitlab's World group</li>
|
|
</ul>
|
|
</description>
|
|
</release>
|
|
<release version="0.2.4" date="2018-09-10">
|
|
<description>
|
|
<ul>
|
|
<li>GNOME Shell Search provider</li>
|
|
<li>Codes expire simultaneously #91 </li>
|
|
</ul>
|
|
</description>
|
|
</release>
|
|
<release version="0.2.3" date="2018-09-09">
|
|
<description>
|
|
<ul>
|
|
<li>Revamped main window to more closely follow the GNOME HIG</li>
|
|
<li>Revamped add a new account window to make it easier to use</li>
|
|
<li>Possibility to add an account from a provider not listed in the shipped database</li>
|
|
<li>Possibilty to edit an account</li>
|
|
<li>One Time Password now visible by default</li>
|
|
</ul>
|
|
</description>
|
|
</release>
|
|
<release version="0.2.2.1" date="2018-09-03">
|
|
<description>
|
|
<ul>
|
|
<li>Fix python-dbus by using GDbus instead</li>
|
|
</ul>
|
|
</description>
|
|
</release>
|
|
<release version="0.2.2" date="2018-09-02">
|
|
<description>
|
|
<ul>
|
|
<li>Fix the QRScanner on GNOME Shell</li>
|
|
<li>Add a new entry for the account's username</li>
|
|
<li>Updated database of supported accounts</li>
|
|
</ul>
|
|
</description>
|
|
</release>
|
|
<release version="0.2.1" date="2018-03-22">
|
|
<description>
|
|
<ul>
|
|
<li>HOTFIX: App not running in DE other than GNOME</li>
|
|
</ul>
|
|
</description>
|
|
</release>
|
|
<release version="0.2" date="2018-03-16">
|
|
<description>
|
|
<ul>
|
|
<li>Rename project to Authenticator</li>
|
|
<li>Cleaner code base</li>
|
|
<li>Faster startup</li>
|
|
<li>Remove unneeded features</li>
|
|
<li>Switch to pyzbar instead of zbarlight</li>
|
|
<li>Flatpak package</li>
|
|
</ul>
|
|
</description>
|
|
</release>
|
|
<release version="0.1.1" date="2016-06-28" />
|
|
<release version="0.1.0" date="2016-06-22" />
|
|
</releases>
|
|
<kudos>
|
|
<!--
|
|
GNOME Software kudos:
|
|
https://gitlab.gnome.org/GNOME/gnome-software/blob/master/doc/kudos.md
|
|
-->
|
|
<kudo>SearchProvider</kudo>
|
|
<kudo>ModernToolkit</kudo>
|
|
<kudo>HiDpiIcon</kudo>
|
|
</kudos>
|
|
<developer_name>Bilal Elmoussaoui</developer_name>
|
|
<update_contact>bil.elmoussaoui@gmail.com</update_contact>
|
|
<translation type="gettext">@gettext-package@</translation>
|
|
<launchable type="desktop-id">@appid@.desktop</launchable>
|
|
</component>
|