File tree Expand file tree Collapse file tree 6 files changed +26
-6
lines changed Expand file tree Collapse file tree 6 files changed +26
-6
lines changed Original file line number Diff line number Diff line change 1- x.y.z
1+ 4.1.0
22=====
33
44Release date:
55
6+ Fri, 17 Mar 2023 19:48:40 -0000
7+
68New features:
79
10+ * Add setting for shadow effect optimization
11+
12+ * Layout optimization
13+ - Allow bigger aspect ratio
14+ - Allow longer edges
15+
16+ * Darker default outline for nodes
17+
18+ * Add subtle outline for edge labels
19+
820Bug fixes:
921
1022* Fix GitHub Issue #238: Shadow effects introduce performance issues
@@ -13,6 +25,14 @@ Bug fixes:
1325
1426Other:
1527
28+ * Update Italian translations
29+
30+ * Update Dutch translations
31+
32+ * Performance
33+ - Don't update scene rect when adding edges
34+ - Remove shadow effects from edges as long edges can make dragging stutter
35+
16364.0.0
1737=====
1838
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ endif()
2626
2727# Global version
2828set (VERSION_MAJOR 4)
29- set (VERSION_MINOR 0 )
29+ set (VERSION_MINOR 1 )
3030set (VERSION_PATCH 0)
3131set (VERSION "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} " )
3232
Original file line number Diff line number Diff line change 22
33# Builds AppImage in Docker
44
5- HEIMER_VERSION=4.0 .0
5+ HEIMER_VERSION=4.1 .0
66
77CMD=" export LANG=en_US.UTF-8 && \
88 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.0 .0/ HEAD > heimer-4.0 .0.tar.gz
1+ git archive --format=tar.gz --prefix=heimer-4.1 .0/ HEAD > heimer-4.1 .0.tar.gz
Original file line number Diff line number Diff line change 22
33# Builds ZIP archive for Windows in Docker
44
5- VERSION=4.0 .0
5+ VERSION=4.1 .0
66
77CMAKE=/mxe/usr/bin/i686-w64-mingw32.static-cmake
88
Original file line number Diff line number Diff line change 11name : heimer
2- version : ' 4.0 .0'
2+ version : ' 4.1 .0'
33summary : Heimer is a simple cross-platform mind map tool.
44description : |
55 Heimer is a simple cross-platform mind map creation tool.
You can’t perform that action at this time.
0 commit comments