From 0b95e8e5fd1b18948a8ab3cd8d5ee7cec7663e83 Mon Sep 17 00:00:00 2001 From: Quentin Rouland Date: Tue, 6 Jan 2026 15:47:39 +0100 Subject: [PATCH] Bump version 0.0.4 --- CHANGELOG.md | 11 ++++++++--- manifest.json.in | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f893f1b..71bc7fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -# 0.0.3: Git Initial Support and Move to RNP +# 0.0.4 +- Fix white screen issue on 24.04 +- Add search functionality +- Some minor fixes and improvements + +# 0.0.3 - Port app to Focal - Improve UI : * Follow human interface guidelines @@ -9,14 +14,14 @@ - Add Git HTTP and HTTP AUTH clone for password store import feature - Add delete password store feature -# 0.0.2 : Added translations +# 0.0.2 - Added French by Anne17 and Reda - Added Catalan by Joan CiberSheep - Added Spanish by Advocatux and Reda Thanks to all the translators ! -# 0.0.1 : Initial Release +# 0.0.1 - Import of gpg keys via file - Suppression of gpg keys - Import of password via a password store zip diff --git a/manifest.json.in b/manifest.json.in index d837044..f0bab4d 100644 --- a/manifest.json.in +++ b/manifest.json.in @@ -10,7 +10,7 @@ "content-hub": "UTPass.contenthub" } }, - "version": "0.0.4-dev", + "version": "0.0.4", "maintainer": "Quentin Rouland ", "framework" : "ubuntu-sdk-20.04" }