From 2a0f6714d6fa58a2d9a2159dc3471a2d03b30c5d Mon Sep 17 00:00:00 2001 From: Jan Belohoubek Date: Thu, 8 Jun 2023 18:10:38 +0200 Subject: [PATCH] v0.8.1 --- CHANGELOG.md | 4 ++++ UBsync-ui/Main.qml | 4 ++-- manifest.json.in | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d45078..87ea7e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# 0.8.1 (06/2023) +1. Translation updates +1. Systemd service installation-related issue fixed (issue #26) + # 0.8.0 (03/2023) 1. Focal support added 1. New focal-compatible binaries and libs included diff --git a/UBsync-ui/Main.qml b/UBsync-ui/Main.qml index a1fb4cd..fce45ec 100644 --- a/UBsync-ui/Main.qml +++ b/UBsync-ui/Main.qml @@ -45,7 +45,7 @@ MainView { // Note! applicationName needs to match the "name" field of the click manifest applicationName: "ubsync" applicationVersion: "0.8" - applicationPatch: "0" // minor version + applicationPatch: "1" // minor version anchorToKeyboard: true @@ -56,7 +56,7 @@ MainView { property string owncloudcmdVersion property string owncloudSyncdVersion property string ubsyncVersion: "0.8" - property string ubsyncVersionPatch: "0" + property string ubsyncVersionPatch: "1" property string color_targetActive: "forestgreen" property string color_targetInactive: "silver" diff --git a/manifest.json.in b/manifest.json.in index 9111744..85c59cd 100644 --- a/manifest.json.in +++ b/manifest.json.in @@ -10,7 +10,7 @@ "desktop": "UBsync-ui/UBsync.desktop" } }, - "version": "0.8.0", + "version": "0.8.1", "maintainer": "Jan Belohoubek ", "framework": "ubuntu-sdk-20.04" }