diff --git a/data/it.mijorus.gearlever.appdata.xml.in b/data/it.mijorus.gearlever.appdata.xml.in index c39febb..1558121 100644 --- a/data/it.mijorus.gearlever.appdata.xml.in +++ b/data/it.mijorus.gearlever.appdata.xml.in @@ -13,6 +13,13 @@
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 app name
+- Fixed an error causing app icons to be saved with the .appimage extension
+- Fixed an error causing a crash if the applications folder does not exists
+- Use native widgets for navitagion, allowing go-back gestures with swipes and mouse buttons
diff --git a/meson.build b/meson.build index b92ba00..5fbe4b9 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gearlever', - version: '1.0.9', + version: '1.0.10', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', ],