File tree Expand file tree Collapse file tree 5 files changed +18
-5
lines changed
Expand file tree Collapse file tree 5 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 33
44New features:
55
6+ Bug fixes:
7+
8+ Other:
9+
10+ 3.0.0
11+ =====
12+
13+ Release date:
14+
15+ Sun, 21 Nov 2021 22:43:30 +0200
16+
17+ New features:
18+
619* Fix GitHub Issue #36: Double-click to zoom into a node
720* Fix GitHub Issue #138: Make it possible to change the font
821* Fix GitHub Issue #180: Make edge text disappear if it doesn't fit between nodes
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ if(POLICY CMP0072)
2525endif ()
2626
2727# Global version
28- set (VERSION_MAJOR 2 )
29- set (VERSION_MINOR 8 )
28+ set (VERSION_MAJOR 3 )
29+ set (VERSION_MINOR 0 )
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=2.8 .0
5+ HEIMER_VERSION=3.0 .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 22
33# Builds ZIP archive for Windows in Docker
44
5- VERSION=2.8 .0
5+ VERSION=3.0 .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 : ' 2.8 .0'
2+ version : ' 3.0 .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