summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Sonnleitner2021-07-18 16:40:26 +0200
committerErik Sonnleitner2021-07-18 16:40:26 +0200
commitc4889b8e74782be7f8001116256df746e802b047 (patch)
treee8aa0dbb83556f4091cf8ccd193d5c2758a99d21
parentb168f04c31f500e9f6a474ee1ce50778e700b9ea (diff)
downloadaur-c4889b8e74782be7f8001116256df746e802b047.tar.gz
Updated to 2.1.10
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog21
-rw-r--r--PKGBUILD4
3 files changed, 25 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bf1411201a5..8b4909ddac0b 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.1.9
+ pkgver = 2.1.10
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.1.9.deb
+ source = https://download.todesktop.com/210203cqcj00tw1/morgen-2.1.10.deb
source = morgen
- b2sums = 482a07c2e25a5526d8ebccba49777ad0b929dc4ad575f868d31b2bc30500293762a643cbdee3b7d0d7cab9206316768132a7fed8ce922844fa90aea56400ba34
+ b2sums = f7c4c57b253ec24addf75ee0b4263514d6eecad640bab423c1e22196985efa72b4fa8264e6b9bc35c2382008679571cae8b4d8caebf6b0fd7cd5be1d65910c57
b2sums = 22bb3535edf2320bcb51a81e8865b0775b129ff1fad8007c6c9f385f4cdc241b0d166dd8e51a700ad7a1bf72efdcb2d5a13bb3b39ec8aa2db0a71fc22dfeeb57
pkgname = morgen-bin
diff --git a/ChangeLog b/ChangeLog
index 9fc6f44f9a94..a65a1b0fedfb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,35 @@
+=== Morgen 2.1.10
+* Bug Fixes
+- Fixed an issue preventing events to be fetched on some CalDAV accounts (Hostgator)
+- The timezone of new events is now by default the timezone chosen in the Settings, rather than the system timezone
+- Fixed the symlink on Linux using the DEB installer
+- Fixed an issue causing sometimes an error when trying to RSVPs to single occurrences of a Google event series
+- Fixed an issue forcing you to click twice to create an event after closing the event panel with escape
+- Fixed an issue causing the wrong parsing of some videoconferencing links in the quick join buttons
+- Fixed a problem making it impossible to copy text from the description of a read-only event
+
+* Improvements
+- The style of the title bar on Windows has been adjusted to be more consistent with other platforms and avoid a white bar on black theme
+- Organizer and attendees are now retained when importing an event into a Caldav provider
+- Availability Sharing functionality now adds the timezone abbreviation next to the time
+- Prevent the use of some shortcuts when the Availability Sharing mode is enabled or when a dialog is open
+- Sanitize attendee email before trying to create a Google Calendar event to avoid errors hard to understand
+
+
=== Morgen 2.1.9
+* Bug Fixes
- Fixed an issue causing huge output logs on some systems
- Fixed a problem delivering notifications and event alerts
- Fixed an issue preventing the compaction of the database, which could become very large
- One-off events from a recurrent series are now correctly displayed#
-
=== Morgen 2.1.8
Ouch! We have been reported a crash occurring when trying to edit calendar shortcuts. Morgen 2.1.8 fixes this issue. Since we were at it, we also fixed a problem causing an error when editing some events created with Fastmail.
=== Morgen 2.1.7
+* Bug Fixes
- Fixed a memory leak causing memory usage to grow over time; this should also fix performance degradation over time
- Fixed an issue where certain CalDAV accounts could not be connected because of a failed service discovery (was actually not fixed in 2.1.6)
- Fixed an issue causing some recurrence rules not to be updated correctly
diff --git a/PKGBUILD b/PKGBUILD
index 9926679a6f9d..1124009c4e5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erik Sonnleitner <es at delta-xi dot net>
pkgname=morgen-bin
-pkgver=2.1.9
+pkgver=2.1.10
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=('482a07c2e25a5526d8ebccba49777ad0b929dc4ad575f868d31b2bc30500293762a643cbdee3b7d0d7cab9206316768132a7fed8ce922844fa90aea56400ba34'
+b2sums=('f7c4c57b253ec24addf75ee0b4263514d6eecad640bab423c1e22196985efa72b4fa8264e6b9bc35c2382008679571cae8b4d8caebf6b0fd7cd5be1d65910c57'
'22bb3535edf2320bcb51a81e8865b0775b129ff1fad8007c6c9f385f4cdc241b0d166dd8e51a700ad7a1bf72efdcb2d5a13bb3b39ec8aa2db0a71fc22dfeeb57')
package() {