summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Sonnleitner2024-03-04 13:05:36 +0100
committerErik Sonnleitner2024-03-04 13:05:36 +0100
commitaff5f678548c7400a05037f7de7e989a230aa80f (patch)
treede3a882ced14cf196f615e2ce2a54f75cfaa2cd0
parente8b0971bffec8c0c9cde86ae91891766e6b2ecf2 (diff)
downloadaur-aff5f678548c7400a05037f7de7e989a230aa80f.tar.gz
Updated to 3.2.5
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog14
-rw-r--r--PKGBUILD4
3 files changed, 19 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4acaa0104928..07f63d947011 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.4
+ pkgver = 3.2.5
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.4-1.xz::https://dl.todesktop.com/210203cqcj00tw1/linux/deb/x64
+ source = morgen-bin_3.2.5-1.xz::https://dl.todesktop.com/210203cqcj00tw1/linux/deb/x64
source = morgen
- b2sums = 4fb5a9591d26c932b2d8c6bc5c17bf01349e5dba5ebddef46b704cd2804cb73a989c6ec213758f878d473679420bd2230829412df643173a762c48c2be26026b
+ b2sums = 121ffa832f66d5282be5d8591f6ddd4121411a7dd8a940900ad186cbefb7d864545451c0991c32e667f0e68202c0ff1b5ddd8062eaf8f58adf7aeca0d253ec16
b2sums = ad953f1507c74e71ef2580e8b7c94fe4ea3a77e547f3c459adc7966df84e911fdc35fcf8ca708a28fd42c46999cf395f264333d441da5b4fc7d5644b3779ccdd
pkgname = morgen-bin
diff --git a/ChangeLog b/ChangeLog
index 7349e126ee9f..6212d5e001bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -786,3 +786,17 @@ 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.
+
+=== Morgen 3.2.5
+New Features:
+- By popular demand, the Check availability toggle is back. You can now view the availability of meeting invitees while creating a meeting, whether or not they use Morgen. This is done by fetching information directly from your team's Google and Outlook calendars and the information visible to you is based on the permissions of those underlying calendars.
+
+Improvements:
+- The Morgen UI is now more responsive when events are deleted or edited. Additionally, Morgen tasks can be dragged and dropped across lists or priority groups. Simply drop the task onto the name of a group to reassign its list or priority.
+
+Fixes:
+- Connections of incompatible CalDAV accounts to Morgen Cloud are now blocked early in the process to avoid confusion.
+- A problem causing a confirmation request when updating an event without attendees has been fixed.
+- Pinned contacts on the sidebar will now be automatically removed if the contact is no longer part of the team.
+- We fixed the condition that hides completed tasks from the calendar to include tasks closed from the sidebar.
+- An issue preventing typing "S" as the name of a new task list (!) has been rectified.
diff --git a/PKGBUILD b/PKGBUILD
index d2dc9747f8a7..108571a929ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erik Sonnleitner <es at delta-xi dot net>
pkgname=morgen-bin
-pkgver=3.2.4
+pkgver=3.2.5
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=('4fb5a9591d26c932b2d8c6bc5c17bf01349e5dba5ebddef46b704cd2804cb73a989c6ec213758f878d473679420bd2230829412df643173a762c48c2be26026b'
+b2sums=('121ffa832f66d5282be5d8591f6ddd4121411a7dd8a940900ad186cbefb7d864545451c0991c32e667f0e68202c0ff1b5ddd8062eaf8f58adf7aeca0d253ec16'
'ad953f1507c74e71ef2580e8b7c94fe4ea3a77e547f3c459adc7966df84e911fdc35fcf8ca708a28fd42c46999cf395f264333d441da5b4fc7d5644b3779ccdd')
package() {