File tree Expand file tree Collapse file tree 6 files changed +34
-6
lines changed Expand file tree Collapse file tree 6 files changed +34
-6
lines changed Original file line number Diff line number Diff line change
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
+
1
27
1.4.0 - "Text Teaser"
2
28
=====================
3
29
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ endif()
21
21
22
22
# Global game version
23
23
set (VERSION_MAJOR "1" )
24
- set (VERSION_MINOR "4 " )
24
+ set (VERSION_MINOR "5 " )
25
25
set (VERSION_PATCH "0" )
26
26
set (VERSION "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} " )
27
27
Original file line number Diff line number Diff line change 4
4
TEMPLATE = app
5
5
TARGET = heimer
6
6
7
- DEFINES += VERSION =\ \\"1.3 .0\\\"
7
+ DEFINES += VERSION =\ \\"1.5 .0\\\"
8
8
QMAKE_CXXFLAGS += -std =gnu ++11
9
9
10
10
# Qt version check
Original file line number Diff line number Diff line change 8
8
!define COMPANYNAME " Juzzlin"
9
9
!define DESCRIPTION " An application for mind map creation and management."
10
10
!define VERSIONMAJOR 1
11
- !define VERSIONMINOR 4
11
+ !define VERSIONMINOR 5
12
12
!define VERSIONBUILD 0
13
13
!define HELPURL " http://juzzlin.github.io/Heimer/"
14
14
!define UPDATEURL " https://github.com/juzzlin/Heimer/releases"
15
15
!define ABOUTURL " http://juzzlin.github.io/Heimer/"
16
16
17
17
; !define MUI_FILE ""
18
- !define MUI_BRANDINGTEXT " Heimer"
18
+ ; !define MUI_BRANDINGTEXT "Heimer"
19
19
; !define MUI_HEADERIMAGE
20
20
; !define MUI_HEADERIMAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Header\orange.bmp"
21
21
!define MUI_ICON " data\icons\heimer.ico"
@@ -155,3 +155,5 @@ SectionEnd
155
155
156
156
157
157
158
+
159
+
Original file line number Diff line number Diff line change 2
2
3
3
# Builds AppImage in Docker
4
4
5
- HEIMER_VERSION=1.4 .0
5
+ HEIMER_VERSION=1.5 .0
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
1
name : heimer
2
- version : ' 1.4 .0'
2
+ version : ' 1.5 .0'
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