File tree Expand file tree Collapse file tree 6 files changed +22
-7
lines changed
Expand file tree Collapse file tree 6 files changed +22
-7
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,30 @@ Release date:
55
66New features:
77
8+ Bug fixes:
9+
10+ Other:
11+
12+ 3.5.0
13+ =====
14+
15+ Release date:
16+
17+ Sat, 30 Jul 2022 21:12:12 +0300
18+
19+ New features:
20+
821* Fix GitHub Issue #112: Optimizer: Take current node locations into account when building initial layout
922 - This change makes the optimizer way more stable with respect to the original global placement
1023 - Tries to find the best possible initial locations for the nodes in a normalized coordinate space
1124 - Makes only local changes within a very small search radius (row-wise and cell-wise)
1225
13- Bug fixes:
14-
1526Other:
1627
28+ * Update German translations
29+
30+ * Update Dutch translations
31+
17323.4.0
1833=====
1934
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ endif()
2626
2727# Global version
2828set (VERSION_MAJOR 3)
29- set (VERSION_MINOR 4 )
29+ set (VERSION_MINOR 5 )
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=3.4 .0
5+ HEIMER_VERSION=3.5 .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-3.4 .0/ HEAD > heimer-3.4 .0.tar.gz
1+ git archive --format=tar.gz --prefix=heimer-3.5 .0/ HEAD > heimer-3.5 .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=3.4 .0
5+ VERSION=3.5 .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 : ' 3.4 .0'
2+ version : ' 3.5 .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