File tree Expand file tree Collapse file tree 6 files changed +14
-7
lines changed
Expand file tree Collapse file tree 6 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 33
44New features:
55
6+ Bug fixes:
7+
8+ Other:
9+
10+ 1.17.0
11+ ======
12+
13+ New features:
14+
615* Fix GitHub Issue #50: Autoarrange Nodes
716 - Implements a layout optimizer based on combinatorial optimization
817 - Adds a new menu entry 'Edit => Optimize layout'
@@ -12,8 +21,6 @@ Bug fixes:
1221* Fix GitHub Issue #88: Crash when opening a new file in a certain scenario
1322* Fix GitHub Issue #89: Default Right-to-Left Text
1423
15- Other:
16-
17241.16.0
1825======
1926
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ endif()
2121
2222# Global version
2323set (VERSION_MAJOR 1)
24- set (VERSION_MINOR 16 )
24+ set (VERSION_MINOR 17 )
2525set (VERSION_PATCH 0)
2626set (VERSION "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} " )
2727
Original file line number Diff line number Diff line change 44TEMPLATE = app
55TARGET = heimer
66
7- DEFINES += VERSION =\ \\"1.16 .0\\\"
7+ DEFINES += VERSION =\ \\"1.17 .0\\\"
88CONFIG += c ++14 lrelease embed_translations
99
1010# Qt version check
Original file line number Diff line number Diff line change 88!define COMPANYNAME " Juzzlin"
99!define DESCRIPTION " An application for mind map creation and management."
1010!define VERSIONMAJOR 1
11- !define VERSIONMINOR 16
11+ !define VERSIONMINOR 17
1212!define VERSIONBUILD 0
1313!define HELPURL " http://juzzlin.github.io/Heimer/"
1414!define UPDATEURL " https://github.com/juzzlin/Heimer/releases"
Original file line number Diff line number Diff line change 22
33# Builds AppImage in Docker
44
5- HEIMER_VERSION=1.16 .0
5+ HEIMER_VERSION=1.17 .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 11name : heimer
2- version : ' 1.16 .0'
2+ version : ' 1.17 .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