Skip to content

Commit 7c85baf

Browse files
committed
1.5.0
1 parent 5b23379 commit 7c85baf

File tree

6 files changed

+34
-6
lines changed

6 files changed

+34
-6
lines changed

CHANGELOG

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
1.5.0 - "Edge Enhancement"
2+
==========================
3+
4+
New features:
5+
6+
* Allow deletion of any node
7+
* Fix GitHub Issue #5: Way to connect existing node to another node
8+
* Nodes can be connected together by dragging the (+) handle
9+
10+
Bug fixes:
11+
12+
* Remove animation glitches when node deleted during dot animations
13+
* Fix GitHub Issue #10: Zoom level changes on undo/redo
14+
* Fix GitHub Issue #34: Program crashes unsaved
15+
* Clear undo stack on new design
16+
17+
Other:
18+
19+
* Tighter fit when exporting
20+
* Adjust fit on dense layouts
21+
* Disable animations of dummy drag edge
22+
* Fix grammar in log messages
23+
* Increase default edge width to 2.0
24+
* Fix MUI_BRANDINGTEXT
25+
* Snap: Use core18
26+
127
1.4.0 - "Text Teaser"
228
=====================
329

CMakeLists.txt

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

2222
# Global game version
2323
set(VERSION_MAJOR "1")
24-
set(VERSION_MINOR "4")
24+
set(VERSION_MINOR "5")
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.3.0\\\"
7+
DEFINES += VERSION=\\\"1.5.0\\\"
88
QMAKE_CXXFLAGS += -std=gnu++11
99

1010
# Qt version check

packaging/windows/heimer.nsi

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
!define COMPANYNAME "Juzzlin"
99
!define DESCRIPTION "An application for mind map creation and management."
1010
!define VERSIONMAJOR 1
11-
!define VERSIONMINOR 4
11+
!define VERSIONMINOR 5
1212
!define VERSIONBUILD 0
1313
!define HELPURL "http://juzzlin.github.io/Heimer/"
1414
!define UPDATEURL "https://github.com/juzzlin/Heimer/releases"
1515
!define ABOUTURL "http://juzzlin.github.io/Heimer/"
1616

1717
;!define MUI_FILE ""
18-
!define MUI_BRANDINGTEXT "Heimer"
18+
;!define MUI_BRANDINGTEXT "Heimer"
1919
;!define MUI_HEADERIMAGE
2020
;!define MUI_HEADERIMAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Header\orange.bmp"
2121
!define MUI_ICON "data\icons\heimer.ico"
@@ -155,3 +155,5 @@ SectionEnd
155155

156156

157157

158+
159+

scripts/buildAppImage.sh

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.4.0
5+
HEIMER_VERSION=1.5.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.4.0'
2+
version: '1.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)