Skip to content

Commit 2cf9eb4

Browse files
committed
3.0.0
1 parent 5ccaf03 commit 2cf9eb4

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ x.y.z
33

44
New features:
55

6+
Bug fixes:
7+
8+
Other:
9+
10+
3.0.0
11+
=====
12+
13+
Release date:
14+
15+
Sun, 21 Nov 2021 22:43:30 +0200
16+
17+
New features:
18+
619
* Fix GitHub Issue #36: Double-click to zoom into a node
720
* Fix GitHub Issue #138: Make it possible to change the font
821
* Fix GitHub Issue #180: Make edge text disappear if it doesn't fit between nodes

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ if(POLICY CMP0072)
2525
endif()
2626

2727
# Global version
28-
set(VERSION_MAJOR 2)
29-
set(VERSION_MINOR 8)
28+
set(VERSION_MAJOR 3)
29+
set(VERSION_MINOR 0)
3030
set(VERSION_PATCH 0)
3131
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
3232

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=2.8.0
5+
HEIMER_VERSION=3.0.0
66

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

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=2.8.0
5+
VERSION=3.0.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: '2.8.0'
2+
version: '3.0.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)