File: com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in

package info (click to toggle)
gnome-authenticator 3.32.2%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,768 kB
  • sloc: python: 1,936; xml: 19; sh: 13; makefile: 3
file content (174 lines) | stat: -rw-r--r-- 7,432 bytes parent folder | download | duplicates (2)
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<?xml version="1.0" encoding="UTF-8"?>
<!-- Bilal Elmoussaoui 2019 <bilal.elmoussaoui@gnome.org> -->
<component type="desktop-application">
  <id>@APP_ID@</id>
  <metadata_license>CC0</metadata_license>
  <project_license>GPL-3.0+</project_license>
  <name>Authenticator</name>
  <summary>A Two-Factor Authentication application</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 more than 560 supported services</li>
        <li>Keep your PIN tokens secure by locking the application with a password</li>
        <li>Automatically fetch an image for services using their favicon</li>
        <li>The possibility to add new services</li>
        <li>Dark theme and night light</li>
    </ul>
  </description>
  <screenshots>
      <screenshot type="default">
        <image width="465" height="617">https://gitlab.gnome.org/World/Authenticator/raw/master/data/screenshots/screenshot1.png</image>
        <caption>Main Window - empty state</caption>
      </screenshot>
      <screenshot>
        <image width="464" height="612">https://gitlab.gnome.org/World/Authenticator/raw/master/data/screenshots/screenshot2.png</image>
        <caption>Add a new account</caption>
      </screenshot>
      <screenshot>
        <image width="463" height="609">https://gitlab.gnome.org/World/Authenticator/raw/master/data/screenshots/screenshot3.png</image>
        <caption>Main Window - Accounts List</caption>
      </screenshot>
      <screenshot>
        <image width="422" height="602">https://gitlab.gnome.org/World/Authenticator/raw/master/data/screenshots/screenshot4.png</image>
        <caption>Settings Window</caption>
      </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://l10n.gnome.org/module/authenticator/</url>
  <url type="donation">https://liberapay.com/bielmoussaoui</url>
  <content_rating type="oars-1.0" />
  <releases>
    <release version="3.32.2" date="2019-07-23">
        <description>
            <ul>
                <li>Use the new libhandy Settings widget</li>
                <li>Settings: add an auto lock timeout</li>
                <li>Various fixes</li>
                <li>Translations updates</li>
            </ul>
        </description>
    </release>
    <release version="3.32.1" date="2019-05-25">
        <description>
            <p>
               HOTFIX: if you had an issue with your accounts being lost after the latest update, please update to this one.
            </p>
            <ul>
                <li>Database migrations: ensure users won't lose their data in the future</li>
                <li>Fix edit account issue</li>
                <li>Improve the provider image widget</li>
                <li>Translations updates</li>
            </ul>
        </description>
    </release>
    <release version="3.32" date="2019-05-22">
        <description>
            <p>
                Authenticator 3.32 is out! Here's an overview of what changed
                Please backup your accounts before updating to the latest version and restore the data after update.
            </p>
            <ul>
                <li>New settings window</li>
                <li>Download provider images using their favicon if possible</li>
                <li>Night Light feature: not working yet!</li>
                <li>The possibility to enable/disable a password without having to reset everything</li>
                <li>You can now add new providers and set images for providers that we didn't find an icon for</li>
                <li>Mobile ready</li>
                <li>New icon by Tobias Bernard</li>
                <li>Click to copy the PIN on GNOME Shell Search provider results</li>
                <li>Hide the results from Shell Search Provider if the application is locked</li>
                <li>Bunch of fixed bugs</li>
            </ul>
        </description>
    </release>
    <release version="0.2.5" date="2018-09-11">
      <description>
        <p>
          Since I have moved the application to GNOME 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 window with 3 sections: appearance, behavior and backup</li>
          <li>Fix Flatpak Build with the latest GNOME Runtime</li>
          <li>Move the project to GNOME 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>Possibility 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>bilal.elmoussaoui@gnome.org</update_contact>
  <translation type="gettext">@GETTEXT_PACKAGE@</translation>
  <launchable type="desktop-id">@APP_ID@.desktop</launchable>
</component>