From f6bc722784dfd7d89c18f4102af9aa728524959c Mon Sep 17 00:00:00 2001 From: Jussi Lind Date: Sun, 11 Dec 2022 20:26:20 +0200 Subject: [PATCH] 3.6.3 --- CHANGELOG | 12 +++++++++++- CMakeLists.txt | 2 +- scripts/build-app-image | 2 +- scripts/build-archive | 2 +- scripts/build-windows-zip | 2 +- snapcraft.yaml | 2 +- 6 files changed, 16 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6bf17224..812c2843 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,10 @@ -x.y.z +3.6.3 ===== Release date: +Sun, 11 Dec 2022 18:28:24 -0000 + New features: * Fix GitHub Issue #229: Add option to automatically open the last used file on application start @@ -19,6 +21,14 @@ Bug fixes: Other: +* Initialize a new mind map to avoid an undefined state if the mind map fails to load + +* Apply autosave only when settings dialog is accepted + +* Increase edge with step to 0.25 + +* Update Dutch and Italian translations + 3.6.2 ===== diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ff842ea..9317f218 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ endif() # Global version set(VERSION_MAJOR 3) set(VERSION_MINOR 6) -set(VERSION_PATCH 2) +set(VERSION_PATCH 3) set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") # Some common CPack variables diff --git a/scripts/build-app-image b/scripts/build-app-image index 098fdce9..5fb08936 100755 --- a/scripts/build-app-image +++ b/scripts/build-app-image @@ -2,7 +2,7 @@ # Builds AppImage in Docker -HEIMER_VERSION=3.6.2 +HEIMER_VERSION=3.6.3 CMD="export LANG=en_US.UTF-8 && \ export LC_ALL=en_US.UTF-8 && \ diff --git a/scripts/build-archive b/scripts/build-archive index 2e9168cf..85e4ac65 100755 --- a/scripts/build-archive +++ b/scripts/build-archive @@ -1 +1 @@ -git archive --format=tar.gz --prefix=heimer-3.6.2/ HEAD > heimer-3.6.2.tar.gz +git archive --format=tar.gz --prefix=heimer-3.6.3/ HEAD > heimer-3.6.3.tar.gz diff --git a/scripts/build-windows-zip b/scripts/build-windows-zip index a4fb8e95..34b8afa5 100755 --- a/scripts/build-windows-zip +++ b/scripts/build-windows-zip @@ -2,7 +2,7 @@ # Builds ZIP archive for Windows in Docker -VERSION=3.6.2 +VERSION=3.6.3 CMAKE=/mxe/usr/bin/i686-w64-mingw32.static-cmake diff --git a/snapcraft.yaml b/snapcraft.yaml index 953cd97c..3fa5e225 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: heimer -version: '3.6.2' +version: '3.6.3' summary: Heimer is a simple cross-platform mind map tool. description: | Heimer is a simple cross-platform mind map creation tool.