Skip to content

Commit

Permalink
Update appdata and ui
Browse files Browse the repository at this point in the history
  • Loading branch information
paolostivanin committed Jan 8, 2024
1 parent 7ccce8c commit 3cde29d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions data/com.github.paolostivanin.OTPClient.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@
</content_rating>

<releases>
<release version="3.3.0" date="2024-01-08">
<description>
<p>OTPClient 3.3.0 brings the following changes:</p>
<ul>
<li>NEW: set background to red when delete mode is entered (#323)</li>
<li>FIX: handling of base32 string (#328)</li>
</ul>
</description>
</release>
<release version="3.2.1" date="2023-10-31">
<description>
<p>OTPClient 3.2.1 fixes a couple of issues.</p>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/otpclient.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1437,7 +1437,7 @@ but not the number of digits and/or the period/counter.</property>
<property name="max-length">255</property>
<property name="visibility">False</property>
<property name="secondary-icon-name">dialog-password-symbolic</property>
<property name="primary-icon-tooltip-text" translatable="yes">Secret</property>
<property name="primary-icon-tooltip-text" translatable="yes">Must be an uppercase base32 string. It may contain spaces. </property>
<property name="placeholder-text" translatable="yes">Secret</property>
<property name="input-purpose">password</property>
</object>
Expand Down

0 comments on commit 3cde29d

Please sign in to comment.