File tree Expand file tree Collapse file tree 6 files changed +16
-6
lines changed Expand file tree Collapse file tree 6 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 1
- x.y.z
1
+ 3.6.3
2
2
=====
3
3
4
4
Release date:
5
5
6
+ Sun, 11 Dec 2022 18:28:24 -0000
7
+
6
8
New features:
7
9
8
10
* Fix GitHub Issue #229: Add option to automatically open the last used file on application start
@@ -19,6 +21,14 @@ Bug fixes:
19
21
20
22
Other:
21
23
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
+
22
32
3.6.2
23
33
=====
24
34
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ endif()
27
27
# Global version
28
28
set (VERSION_MAJOR 3)
29
29
set (VERSION_MINOR 6)
30
- set (VERSION_PATCH 2 )
30
+ set (VERSION_PATCH 3 )
31
31
set (VERSION "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} " )
32
32
33
33
# Some common CPack variables
Original file line number Diff line number Diff line change 2
2
3
3
# Builds AppImage in Docker
4
4
5
- HEIMER_VERSION=3.6.2
5
+ HEIMER_VERSION=3.6.3
6
6
7
7
CMD=" export LANG=en_US.UTF-8 && \
8
8
export LC_ALL=en_US.UTF-8 && \
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2
2
3
3
# Builds ZIP archive for Windows in Docker
4
4
5
- VERSION=3.6.2
5
+ VERSION=3.6.3
6
6
7
7
CMAKE=/mxe/usr/bin/i686-w64-mingw32.static-cmake
8
8
Original file line number Diff line number Diff line change 1
1
name : heimer
2
- version : ' 3.6.2 '
2
+ version : ' 3.6.3 '
3
3
summary : Heimer is a simple cross-platform mind map tool.
4
4
description : |
5
5
Heimer is a simple cross-platform mind map creation tool.
You can’t perform that action at this time.
0 commit comments