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 b1fb47d9b8f4..d67734b30211 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.6
+ pkgver = 2.3.0
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.6.deb
+ source = https://download.todesktop.com/210203cqcj00tw1/morgen-2.3.0.deb
source = morgen
- b2sums = 3335e763f7480fe503049ca6e49ffe78da141a3e2e8194ec020f860ec9ae39bfe5f4de490cb52b9ab8e30d4de12df31f4b1ca3b44f32580cd179d43134e606d2
+ b2sums = 15e3a0fa6b8598e7caa5f83a279120c4ae6aa8cd6f58fbcd77d39ca26485ea145964507a63f885262f5e15b24335da10b5a87fdada05849f5a86a05037c56218
b2sums = 22bb3535edf2320bcb51a81e8865b0775b129ff1fad8007c6c9f385f4cdc241b0d166dd8e51a700ad7a1bf72efdcb2d5a13bb3b39ec8aa2db0a71fc22dfeeb57
pkgname = morgen-bin
diff --git a/ChangeLog b/ChangeLog
index 92836e35d049..f36081ed3ef2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+=== Morgen 2.3.0
+New Features
+- Zapier integration
+
+Improvements
+-Starting from this release, Morgen persists the latest calendar view settings and restores them when you restart the app. For example, if you normally work on the monthly view, you will start from the same monthly view after a restart. Similarly, if you prefer not to see weekends, you will not need to toggle them off every time anymore.
+
+Bug Fixes
+- Fixed the calendar widget not appearing when editing the end date of a recurrence
+- Fixed parsing of some events, which was causing the end date to be wrong (and in the wrong timezone)
+- Fixed notifications with CalDAV calendars, that were not delivered reliably
+- Fixed a minor style issue with the notes fields in the Scheduler sidebar tab
+
+
=== 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.
diff --git a/PKGBUILD b/PKGBUILD
index a6ca2db9ab2d..dc49438a9862 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erik Sonnleitner <es at delta-xi dot net>
pkgname=morgen-bin
-pkgver=2.2.6
+pkgver=2.3.0
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=('3335e763f7480fe503049ca6e49ffe78da141a3e2e8194ec020f860ec9ae39bfe5f4de490cb52b9ab8e30d4de12df31f4b1ca3b44f32580cd179d43134e606d2'
+b2sums=('15e3a0fa6b8598e7caa5f83a279120c4ae6aa8cd6f58fbcd77d39ca26485ea145964507a63f885262f5e15b24335da10b5a87fdada05849f5a86a05037c56218'
'22bb3535edf2320bcb51a81e8865b0775b129ff1fad8007c6c9f385f4cdc241b0d166dd8e51a700ad7a1bf72efdcb2d5a13bb3b39ec8aa2db0a71fc22dfeeb57')
package() {