diff --git a/CMakeLists.txt b/CMakeLists.txt index d8df171..d846d7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/data/com.github.paolostivanin.OTPClient.appdata.xml b/data/com.github.paolostivanin.OTPClient.appdata.xml index f851dea..11f400d 100644 --- a/data/com.github.paolostivanin.OTPClient.appdata.xml +++ b/data/com.github.paolostivanin.OTPClient.appdata.xml @@ -89,7 +89,17 @@ - + + +

OTPClient 3.5.1 brings a small improvement and some code clean-up:

+
    +
  • NEW: add back buttons to the various popover menus
  • +
  • FIX: split popovers into their own UI files
  • +
  • FIX: remove upgrade message when upgrading from a version older than 2.6.0
  • +
+
+
+

OTPClient 3.5.0 brings some new features and improvements: