Skip to content

Commit

Permalink
3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
juzzlin committed Dec 11, 2022
1 parent 27e66ee commit f6bc722
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
x.y.z
3.6.3
=====

Release date:

Sun, 11 Dec 2022 18:28:24 -0000

New features:

* Fix GitHub Issue #229: Add option to automatically open the last used file on application start
Expand All @@ -19,6 +21,14 @@ Bug fixes:

Other:

* Initialize a new mind map to avoid an undefined state if the mind map fails to load

* Apply autosave only when settings dialog is accepted

* Increase edge with step to 0.25

* Update Dutch and Italian translations

3.6.2
=====

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ endif()
# Global version
set(VERSION_MAJOR 3)
set(VERSION_MINOR 6)
set(VERSION_PATCH 2)
set(VERSION_PATCH 3)
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

# Some common CPack variables
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-app-image
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Builds AppImage in Docker

HEIMER_VERSION=3.6.2
HEIMER_VERSION=3.6.3

CMD="export LANG=en_US.UTF-8 && \
export LC_ALL=en_US.UTF-8 && \
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-archive
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git archive --format=tar.gz --prefix=heimer-3.6.2/ HEAD > heimer-3.6.2.tar.gz
git archive --format=tar.gz --prefix=heimer-3.6.3/ HEAD > heimer-3.6.3.tar.gz
2 changes: 1 addition & 1 deletion scripts/build-windows-zip
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Builds ZIP archive for Windows in Docker

VERSION=3.6.2
VERSION=3.6.3

CMAKE=/mxe/usr/bin/i686-w64-mingw32.static-cmake

Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: heimer
version: '3.6.2'
version: '3.6.3'
summary: Heimer is a simple cross-platform mind map tool.
description: |
Heimer is a simple cross-platform mind map creation tool.
Expand Down

0 comments on commit f6bc722

Please sign in to comment.