summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog16
-rw-r--r--PKGBUILD4
3 files changed, 21 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dd41d9c94c3..4348c2021aa2 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.4
+ pkgver = 2.5.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 = https://download.todesktop.com/210203cqcj00tw1/morgen-2.5.4.deb
+ source = https://download.todesktop.com/210203cqcj00tw1/morgen-2.5.5.deb
source = morgen
- b2sums = 4d48b13455b6db2e2664e75941f23bce9592ba391b326a3b9ce16ce62c83858bd7ea7da07e27e030c3aeec1f07854743f8be419b44e4aa769896aae3d3cd0242
+ b2sums = e50a92037e79a4972e9929b3c55237121a66964e922339037882161e21e9c56140c8d501fc95f2d6a3a3db1ad6367a4091331058bcc04d4dfab7fd72f207315e
b2sums = 22bb3535edf2320bcb51a81e8865b0775b129ff1fad8007c6c9f385f4cdc241b0d166dd8e51a700ad7a1bf72efdcb2d5a13bb3b39ec8aa2db0a71fc22dfeeb57
pkgname = morgen-bin
diff --git a/ChangeLog b/ChangeLog
index 344502afac5a..bf3aaff9844a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -387,3 +387,19 @@ 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.
+
+=== Morgen 2.5.5
+New Features:
+- Flexible Week: Sometimes you want to focus on the near future, sometimes you want to plan ahead. For every use case, Morgen now allows you to quickly customize your week view to display 1 to 10 days. Use Command+number on macOS and CTRL+number on Linux and Windows.
+- Consistent with the Todoist integration, Morgen now displays subtasks from Microsoft To Do.
+
+Improvements:
+- Improved visualization of calendar events that end at midnight.
+- It's now possible to switch calendar views using shortcuts when creating or editing a one-time link.
+
+Fixes:
+- Automatic logouts on Linux using Snaps
+- Google Meet links now correctly redirect to the default browser.
+- Fixed some formatting issues in the scheduling link reminders.
+- Morgen no longer sends out outdated reminders for booked meetings that have been cancelled or rescheduled by the organizer.
+
diff --git a/PKGBUILD b/PKGBUILD
index d7a3175d4d7e..d302edd48fab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erik Sonnleitner <es at delta-xi dot net>
pkgname=morgen-bin
-pkgver=2.5.4
+pkgver=2.5.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=("https://download.todesktop.com/210203cqcj00tw1/morgen-${pkgver}.deb" morgen)
-b2sums=('4d48b13455b6db2e2664e75941f23bce9592ba391b326a3b9ce16ce62c83858bd7ea7da07e27e030c3aeec1f07854743f8be419b44e4aa769896aae3d3cd0242'
+b2sums=('e50a92037e79a4972e9929b3c55237121a66964e922339037882161e21e9c56140c8d501fc95f2d6a3a3db1ad6367a4091331058bcc04d4dfab7fd72f207315e'
'22bb3535edf2320bcb51a81e8865b0775b129ff1fad8007c6c9f385f4cdc241b0d166dd8e51a700ad7a1bf72efdcb2d5a13bb3b39ec8aa2db0a71fc22dfeeb57')
package() {