Skip to content

Commit d1e6653

Browse files
committed
1.17.0
1 parent 4a5ec5e commit d1e6653

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed

CHANGELOG

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ x.y.z
33

44
New 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-
1724
1.16.0
1825
======
1926

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ endif()
2121

2222
# Global version
2323
set(VERSION_MAJOR 1)
24-
set(VERSION_MINOR 16)
24+
set(VERSION_MINOR 17)
2525
set(VERSION_PATCH 0)
2626
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
2727

heimer.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
TEMPLATE = app
55
TARGET = heimer
66

7-
DEFINES += VERSION=\\\"1.16.0\\\"
7+
DEFINES += VERSION=\\\"1.17.0\\\"
88
CONFIG += c++14 lrelease embed_translations
99

1010
# Qt version check

packaging/windows/heimer.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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"

scripts/build-app-image

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Builds AppImage in Docker
44

5-
HEIMER_VERSION=1.16.0
5+
HEIMER_VERSION=1.17.0
66

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

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: heimer
2-
version: '1.16.0'
2+
version: '1.17.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)