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 7214bce8c844..9988fbc653d4 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.0
+ pkgver = 2.5.1
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.0.deb
+ source = https://download.todesktop.com/210203cqcj00tw1/morgen-2.5.1.deb
source = morgen
- b2sums = caa82285aeee7c236f3cbdfe99d74ce3f2be49521cd8324eb495d3c6b1ea595e1e67d53a7e08afce3c6683f54c2c6f6f25061ee25fb83964032e30716fcaf27c
+ b2sums = 102a52479803904c8836aa0674ebdf71c99c6b8edb7bbbebad38885b8c4b29a0391a04502e4cafc1ac5a6d4f03adc8de3d5cf5913a27dcdb2fd4e0ce05d4e075
b2sums = 22bb3535edf2320bcb51a81e8865b0775b129ff1fad8007c6c9f385f4cdc241b0d166dd8e51a700ad7a1bf72efdcb2d5a13bb3b39ec8aa2db0a71fc22dfeeb57
pkgname = morgen-bin
diff --git a/ChangeLog b/ChangeLog
index d74a336a0b8f..39ba65fbaeef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -342,3 +342,19 @@ Fixes:
- Fixed a problem of Morgen Scheduling Links with Fastmail calendar.
- Fixed an issue causing links in the event description to duplicate after each change.
- Fixed an issue causing some transparent events to be barely readable.
+
+=== Morgen 2.5.1
+New Features:
+- Now Morgen can merge identical events appearing on different calendars: events with the same time and identifier are merged, beautifully. At the same time, you keep the ability to edit each instance individually.
+
+Improvements:
+- We improved the parsing of external .ics files, making it more robust to malformed data.
+- We increased the sensitive area for clicks on events, thus making the selection of very short events easier.
+- We made the creation of new events in the calendar more precise, with the event starting time now rounded according to the "Time Dragging Resolution" setting, instead of "Time Display Resolution".
+
+Fixes:
+- The confirmation dialog for actions on calendar events was displayed even when not necessary. This has been fixed now.
+- We fixed event invitations with some CalDAV providers.
+- We fixed a problem causing the creation of events to be in a hanging state for too long.
+- We fixed the Notes field, where links were not clickable anymore in the latest release.
+- We fixed a bug causing deleted tags to remain set on events in a sort of invisible state 👻.
diff --git a/PKGBUILD b/PKGBUILD
index cd0c98ee7b02..0166f2e2e1d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erik Sonnleitner <es at delta-xi dot net>
pkgname=morgen-bin
-pkgver=2.5.0
+pkgver=2.5.1
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=('caa82285aeee7c236f3cbdfe99d74ce3f2be49521cd8324eb495d3c6b1ea595e1e67d53a7e08afce3c6683f54c2c6f6f25061ee25fb83964032e30716fcaf27c'
+b2sums=('102a52479803904c8836aa0674ebdf71c99c6b8edb7bbbebad38885b8c4b29a0391a04502e4cafc1ac5a6d4f03adc8de3d5cf5913a27dcdb2fd4e0ce05d4e075'
'22bb3535edf2320bcb51a81e8865b0775b129ff1fad8007c6c9f385f4cdc241b0d166dd8e51a700ad7a1bf72efdcb2d5a13bb3b39ec8aa2db0a71fc22dfeeb57')
package() {