diff --git a/data/io.github.flattool.Warehouse.metainfo.xml.in b/data/io.github.flattool.Warehouse.metainfo.xml.in index 89a1b81..03342d5 100644 --- a/data/io.github.flattool.Warehouse.metainfo.xml.in +++ b/data/io.github.flattool.Warehouse.metainfo.xml.in @@ -54,6 +54,15 @@ + + +
    +
  • The main list of Flatpaks is now sorted by name instead of ID
  • +
  • Warehouse can now be found in your app menu by searching for "flatpak"
  • +
  • Corrected typo in the previous release's change log
  • +
+
+

New Features and Changes

@@ -63,7 +72,7 @@
  • Apps can now be filtered by dependent runtimes
  • Properties of a runtime now shows a button to show only apps that rely on the runtime
  • A loading indicator is now shown when adding a remote
  • -
  • Added Wbekit Testing to the list of popular remotes
  • +
  • Added Webkit Testing to the list of popular remotes
  • Added a search bar to the Leftover Data window
  • Added a button to open the entire user data folder the Leftover Data window
  • Added a button on each row in the Leftover Data list to open them directly
  • diff --git a/meson.build b/meson.build index 4ab784e..ce3c226 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('warehouse', - version: '1.2.0', + version: '1.2.1', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], ) diff --git a/src/main.py b/src/main.py index 0fcf3ff..b5d22d1 100644 --- a/src/main.py +++ b/src/main.py @@ -119,7 +119,7 @@ class WarehouseApplication(Adw.Application): application_name="Warehouse", application_icon="io.github.flattool.Warehouse", developer_name="Heliguy", - version="1.2.0", + version="1.2.1", developers=["Heliguy https://github.com/heliguy4599", "kramo https://kramo.hu"], artists=["Heliguy https://github.com/heliguy4599", "kramo https://kramo.hu", "eryn https://github.com/hericiumvevo"], copyright='© 2023 Heliguy',