Skip to content

Commit 35e2ce3

Browse files
committed
3.6.4
1 parent 59db800 commit 35e2ce3

File tree

6 files changed

+20
-5
lines changed

6 files changed

+20
-5
lines changed

Diff for: CHANGELOG

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
3.6.4
2+
=====
3+
4+
Release date:
5+
6+
Mon, 19 Dec 2022 19:49:40 -0000
7+
8+
Bug fixes:
9+
10+
* Fix crash when trying to copy a group of connected nodes
11+
12+
Other
13+
14+
* Update Italian translations
15+
116
3.6.3
217
=====
318

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ endif()
2727
# Global version
2828
set(VERSION_MAJOR 3)
2929
set(VERSION_MINOR 6)
30-
set(VERSION_PATCH 3)
30+
set(VERSION_PATCH 4)
3131
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
3232

3333
# Some common CPack variables

Diff for: scripts/build-app-image

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Builds AppImage in Docker
44

5-
HEIMER_VERSION=3.6.3
5+
HEIMER_VERSION=3.6.4
66

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

Diff for: scripts/build-archive

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git archive --format=tar.gz --prefix=heimer-3.6.3/ HEAD > heimer-3.6.3.tar.gz
1+
git archive --format=tar.gz --prefix=heimer-3.6.4/ HEAD > heimer-3.6.4.tar.gz

Diff for: scripts/build-windows-zip

+1-1
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.3
5+
VERSION=3.6.4
66

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

Diff for: snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: heimer
2-
version: '3.6.3'
2+
version: '3.6.4'
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)