Skip to content

Commit

Permalink
3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juzzlin committed Feb 13, 2023
1 parent a5ed832 commit be13827
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 9 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ Release date:

New features:

Bug fixes:

Other:

3.7.0
=====

Release date:

Mon, 13 Feb 2023 19:21:18 -0000

New features:

* Add default settings for arrow size and edge width

* Add default settings for text size and font
Expand All @@ -19,8 +32,6 @@ Bug fixes:

* Fix node left selected on canceled node/text color dialog

Other

3.6.4
=====

Expand All @@ -32,7 +43,7 @@ Bug fixes:

* Fix crash when trying to copy a group of connected nodes

Other
Other:

* Update Italian translations

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

# Global version
set(VERSION_MAJOR 3)
set(VERSION_MINOR 6)
set(VERSION_PATCH 4)
set(VERSION_MINOR 7)
set(VERSION_PATCH 0)
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.4
HEIMER_VERSION=3.7.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.6.4/ HEAD > heimer-3.6.4.tar.gz
git archive --format=tar.gz --prefix=heimer-3.7.0/ HEAD > heimer-3.7.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.6.4
VERSION=3.7.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.6.4'
version: '3.7.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 be13827

Please sign in to comment.