diff --git a/data/it.mijorus.gearlever.appdata.xml.in b/data/it.mijorus.gearlever.appdata.xml.in index f36f230..47e107b 100644 --- a/data/it.mijorus.gearlever.appdata.xml.in +++ b/data/it.mijorus.gearlever.appdata.xml.in @@ -20,6 +20,12 @@

An utility to manage AppImages with ease! Gear lever will organize and manage AppImage files for you, generate desktop entries and app metadata, update apps in-place or keep multiple versions side-by-side.

+ + +

- Updated appimage type detection according to the specs

+

- Moved the "Cancel download" button to avoid unintentional errors

+
+

- Added checks to detect if Gear Lever is running as a flatpak

diff --git a/meson.build b/meson.build index aa01b3a..dcf5393 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gearlever', - version: '2.0.5', + version: '2.0.6', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', ],