File tree Expand file tree Collapse file tree 6 files changed +18
-5
lines changed Expand file tree Collapse file tree 6 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ Release date:
55
66New features:
77
8+ Bug fixes:
9+
10+ Other:
11+
12+ 3.6.2
13+ =====
14+
15+ Release date:
16+
17+ Fri, 11 Nov 2022 16:22:10 -0000
18+
19+ New features:
20+
821* Add tooltips to node handles
922
1023* Set handle background color based on node color
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ endif()
2727# Global version
2828set (VERSION_MAJOR 3)
2929set (VERSION_MINOR 6)
30- set (VERSION_PATCH 1 )
30+ set (VERSION_PATCH 2 )
3131set (VERSION "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} " )
3232
3333# Some common CPack variables
Original file line number Diff line number Diff line change 22
33# Builds AppImage in Docker
44
5- HEIMER_VERSION=3.6.1
5+ HEIMER_VERSION=3.6.2
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.6.1 / HEAD > heimer-3.6.1 .tar.gz
1+ git archive --format=tar.gz --prefix=heimer-3.6.2 / HEAD > heimer-3.6.2 .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.6.1
5+ VERSION=3.6.2
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.6.1 '
2+ version : ' 3.6.2 '
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