Skip to content

Commit

Permalink
4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juzzlin committed Mar 17, 2023
1 parent f2820eb commit d90ed96
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 6 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
x.y.z
4.1.0
=====

Release date:

Fri, 17 Mar 2023 19:48:40 -0000

New features:

* Add setting for shadow effect optimization

* Layout optimization
- Allow bigger aspect ratio
- Allow longer edges

* Darker default outline for nodes

* Add subtle outline for edge labels

Bug fixes:

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

Other:

* Update Italian translations

* Update Dutch translations

* Performance
- Don't update scene rect when adding edges
- Remove shadow effects from edges as long edges can make dragging stutter

4.0.0
=====

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ endif()

# Global version
set(VERSION_MAJOR 4)
set(VERSION_MINOR 0)
set(VERSION_MINOR 1)
set(VERSION_PATCH 0)
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

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=4.0.0
HEIMER_VERSION=4.1.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-4.0.0/ HEAD > heimer-4.0.0.tar.gz
git archive --format=tar.gz --prefix=heimer-4.1.0/ HEAD > heimer-4.1.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=4.0.0
VERSION=4.1.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: '4.0.0'
version: '4.1.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 d90ed96

Please sign in to comment.