diff --git a/data/it.mijorus.gearlever.appdata.xml.in b/data/it.mijorus.gearlever.appdata.xml.in index b0e4115..c291b8c 100644 --- a/data/it.mijorus.gearlever.appdata.xml.in +++ b/data/it.mijorus.gearlever.appdata.xml.in @@ -13,6 +13,11 @@
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.
- Minor UI updates
+- Added a shortcut to open the containing folder of files
diff --git a/meson.build b/meson.build index 0a1f9b7..9d5e3a6 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gearlever', - version: '1.0.14', + version: '1.0.15', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', ],