From 1aa33aa0f5b070df185fe209edc4a85acb8e9880 Mon Sep 17 00:00:00 2001 From: Lorenzo Paderi Date: Thu, 8 Aug 2024 10:21:25 +0200 Subject: [PATCH] version bump --- data/it.mijorus.gearlever.appdata.xml.in | 6 ++++++ meson.build | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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', ],