summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 1ee66fc56eb8..1dd41d9c94c3 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.5.3
+ pkgver = 2.5.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.5.3.deb
+ source = https://download.todesktop.com/210203cqcj00tw1/morgen-2.5.4.deb
source = morgen
- b2sums = a7139eb48c5c7d0cc0b50d36bd73305b8db11a4fee6b92e7197c847493a8bf9a74c9b1dba65595f1f969c11d558e2980a1882c7ca2eb8409392e436af4e758ad
+ b2sums = 4d48b13455b6db2e2664e75941f23bce9592ba391b326a3b9ce16ce62c83858bd7ea7da07e27e030c3aeec1f07854743f8be419b44e4aa769896aae3d3cd0242
b2sums = 22bb3535edf2320bcb51a81e8865b0775b129ff1fad8007c6c9f385f4cdc241b0d166dd8e51a700ad7a1bf72efdcb2d5a13bb3b39ec8aa2db0a71fc22dfeeb57
pkgname = morgen-bin
diff --git a/ChangeLog b/ChangeLog
index dc81cf7d2f0d..344502afac5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -373,3 +373,17 @@ Fixes:
- We are also bringing some fixes for problems that have been reported to us, for example
- We fixed an issue saving events with some CalDAV providers.
- We fixed a problem causing tasks lists to disappear when renamed using an empty title.
+
+=== Morgen 2.5.4
+New Features:
+- We have made some major redesign to our onboarding to guide you through the configuration and first steps with Morgen. This will arguably benefit new users first, but it is the foundation of a proper Help Center that will help everyone use Morgen at its full potential!
+
+Improvements:
+- An improved Month view, where the current day is better highlighted and the time of the events is visible again 😉.
+- We made private Office 365 / Exchange events actually private - it turns out that Microsoft does not redact the private information from your private events. Instead, Microsoft confidently relies on calendar clients to do that 🤔.
+- We added some more options for the duration and buffer time of the Morgen Scheduling Links.
+
+Fixes:
+- We resolved an issue while moving an event from one calendar to another. Before, the event was often not deleted from the old calendar, thus resulting in a duplicate.
+- We fixed a couple of small glitches, with Tasks and Scheduling Links.
+- We fixed a bug causing inconsistent calendar names in different parts of the Morgen app interface.
diff --git a/PKGBUILD b/PKGBUILD
index ab9e5f44b7f5..d7a3175d4d7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erik Sonnleitner <es at delta-xi dot net>
pkgname=morgen-bin
-pkgver=2.5.3
+pkgver=2.5.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=('a7139eb48c5c7d0cc0b50d36bd73305b8db11a4fee6b92e7197c847493a8bf9a74c9b1dba65595f1f969c11d558e2980a1882c7ca2eb8409392e436af4e758ad'
+b2sums=('4d48b13455b6db2e2664e75941f23bce9592ba391b326a3b9ce16ce62c83858bd7ea7da07e27e030c3aeec1f07854743f8be419b44e4aa769896aae3d3cd0242'
'22bb3535edf2320bcb51a81e8865b0775b129ff1fad8007c6c9f385f4cdc241b0d166dd8e51a700ad7a1bf72efdcb2d5a13bb3b39ec8aa2db0a71fc22dfeeb57')
package() {