Skip to content

Commit be13827

Browse files
committed
3.7.0
1 parent a5ed832 commit be13827

File tree

6 files changed

+20
-9
lines changed

6 files changed

+20
-9
lines changed

CHANGELOG

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ Release date:
55

66
New features:
77

8+
Bug fixes:
9+
10+
Other:
11+
12+
3.7.0
13+
=====
14+
15+
Release date:
16+
17+
Mon, 13 Feb 2023 19:21:18 -0000
18+
19+
New features:
20+
821
* Add default settings for arrow size and edge width
922

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

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

22-
Other
23-
2435
3.6.4
2536
=====
2637

@@ -32,7 +43,7 @@ Bug fixes:
3243

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

35-
Other
46+
Other:
3647

3748
* Update Italian translations
3849

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ endif()
2626

2727
# Global version
2828
set(VERSION_MAJOR 3)
29-
set(VERSION_MINOR 6)
30-
set(VERSION_PATCH 4)
29+
set(VERSION_MINOR 7)
30+
set(VERSION_PATCH 0)
3131
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
3232

3333
# Some common CPack variables

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=3.6.4
5+
HEIMER_VERSION=3.7.0
66

77
CMD="export LANG=en_US.UTF-8 && \
88
export LC_ALL=en_US.UTF-8 && \

scripts/build-archive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git archive --format=tar.gz --prefix=heimer-3.6.4/ HEAD > heimer-3.6.4.tar.gz
1+
git archive --format=tar.gz --prefix=heimer-3.7.0/ HEAD > heimer-3.7.0.tar.gz

scripts/build-windows-zip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Builds ZIP archive for Windows in Docker
44

5-
VERSION=3.6.4
5+
VERSION=3.7.0
66

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

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: '3.6.4'
2+
version: '3.7.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)