File tree Expand file tree Collapse file tree 5 files changed +17
-6
lines changed
Expand file tree Collapse file tree 5 files changed +17
-6
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.3.0
13+ =====
14+
15+ Release date:
16+
17+ Thu, 12 May 2022 21:09:29 +0300
18+
19+ New features:
20+
821* Add German translations
922
1023* Fix GitHub Issue #206: An option to change the size of the arrows
@@ -15,8 +28,6 @@ Bug fixes:
1528* Fix GitHub Issue #205: Click dragging from an existing node,
1629 then pressing delete before dropping the node, crashes the program
1730
18- Other:
19-
20313.2.0
2132=====
2233
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ endif()
2626
2727# Global version
2828set (VERSION_MAJOR 3)
29- set (VERSION_MINOR 2 )
29+ set (VERSION_MINOR 3 )
3030set (VERSION_PATCH 0)
3131set (VERSION "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} " )
3232
Original file line number Diff line number Diff line change 22
33# Builds AppImage in Docker
44
5- HEIMER_VERSION=3.2 .0
5+ HEIMER_VERSION=3.3 .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 22
33# Builds ZIP archive for Windows in Docker
44
5- VERSION=3.2 .0
5+ VERSION=3.3 .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 : ' 3.2 .0'
2+ version : ' 3.3 .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