File tree 6 files changed +41
-6
lines changed
6 files changed +41
-6
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,32 @@ Release date:
5
5
6
6
New features:
7
7
8
+ Bug fixes:
9
+
10
+ Other:
11
+
12
+ 4.0.0
13
+ =====
14
+
15
+ Release date:
16
+
17
+ Fri, 10 Mar 2023 17:28:44 -0000
18
+
19
+ New features:
20
+
8
21
* Add setting for 'inverted controls'
9
22
- Pan the view with a modifier key (Ctrl) and select a group of items without a modifier key being pressed
10
23
24
+ * Add parameter initialization options to layout optimization dialog
25
+
26
+ * Add progress indicator when opening a mind map
27
+
28
+ * Add tool tips for optimizer parameters
29
+
30
+ * Add tool tip text for selecting node group by intersection
31
+
32
+ * Change help texts into tool tips
33
+
11
34
Bug fixes:
12
35
13
36
* Fix tab key not working properly with node and edge text inputs
@@ -20,12 +43,24 @@ Bug fixes:
20
43
21
44
Other:
22
45
46
+ * More subtle new version indicator with a timeout
47
+
23
48
* Change help texts to tool tips in edit settings
24
49
25
50
* Update Italian translations
26
51
27
52
* Update Dutch translations
28
53
54
+ * Breaking changes to ALZ-format (old files can still be opened normally)
55
+
56
+ * Move style data into style element
57
+
58
+ * Move layout optimizer config into metadata element
59
+
60
+ * Save and load application and format versions separately
61
+
62
+ * Rename index => i, index0 => i0, index1 => i1
63
+
29
64
3.7.0
30
65
=====
31
66
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ if(POLICY CMP0072)
25
25
endif ()
26
26
27
27
# Global version
28
- set (VERSION_MAJOR 3 )
29
- set (VERSION_MINOR 7 )
28
+ set (VERSION_MAJOR 4 )
29
+ set (VERSION_MINOR 0 )
30
30
set (VERSION_PATCH 0)
31
31
set (VERSION "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} " )
32
32
Original file line number Diff line number Diff line change 2
2
3
3
# Builds AppImage in Docker
4
4
5
- HEIMER_VERSION=3.7 .0
5
+ HEIMER_VERSION=4.0 .0
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.7 .0/ HEAD > heimer-3.7 .0.tar.gz
1
+ git archive --format=tar.gz --prefix=heimer-4.0 .0/ HEAD > heimer-4.0 .0.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.7 .0
5
+ VERSION=4.0 .0
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.7 .0'
2
+ version : ' 4.0 .0'
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