File tree 6 files changed +18
-7
lines changed
6 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ Release date:
5
5
6
6
New features:
7
7
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
+
8
21
* Add a language menu
9
22
- The active Language can be now set via a menu at the top-right corner
10
23
- The selected language will saved and automatically loaded again
@@ -34,8 +47,6 @@ Bug fixes:
34
47
35
48
* Fix very slow node insertion on large mind maps
36
49
37
- Other:
38
-
39
50
4.4.0
40
51
=====
41
52
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ endif()
22
22
23
23
# Global version
24
24
set (APPLICATION_VERSION_MAJOR 4)
25
- set (APPLICATION_VERSION_MINOR 4 )
25
+ set (APPLICATION_VERSION_MINOR 5 )
26
26
set (APPLICATION_VERSION_PATCH 0)
27
27
set (APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR} .${APPLICATION_VERSION_MINOR} .${APPLICATION_VERSION_PATCH} " )
28
28
Original file line number Diff line number Diff line change 2
2
3
3
# Builds AppImage in Docker
4
4
5
- HEIMER_VERSION=4.4 .0
5
+ HEIMER_VERSION=4.5 .0
6
6
7
7
CMD=" export LANG=en_US.UTF-8 && \
8
8
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 2
2
3
3
# Builds ZIP archive for Windows in Docker
4
4
5
- VERSION=4.4 .0
5
+ VERSION=4.5 .0
6
6
7
7
CMAKE=/mxe/usr/bin/i686-w64-mingw32.static-cmake
8
8
Original file line number Diff line number Diff line change 1
1
name : heimer
2
- version : ' 4.4 .0'
2
+ version : ' 4.5 .0'
3
3
summary : Heimer is a simple cross-platform mind map tool.
4
4
description : |
5
5
Heimer is a simple cross-platform mind map creation tool.
You can’t perform that action at this time.
0 commit comments