Skip to content

Commit 4dbcdce

Browse files
committed
1.12.0
1 parent b70a433 commit 4dbcdce

File tree

6 files changed

+15
-8
lines changed

6 files changed

+15
-8
lines changed

CHANGELOG

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,25 @@ x.y.z
33

44
New 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-
1825
Other:
1926

2027
* Fix GitHub Issue #68: Build .qm-files as part of the build process

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 "11")
24+
set(VERSION_MINOR "12")
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.11.0\\\"
7+
DEFINES += VERSION=\\\"1.12.0\\\"
88
CONFIG += c++11 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 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"

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.11.0
5+
HEIMER_VERSION=1.12.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.11.0'
2+
version: '1.12.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)