Skip to content

Commit f6bc722

Browse files
committed
3.6.3
1 parent 27e66ee commit f6bc722

File tree

6 files changed

+16
-6
lines changed

6 files changed

+16
-6
lines changed

CHANGELOG

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
x.y.z
1+
3.6.3
22
=====
33

44
Release date:
55

6+
Sun, 11 Dec 2022 18:28:24 -0000
7+
68
New features:
79

810
* Fix GitHub Issue #229: Add option to automatically open the last used file on application start
@@ -19,6 +21,14 @@ Bug fixes:
1921

2022
Other:
2123

24+
* Initialize a new mind map to avoid an undefined state if the mind map fails to load
25+
26+
* Apply autosave only when settings dialog is accepted
27+
28+
* Increase edge with step to 0.25
29+
30+
* Update Dutch and Italian translations
31+
2232
3.6.2
2333
=====
2434

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ endif()
2727
# Global version
2828
set(VERSION_MAJOR 3)
2929
set(VERSION_MINOR 6)
30-
set(VERSION_PATCH 2)
30+
set(VERSION_PATCH 3)
3131
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
3232

3333
# Some common CPack variables

scripts/build-app-image

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Builds AppImage in Docker
44

5-
HEIMER_VERSION=3.6.2
5+
HEIMER_VERSION=3.6.3
66

77
CMD="export LANG=en_US.UTF-8 && \
88
export LC_ALL=en_US.UTF-8 && \

scripts/build-archive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git archive --format=tar.gz --prefix=heimer-3.6.2/ HEAD > heimer-3.6.2.tar.gz
1+
git archive --format=tar.gz --prefix=heimer-3.6.3/ HEAD > heimer-3.6.3.tar.gz

scripts/build-windows-zip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Builds ZIP archive for Windows in Docker
44

5-
VERSION=3.6.2
5+
VERSION=3.6.3
66

77
CMAKE=/mxe/usr/bin/i686-w64-mingw32.static-cmake
88

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: heimer
2-
version: '3.6.2'
2+
version: '3.6.3'
33
summary: Heimer is a simple cross-platform mind map tool.
44
description: |
55
Heimer is a simple cross-platform mind map creation tool.

0 commit comments

Comments
 (0)