File tree Expand file tree Collapse file tree 6 files changed +15
-8
lines changed Expand file tree Collapse file tree 6 files changed +15
-8
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.12.0
11+ ======
12+
13+ New features:
14+
615* Fix GitHub Issue #67: Button to drag cards
716
817* Fix GitHub Issue #66: Add fullscreen option
918 * There's now View => Full Screen
1019
1120* Fix GitHub Issue #51: Insert Images Into Nodes
1221 * Node context menu now includes "Attach image" and "Remove attached image"
13- * The attached image shows as the background image of the node
22+ * The attached image will be set as the background image of the node
1423 * The image data is embedded in the .ALZ-file
1524
16- Bug fixes:
17-
1825Other:
1926
2027* Fix GitHub Issue #68: Build .qm-files as part of the build process
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ endif()
2121
2222# Global game version
2323set (VERSION_MAJOR "1" )
24- set (VERSION_MINOR "11 " )
24+ set (VERSION_MINOR "12 " )
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.11 .0\\\"
7+ DEFINES += VERSION =\ \\"1.12 .0\\\"
88CONFIG += c ++11 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 11
11+ !define VERSIONMINOR 12
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.11 .0
5+ HEIMER_VERSION=1.12 .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.11 .0'
2+ version : ' 1.12 .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