Skip to content

Commit d3153c5

Browse files
committed
4.5.0
1 parent ec49ebf commit d3153c5

File tree

6 files changed

+18
-7
lines changed

6 files changed

+18
-7
lines changed

CHANGELOG

+13-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ Release date:
55

66
New 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-
3950
4.4.0
4051
=====
4152

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ endif()
2222

2323
# Global version
2424
set(APPLICATION_VERSION_MAJOR 4)
25-
set(APPLICATION_VERSION_MINOR 4)
25+
set(APPLICATION_VERSION_MINOR 5)
2626
set(APPLICATION_VERSION_PATCH 0)
2727
set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")
2828

scripts/build-app-image

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Builds AppImage in Docker
44

5-
HEIMER_VERSION=4.4.0
5+
HEIMER_VERSION=4.5.0
66

77
CMD="export LANG=en_US.UTF-8 && \
88
export LC_ALL=en_US.UTF-8 && \

scripts/build-archive

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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

scripts/build-windows-zip

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Builds ZIP archive for Windows in Docker
44

5-
VERSION=4.4.0
5+
VERSION=4.5.0
66

77
CMAKE=/mxe/usr/bin/i686-w64-mingw32.static-cmake
88

snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: heimer
2-
version: '4.4.0'
2+
version: '4.5.0'
33
summary: Heimer is a simple cross-platform mind map tool.
44
description: |
55
Heimer is a simple cross-platform mind map creation tool.

0 commit comments

Comments
 (0)