File tree Expand file tree Collapse file tree 6 files changed +20
-5
lines changed Expand file tree Collapse file tree 6 files changed +20
-5
lines changed Original file line number Diff line number Diff line change
1
+ 3.6.4
2
+ =====
3
+
4
+ Release date:
5
+
6
+ Mon, 19 Dec 2022 19:49:40 -0000
7
+
8
+ Bug fixes:
9
+
10
+ * Fix crash when trying to copy a group of connected nodes
11
+
12
+ Other
13
+
14
+ * Update Italian translations
15
+
1
16
3.6.3
2
17
=====
3
18
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ endif()
27
27
# Global version
28
28
set (VERSION_MAJOR 3)
29
29
set (VERSION_MINOR 6)
30
- set (VERSION_PATCH 3 )
30
+ set (VERSION_PATCH 4 )
31
31
set (VERSION "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} " )
32
32
33
33
# Some common CPack variables
Original file line number Diff line number Diff line change 2
2
3
3
# Builds AppImage in Docker
4
4
5
- HEIMER_VERSION=3.6.3
5
+ HEIMER_VERSION=3.6.4
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-3.6.3 / HEAD > heimer-3.6.3 .tar.gz
1
+ git archive --format=tar.gz --prefix=heimer-3.6.4 / HEAD > heimer-3.6.4 .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=3.6.3
5
+ VERSION=3.6.4
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 : ' 3.6.3 '
2
+ version : ' 3.6.4 '
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