Skip to content

Commit

Permalink
Update appdata and CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
paolostivanin committed Mar 5, 2024
1 parent 64235ab commit dd32860
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ install(FILES data/com.github.paolostivanin.OTPClient.desktop DESTINATION share/
install(FILES data/com.github.paolostivanin.OTPClient.appdata.xml DESTINATION share/metainfo)

install(FILES src/ui/otpclient.ui DESTINATION share/otpclient)
install(FILES src/ui/add_popover.ui DESTINATION share/otpclient)
install(FILES src/ui/settings_popover.ui DESTINATION share/otpclient)
install(FILES src/ui/shortcuts.ui DESTINATION share/otpclient)

install(FILES man/otpclient.1.gz DESTINATION share/man/man1)
Expand Down
12 changes: 11 additions & 1 deletion data/com.github.paolostivanin.OTPClient.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,17 @@
</content_rating>

<releases>
<release version="3.5.0" date="2024-03-01x">
<release version="3.5.0" date="2024-03-05">
<description>
<p>OTPClient 3.5.1 brings a small improvement and some code clean-up:</p>
<ul>
<li>NEW: add back buttons to the various popover menus</li>
<li>FIX: split popovers into their own UI files</li>
<li>FIX: remove upgrade message when upgrading from a version older than 2.6.0</li>
</ul>
</description>
</release>
<release version="3.5.0" date="2024-03-01">
<description>
<p>OTPClient 3.5.0 brings some new features and improvements:</p>
<ul>
Expand Down

0 comments on commit dd32860

Please sign in to comment.