summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Sonnleitner2024-02-17 00:08:36 +0100
committerErik Sonnleitner2024-02-17 00:08:36 +0100
commite8b0971bffec8c0c9cde86ae91891766e6b2ecf2 (patch)
tree9de04aaea527c6ab19d5f1abbf307e8f9e194df6
parentb97a5042f82e667831f9ab30c6ceabb0a76b280c (diff)
downloadaur-e8b0971bffec8c0c9cde86ae91891766e6b2ecf2.tar.gz
Updated to 3.2.4
-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 6b008bd9d2db..4acaa0104928 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 = 3.2.3
+ pkgver = 3.2.4
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 = morgen-bin_3.2.3-1.xz::https://dl.todesktop.com/210203cqcj00tw1/linux/deb/x64
+ source = morgen-bin_3.2.4-1.xz::https://dl.todesktop.com/210203cqcj00tw1/linux/deb/x64
source = morgen
- b2sums = 101208870ed1b3405b596bd6c14f1fb41c5167b188589153e9c55ab40429172070d055c061b6033e49c9e3348f61f6929ccdff3ebd932187e50be58757ff71c0
+ b2sums = 4fb5a9591d26c932b2d8c6bc5c17bf01349e5dba5ebddef46b704cd2804cb73a989c6ec213758f878d473679420bd2230829412df643173a762c48c2be26026b
b2sums = ad953f1507c74e71ef2580e8b7c94fe4ea3a77e547f3c459adc7966df84e911fdc35fcf8ca708a28fd42c46999cf395f264333d441da5b4fc7d5644b3779ccdd
pkgname = morgen-bin
diff --git a/ChangeLog b/ChangeLog
index ee611616b2cd..7349e126ee9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -775,3 +775,14 @@ Fixes:
- Notion and Linear integrations can now be used on the Morgen free plan until the end of the Beta. Before tasks did not appear on the free plan, which was not intended.
- A problem causing an unnecessary event update when the Notes field was on focus (even without content changes) has been rectified.
- We fixed smaller UI issues and made sure the Notion icon is responsive to the light/dark theme during the onboarding.
+
+=== Morgen 3.2.4
+Improvements:
+- Performance: The rendering performance of task labels has been significantly improved. In our tests, rendering a list of tasks with many labels is up to 2x faster (and we plan to keep improving on this).
+- Tasks UX: The width of grouped labels in the task sidebar has been increased for better readability.
+- Keyboard accessibility: We implemented general keyboard accessibility improvements on the task/event details panel and fixed some inconsistencies between its fields.
+
+Fixes:
+- On our Microsoft ToDo integration, we have fixed an authentication issue and restored the possibility to organize tasks by task lists. This was accidentally disabled.
+- Additionally, we fixed some UX edge cases that could cause an error with certain actions.
+- Finally, a problem causing the context menu of an event to appear behind other elements has been rectified.
diff --git a/PKGBUILD b/PKGBUILD
index 8820f09aa79e..d2dc9747f8a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erik Sonnleitner <es at delta-xi dot net>
pkgname=morgen-bin
-pkgver=3.2.3
+pkgver=3.2.4
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=("${pkgname}_${pkgver}-${pkgrel}.xz::https://dl.todesktop.com/210203cqcj00tw1/linux/deb/x64" morgen)
-b2sums=('101208870ed1b3405b596bd6c14f1fb41c5167b188589153e9c55ab40429172070d055c061b6033e49c9e3348f61f6929ccdff3ebd932187e50be58757ff71c0'
+b2sums=('4fb5a9591d26c932b2d8c6bc5c17bf01349e5dba5ebddef46b704cd2804cb73a989c6ec213758f878d473679420bd2230829412df643173a762c48c2be26026b'
'ad953f1507c74e71ef2580e8b7c94fe4ea3a77e547f3c459adc7966df84e911fdc35fcf8ca708a28fd42c46999cf395f264333d441da5b4fc7d5644b3779ccdd')
package() {