File tree Expand file tree Collapse file tree 6 files changed +20
-7
lines changed Expand file tree Collapse file tree 6 files changed +20
-7
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,31 @@ Release date:
5
5
6
6
New features:
7
7
8
+ Bug fixes:
9
+
10
+ Other:
11
+
12
+ 4.2.0
13
+ =====
14
+
15
+ Release date:
16
+
17
+ Thu, 18 May 2023 15:51:49 -0000
18
+
19
+ New features:
20
+
8
21
* Automatic zoom-to-fit on search
9
22
10
23
* Enable clear button on search text edit
11
24
12
- Bug fixes:
13
-
14
25
Other:
15
26
16
27
* Add small padding on the edge label text field
17
28
18
29
* Don't zoom to fit on cleared search if used has unselected all nodes
19
30
31
+ * Remove shadow effects from edges that are not completely visible while dragging
32
+
20
33
4.1.0
21
34
=====
22
35
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ endif()
26
26
27
27
# Global version
28
28
set (VERSION_MAJOR 4)
29
- set (VERSION_MINOR 1 )
29
+ set (VERSION_MINOR 2 )
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=4.1 .0
5
+ HEIMER_VERSION=4.2 .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-4.1 .0/ HEAD > heimer-4.1 .0.tar.gz
1
+ git archive --format=tar.gz --prefix=heimer-4.2 .0/ HEAD > heimer-4.2 .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=4.1 .0
5
+ VERSION=4.2 .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 : ' 4.1 .0'
2
+ version : ' 4.2 .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