summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog11
-rw-r--r--PKGBUILD4
3 files changed, 16 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f327b72c00a..f440eacba3b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = morgen-bin
pkgdesc = Morgen is a modern, intuitive and smart calendar application and successor to MineTime
- pkgver = 2.6.6
+ pkgver = 2.6.7
pkgrel = 1
url = https://morgen.so
changelog = ChangeLog
@@ -12,9 +12,9 @@ pkgbase = morgen-bin
depends = hicolor-icon-theme
depends = desktop-file-utils
provides = morgen
- source = https://download.todesktop.com/210203cqcj00tw1/morgen-2.6.6.deb
+ source = https://download.todesktop.com/210203cqcj00tw1/morgen-2.6.7.deb
source = morgen
- b2sums = b88278e9eeec89e26b93bd5051f60eb119a6a1249659ed28ba524ded4aa09a22fc89c4b6c6db2a716175fe1716e87da31d20b284d129700e4a80984617335d8c
+ b2sums = 6b1ae18452f0948b8e093db41f1ec0335c3f905d13a9f449fb072775e1b716ff016cdcbfe6d736f498fc0a7ca3a2aa7c749077bf0affca7882b4c0d32504cd95
b2sums = ad953f1507c74e71ef2580e8b7c94fe4ea3a77e547f3c459adc7966df84e911fdc35fcf8ca708a28fd42c46999cf395f264333d441da5b4fc7d5644b3779ccdd
pkgname = morgen-bin
diff --git a/ChangeLog b/ChangeLog
index 3d33a6fdba05..3a605fd227e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -592,3 +592,14 @@ Fixes:
=== Morgen 2.6.6
According to the official Changelog, this update only consists of feature changes in the mobile version of Morgen.
+
+
+
+=== Morgen 2.6.7
+New Features:
+- Reorder Task Lists on Desktop: Following the same update on mobile, task lists can now be reordered on desktop as well. Changes made to task list ordering on desktop will sync with the Morgen mobile app, and vice versa.
+
+Fixes:
+- We fixed a problem that caused multiple events to be created when dragging a task into the calendar.
+- We improved the event panel layout to prevent events with long notes from overflowing beyond the app window, which made some information inaccessible.
+- We reduced the sensitivity of events when being dragged across weeks to avoid accidental triggering on large screens.
diff --git a/PKGBUILD b/PKGBUILD
index b42796e0b40b..03db4361e2a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erik Sonnleitner <es at delta-xi dot net>
pkgname=morgen-bin
-pkgver=2.6.6
+pkgver=2.6.7
pkgrel=1
pkgdesc='Morgen is a modern, intuitive and smart calendar application and successor to MineTime'
arch=('x86_64')
@@ -11,7 +11,7 @@ changelog='ChangeLog'
depends=('libsecret' 'libxss' 'dbus' 'hicolor-icon-theme' 'desktop-file-utils')
provides=('morgen')
source=("https://download.todesktop.com/210203cqcj00tw1/morgen-${pkgver}.deb" morgen)
-b2sums=('b88278e9eeec89e26b93bd5051f60eb119a6a1249659ed28ba524ded4aa09a22fc89c4b6c6db2a716175fe1716e87da31d20b284d129700e4a80984617335d8c'
+b2sums=('6b1ae18452f0948b8e093db41f1ec0335c3f905d13a9f449fb072775e1b716ff016cdcbfe6d736f498fc0a7ca3a2aa7c749077bf0affca7882b4c0d32504cd95'
'ad953f1507c74e71ef2580e8b7c94fe4ea3a77e547f3c459adc7966df84e911fdc35fcf8ca708a28fd42c46999cf395f264333d441da5b4fc7d5644b3779ccdd')
package() {