Skip to content

Commit d90ed96

Browse files
committed
4.1.0
1 parent f2820eb commit d90ed96

File tree

6 files changed

+26
-6
lines changed

6 files changed

+26
-6
lines changed

CHANGELOG

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
1-
x.y.z
1+
4.1.0
22
=====
33

44
Release date:
55

6+
Fri, 17 Mar 2023 19:48:40 -0000
7+
68
New features:
79

10+
* Add setting for shadow effect optimization
11+
12+
* Layout optimization
13+
- Allow bigger aspect ratio
14+
- Allow longer edges
15+
16+
* Darker default outline for nodes
17+
18+
* Add subtle outline for edge labels
19+
820
Bug fixes:
921

1022
* Fix GitHub Issue #238: Shadow effects introduce performance issues
@@ -13,6 +25,14 @@ Bug fixes:
1325

1426
Other:
1527

28+
* Update Italian translations
29+
30+
* Update Dutch translations
31+
32+
* Performance
33+
- Don't update scene rect when adding edges
34+
- Remove shadow effects from edges as long edges can make dragging stutter
35+
1636
4.0.0
1737
=====
1838

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ endif()
2626

2727
# Global version
2828
set(VERSION_MAJOR 4)
29-
set(VERSION_MINOR 0)
29+
set(VERSION_MINOR 1)
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=4.0.0
5+
HEIMER_VERSION=4.1.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-4.0.0/ HEAD > heimer-4.0.0.tar.gz
1+
git archive --format=tar.gz --prefix=heimer-4.1.0/ HEAD > heimer-4.1.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=4.0.0
5+
VERSION=4.1.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: '4.0.0'
2+
version: '4.1.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)