File tree Expand file tree Collapse file tree 6 files changed +18
-7
lines changed Expand file tree Collapse file tree 6 files changed +18
-7
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+ 4.5.0
13+ =====
14+
15+ Release date:
16+
17+ Sun, 16 Mar 2025 12:04:52 +0200
18+
19+ New features:
20+
821* Add a language menu
922 - The active Language can be now set via a menu at the top-right corner
1023 - The selected language will saved and automatically loaded again
@@ -34,8 +47,6 @@ Bug fixes:
3447
3548* Fix very slow node insertion on large mind maps
3649
37- Other:
38-
39504.4.0
4051=====
4152
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ endif()
2222
2323# Global version
2424set (APPLICATION_VERSION_MAJOR 4)
25- set (APPLICATION_VERSION_MINOR 4 )
25+ set (APPLICATION_VERSION_MINOR 5 )
2626set (APPLICATION_VERSION_PATCH 0)
2727set (APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR} .${APPLICATION_VERSION_MINOR} .${APPLICATION_VERSION_PATCH} " )
2828
Original file line number Diff line number Diff line change 22
33# Builds AppImage in Docker
44
5- HEIMER_VERSION=4.4 .0
5+ HEIMER_VERSION=4.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-4.4 .0/ HEAD > heimer-4.4 .0.tar.gz
1+ git archive --format=tar.gz --prefix=heimer-4.5 .0/ HEAD > heimer-4.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=4.4 .0
5+ VERSION=4.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 : ' 4.4 .0'
2+ version : ' 4.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