summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-01-15 14:56:37 -0600
committerLuis Martinez2022-01-15 14:56:37 -0600
commit9080d3125fbe572a75f8333c5b3af633241dbfcd (patch)
treeaa8d20bfe6016c318ad8143dcdb26b1a1f4b990b
parent8717e15018eed825813efc32c688c30267f6ee48 (diff)
downloadaur-9080d3125fbe572a75f8333c5b3af633241dbfcd.tar.gz
update to 3.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG20
-rw-r--r--PKGBUILD4
3 files changed, 25 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad33a368b802..3610781ed915 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = heimer
pkgdesc = Cross-platform mind map, diagram, and note-taking tool written in Qt
- pkgver = 3.1.0
+ pkgver = 3.2.0
pkgrel = 1
url = https://github.com/juzzlin/heimer
changelog = CHANGELOG
@@ -10,7 +10,7 @@ pkgbase = heimer
makedepends = qt5-tools
depends = hicolor-icon-theme
depends = qt5-svg
- source = heimer-3.1.0.tar.gz::https://github.com/juzzlin/heimer/archive/3.1.0.tar.gz
- sha256sums = fe1331ba03a60e1ba6a8a8c42f281e109939a4eeb26632f84610a9a524397beb
+ source = heimer-3.2.0.tar.gz::https://github.com/juzzlin/heimer/archive/3.2.0.tar.gz
+ sha256sums = e72dd06295eb126fa3cbbaaa5b8dd6592604a2089cf805bc3caa2739757ecb46
pkgname = heimer
diff --git a/CHANGELOG b/CHANGELOG
index 39220b6dc451..bfa31fbf915a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,26 @@ Bug fixes:
Other:
+3.2.0
+=====
+
+Release date:
+
+Sat, 15 Jan 2022 20:42:13 +0200
+
+New features:
+
+* Fix GitHub Issue #181: Copy should copy also edges within the group
+ - When copying (and pasting) nodes, also the edges within the copy group are now copied
+
+Bug fixes:
+
+* Fix GitHub Issue #195: Decrease size of "About" dialog
+
+Other:
+
+* Updated Dutch & Italian translations
+
3.1.0
=====
diff --git a/PKGBUILD b/PKGBUILD
index 025039fa684f..2727ba2d1215 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: davedatum <ask at davedatum dot com>
pkgname=heimer
-pkgver=3.1.0
+pkgver=3.2.0
pkgrel=1
pkgdesc="Cross-platform mind map, diagram, and note-taking tool written in Qt"
arch=("x86_64")
@@ -13,7 +13,7 @@ depends=('hicolor-icon-theme' 'qt5-svg')
makedepends=('cmake' 'qt5-tools')
changelog=CHANGELOG
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('fe1331ba03a60e1ba6a8a8c42f281e109939a4eeb26632f84610a9a524397beb')
+sha256sums=('e72dd06295eb126fa3cbbaaa5b8dd6592604a2089cf805bc3caa2739757ecb46')
build() {
cmake \