summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog10
-rw-r--r--PKGBUILD4
3 files changed, 15 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c0836e294a0..26593237de94 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.4.2
+ pkgver = 2.4.3
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.4.2.deb
+ source = https://download.todesktop.com/210203cqcj00tw1/morgen-2.4.3.deb
source = morgen
- b2sums = 7ad75ec5930e11410254cc3694ed2071b00e86952b289b3b89bc486ce4e3093be7ebd2b12b79530c574508f6c7fc067d685007b70c2c7d5c2a14674866a8e75c
+ b2sums = 06e545c6824682c79ab384c892cdfac3803e5bad618f79092351ae1956dbe4447a5ef2f97e068bb24c2bad0fd149f1e83ccd7ead2ec21505e69cd75f18f3211e
b2sums = 22bb3535edf2320bcb51a81e8865b0775b129ff1fad8007c6c9f385f4cdc241b0d166dd8e51a700ad7a1bf72efdcb2d5a13bb3b39ec8aa2db0a71fc22dfeeb57
pkgname = morgen-bin
diff --git a/ChangeLog b/ChangeLog
index 26a274c0a80d..c9fa94d0e209 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -300,3 +300,13 @@ Bug Fixes
- We fixed the categorisation of some CalDAV calendars, erroneously considered read-only, which was preventing the editing of the events
- We fixed a problem causing some Office 365 accounts to load forever in case of bad internet connection
- We fixed some layout glitches, like the sidebar header moving behind the macOS traffic light buttons and the scheduler tooltip being hardly readable
+
+
+=== Morgen 2.4.3
+New Features:
+- We now offer the possibility to set up a static IP address for our scheduler to access your calendar when somebody loads one of your Morgen Scheduling Links. This is important if you need to whitelist our servers on your firewall, for example, Azure Conditional Access. This is an option available on-demand in the Morgen Pro plan. If white-listing a location is enough, you'll just need to know that all the requests come from our servers located in Zurich, Switzerland.
+- This release introduces several improvements and fixes for CalDAV calendars. First and foremost, Morgen now fully supports CalDAV delegate access. This means that you can see all calendars that have been shared with you by another person. Before it was only possible to add such calendars by entering their full URL, which was not always easy to find. To see a full list of calendars you have access to, reconnect your account using the "Reconnect" button.
+
+Bug Fixes
+- We fixed an issue affecting some recurrent daily events. Depending on the timezone, it could happen that the series would end one day too early or one day too late. This was affecting CalDAV as well as Exchange calendars and has now been fixed.
+- Again talking about timezones, we fixed a problem parsing some non-standard timezones on CalDAV, which was preventing the correct visualization of these events.
diff --git a/PKGBUILD b/PKGBUILD
index 7c7107e77453..eb765aa80127 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erik Sonnleitner <es at delta-xi dot net>
pkgname=morgen-bin
-pkgver=2.4.2
+pkgver=2.4.3
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=('7ad75ec5930e11410254cc3694ed2071b00e86952b289b3b89bc486ce4e3093be7ebd2b12b79530c574508f6c7fc067d685007b70c2c7d5c2a14674866a8e75c'
+b2sums=('06e545c6824682c79ab384c892cdfac3803e5bad618f79092351ae1956dbe4447a5ef2f97e068bb24c2bad0fd149f1e83ccd7ead2ec21505e69cd75f18f3211e'
'22bb3535edf2320bcb51a81e8865b0775b129ff1fad8007c6c9f385f4cdc241b0d166dd8e51a700ad7a1bf72efdcb2d5a13bb3b39ec8aa2db0a71fc22dfeeb57')
package() {