Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juzzlin committed Mar 10, 2023
1 parent d02b08d commit ef3bdb7
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 6 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,32 @@ Release date:

New features:

Bug fixes:

Other:

4.0.0
=====

Release date:

Fri, 10 Mar 2023 17:28:44 -0000

New features:

* Add setting for 'inverted controls'
- Pan the view with a modifier key (Ctrl) and select a group of items without a modifier key being pressed

* Add parameter initialization options to layout optimization dialog

* Add progress indicator when opening a mind map

* Add tool tips for optimizer parameters

* Add tool tip text for selecting node group by intersection

* Change help texts into tool tips

Bug fixes:

* Fix tab key not working properly with node and edge text inputs
Expand All @@ -20,12 +43,24 @@ Bug fixes:

Other:

* More subtle new version indicator with a timeout

* Change help texts to tool tips in edit settings

* Update Italian translations

* Update Dutch translations

* Breaking changes to ALZ-format (old files can still be opened normally)

* Move style data into style element

* Move layout optimizer config into metadata element

* Save and load application and format versions separately

* Rename index => i, index0 => i0, index1 => i1

3.7.0
=====

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ if(POLICY CMP0072)
endif()

# Global version
set(VERSION_MAJOR 3)
set(VERSION_MINOR 7)
set(VERSION_MAJOR 4)
set(VERSION_MINOR 0)
set(VERSION_PATCH 0)
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

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.7.0
HEIMER_VERSION=4.0.0

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.7.0/ HEAD > heimer-3.7.0.tar.gz
git archive --format=tar.gz --prefix=heimer-4.0.0/ HEAD > heimer-4.0.0.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.7.0
VERSION=4.0.0

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.7.0'
version: '4.0.0'
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 ef3bdb7

Please sign in to comment.