diff --git a/CHANGELOG b/CHANGELOG index cf304ee9..8c467c79 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,9 +3,19 @@ x.y.z New features: +Bug fixes: + +Other: + +1.16.0 +====== + +New features: + * Fix GitHub Issue #83: Add option to copy-drag nodes - By checking "Copy on drag" checkbox on the toolbar one can copy a node just by dragging a new connected node + * Add Ctrl+0 as shortcut for zoom to fit Bug fixes: @@ -15,7 +25,9 @@ Bug fixes: Other: * Make the Full Screen menu action checkable to avoid confusion + * General code refactoring + * Upgraded to C++14 1.15.1 diff --git a/CMakeLists.txt b/CMakeLists.txt index 445655dc..4c7142e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,8 +21,8 @@ endif() # Global version set(VERSION_MAJOR 1) -set(VERSION_MINOR 15) -set(VERSION_PATCH 1) +set(VERSION_MINOR 16) +set(VERSION_PATCH 0) set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") # Some common CPack variables diff --git a/heimer.pro b/heimer.pro index 00a24ba0..75a5c5a7 100644 --- a/heimer.pro +++ b/heimer.pro @@ -4,7 +4,7 @@ TEMPLATE = app TARGET = heimer -DEFINES += VERSION=\\\"1.15.1\\\" +DEFINES += VERSION=\\\"1.16.0\\\" CONFIG += c++14 lrelease embed_translations # Qt version check diff --git a/packaging/windows/heimer.nsi b/packaging/windows/heimer.nsi index ae34d64c..9cdddc25 100644 --- a/packaging/windows/heimer.nsi +++ b/packaging/windows/heimer.nsi @@ -8,8 +8,8 @@ !define COMPANYNAME "Juzzlin" !define DESCRIPTION "An application for mind map creation and management." !define VERSIONMAJOR 1 -!define VERSIONMINOR 15 -!define VERSIONBUILD 1 +!define VERSIONMINOR 16 +!define VERSIONBUILD 0 !define HELPURL "http://juzzlin.github.io/Heimer/" !define UPDATEURL "https://github.com/juzzlin/Heimer/releases" !define ABOUTURL "http://juzzlin.github.io/Heimer/" diff --git a/scripts/build-app-image b/scripts/build-app-image index 2bbeec70..be31bb91 100755 --- a/scripts/build-app-image +++ b/scripts/build-app-image @@ -2,7 +2,7 @@ # Builds AppImage in Docker -HEIMER_VERSION=1.15.1 +HEIMER_VERSION=1.16.0 CMD="export LANG=en_US.UTF-8 && \ export LC_ALL=en_US.UTF-8 && \ diff --git a/snapcraft.yaml b/snapcraft.yaml index a5fa56bb..44bce393 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: heimer -version: '1.15.1' +version: '1.16.0' summary: Heimer is a simple cross-platform mind map tool. description: | Heimer is a simple cross-platform mind map creation tool.