summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Sonnleitner2021-11-30 15:28:50 +0100
committerErik Sonnleitner2021-11-30 15:28:50 +0100
commit419315268f143d518ef7b5bf0c8bcabf61c5c116 (patch)
tree3830a9d5bac981174e9b69add51bba0bdcf2ca28
parent911d2512190eada164e4b1715d5f7b3ce813b089 (diff)
downloadaur-419315268f143d518ef7b5bf0c8bcabf61c5c116.tar.gz
Updated to 2.3.4
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog14
-rw-r--r--PKGBUILD4
3 files changed, 17 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8269f23a7cc3..2dc20339eea1 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.3.3
+ pkgver = 2.3.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 = https://download.todesktop.com/210203cqcj00tw1/morgen-2.3.3.deb
+ source = https://download.todesktop.com/210203cqcj00tw1/morgen-2.3.4.deb
source = morgen
- b2sums = 05325fdffe1364e8b6665ec79f887d53f3a19eb3911ef48c5577523735c6f614498a964e2c71a0467b37993a383865b99b947e2d09c2654be23688e4c4760b2b
+ b2sums = 1c186ab0819d9935250de2309d711994d5878f32e435f35a72cd16b9a1cec488dc1abf089134f6387f412719a566c3afc22eca6e0225f42d9bce72f807f9dac6
b2sums = 22bb3535edf2320bcb51a81e8865b0775b129ff1fad8007c6c9f385f4cdc241b0d166dd8e51a700ad7a1bf72efdcb2d5a13bb3b39ec8aa2db0a71fc22dfeeb57
pkgname = morgen-bin
diff --git a/ChangeLog b/ChangeLog
index 55c7df643ba3..c0e430bc4254 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,3 @@
-
=== Morgen 2.1.6
* Bug Fixes
@@ -222,4 +221,15 @@ Bug Fixes
- Fixed an issue preventing the Quick Join button to appear with many all-day events.
- Fixed time zone helper showing out of the screen on the Day view.
-
+=== Morgen 2.3.4
+Improvements
+- We have made the size of the Morgen panel when using the Alt+C option the same for the Day and the Week views. This makes the transition smoother and gives more space for events and tasks in the Day view.
+- It is now possible to delete a calendar account from a device where the account itself is not authenticated. This covers some edge cases where it was not possible to add or remove an account.
+
+General Fixes
+- We disabled the possibility to RSVP to "This & Future occurrences". The reason is that this operation is not really supported by the calendar protocols and could lead to odd behaviors, like duplicate events. You can still RSVP to single occurrences or the entire event series.
+- We fixed a problem causing some events not to synchronize with the calendar provider immediately. This was a source of confusion as events would appear in Morgen but not immediately on other devices.
+- We fixed a problem delivering event invitations with some providers (e.g. Infomaniak).
+- We fixed a problem fetching events from some CalDAV providers.
+- We fixed a problem with Google Out-of-office (OOO) events. Before these events were displayed as one day longer than they actually were.
+- On a minor note, we fixed the downgrading alert. In general, it is not possible to downgrade Morgen to a previous version. A warning should be displayed if this is detected, but this warning was not displayed on some systems. This is now fixed.
diff --git a/PKGBUILD b/PKGBUILD
index 3ce6c5c5ff12..e5a6072767bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erik Sonnleitner <es at delta-xi dot net>
pkgname=morgen-bin
-pkgver=2.3.3
+pkgver=2.3.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=("https://download.todesktop.com/210203cqcj00tw1/morgen-${pkgver}.deb" morgen)
-b2sums=('05325fdffe1364e8b6665ec79f887d53f3a19eb3911ef48c5577523735c6f614498a964e2c71a0467b37993a383865b99b947e2d09c2654be23688e4c4760b2b'
+b2sums=('1c186ab0819d9935250de2309d711994d5878f32e435f35a72cd16b9a1cec488dc1abf089134f6387f412719a566c3afc22eca6e0225f42d9bce72f807f9dac6'
'22bb3535edf2320bcb51a81e8865b0775b129ff1fad8007c6c9f385f4cdc241b0d166dd8e51a700ad7a1bf72efdcb2d5a13bb3b39ec8aa2db0a71fc22dfeeb57')
package() {