summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Sonnleitner2021-10-07 21:20:37 +0200
committerErik Sonnleitner2021-10-07 21:20:37 +0200
commit34f43572092e6117e41bf836abb5aa2adbc57b3b (patch)
tree138f2af3cca0ac9b47eb74e9f87dc8c6ee2e1063
parent90965a84fe3c61540ff75a6b2eee869e0c1d44d9 (diff)
downloadaur-34f43572092e6117e41bf836abb5aa2adbc57b3b.tar.gz
Updated to 2.2.6
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog9
-rw-r--r--PKGBUILD4
3 files changed, 14 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 914824f0e81a..b1fb47d9b8f4 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.2.5
+ pkgver = 2.2.6
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.2.5.deb
+ source = https://download.todesktop.com/210203cqcj00tw1/morgen-2.2.6.deb
source = morgen
- b2sums = 7f52d17dd5139e617d2671758c28ae9e1a91e763e58c9e1e27563abe60c1235c128aa7d601f9c0269f065b4d0c8d7446ae4d902ee09edb581b3f6f73e9ddfabb
+ b2sums = 3335e763f7480fe503049ca6e49ffe78da141a3e2e8194ec020f860ec9ae39bfe5f4de490cb52b9ab8e30d4de12df31f4b1ca3b44f32580cd179d43134e606d2
b2sums = 22bb3535edf2320bcb51a81e8865b0775b129ff1fad8007c6c9f385f4cdc241b0d166dd8e51a700ad7a1bf72efdcb2d5a13bb3b39ec8aa2db0a71fc22dfeeb57
pkgname = morgen-bin
diff --git a/ChangeLog b/ChangeLog
index ec83a83ef851..92836e35d049 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+=== Morgen 2.2.6
+Improvements
+- Often an event timezone differs from the current local timezone. We have improved the event detail widget to show both the event original time and the time in the local timezone. Moreover, when the start and end timezones are different (long flights are a common example), Morgen now shows both.
+
+Bug Fixes
+- It is now possible to select and copy text from the Notes field of an event that is not editable.
+- Fixed an issue causing some yearly events to be displayed every month.
+- Fixed an issue preventing the correct update of a weekly event series when the weekday is changed.
+
=== Morgen 2.2.5
New
- You can now define the auto-refresh interval for calendar subscriptions (iCalendar feeds). If you are working with a highly dynamic calendar, you might want to use a refresh interval of 5, 15, or 60 minutes. Instead, if you know that the calendar does not change often, or if it contains a large number of events, you can set the refresh interval to 1 day to save resources.
diff --git a/PKGBUILD b/PKGBUILD
index 266dabd4c561..a6ca2db9ab2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erik Sonnleitner <es at delta-xi dot net>
pkgname=morgen-bin
-pkgver=2.2.5
+pkgver=2.2.6
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=('7f52d17dd5139e617d2671758c28ae9e1a91e763e58c9e1e27563abe60c1235c128aa7d601f9c0269f065b4d0c8d7446ae4d902ee09edb581b3f6f73e9ddfabb'
+b2sums=('3335e763f7480fe503049ca6e49ffe78da141a3e2e8194ec020f860ec9ae39bfe5f4de490cb52b9ab8e30d4de12df31f4b1ca3b44f32580cd179d43134e606d2'
'22bb3535edf2320bcb51a81e8865b0775b129ff1fad8007c6c9f385f4cdc241b0d166dd8e51a700ad7a1bf72efdcb2d5a13bb3b39ec8aa2db0a71fc22dfeeb57')
package() {