summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Sonnleitner2021-08-13 12:23:39 +0200
committerErik Sonnleitner2021-08-13 12:23:39 +0200
commitef0fad090f85d0c3a455fe3788e3fb6be64ce807 (patch)
treede524cdd29f368ed3d24cbf2022b821b77db98cf
parentfe3284ffca519ba96ee9c4ac58c1d1b5144c7d1f (diff)
downloadaur-ef0fad090f85d0c3a455fe3788e3fb6be64ce807.tar.gz
Updated to 2.1.12
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog19
-rw-r--r--PKGBUILD4
3 files changed, 24 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 850a31ea698b..9c8f057e782f 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.11
+ pkgver = 2.1.12
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.11.deb
+ source = https://download.todesktop.com/210203cqcj00tw1/morgen-2.1.12.deb
source = morgen
- b2sums = a14474758de1722eefa1d85c128020b303fe83865e1f00ab7f7465e3396264e88e22276e5eab3b161e9f8b5fb4822ee8efbf1c3e59d34f52445c1fe739a4bdee
+ b2sums = 9c91b7a36a1be69901ff39bc66ee9fe3460e89fa8bb76f75a6028ad107f9057d6606b57008055425a97fe62e386dce55fcbbe80d43c80101cac76491eebe68b2
b2sums = 22bb3535edf2320bcb51a81e8865b0775b129ff1fad8007c6c9f385f4cdc241b0d166dd8e51a700ad7a1bf72efdcb2d5a13bb3b39ec8aa2db0a71fc22dfeeb57
pkgname = morgen-bin
diff --git a/ChangeLog b/ChangeLog
index ba4a25bce8cf..21c237d0a0da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+=== Morgen 2.1.12
+Improvements
+- Several performance improvements were added. Most notably, the navigation with calendar shortcuts should be much more responsive now.
+- Users who have a Gravatar profile will see their avatar picture in Morgen
+- Improved parsing of attendee emails when creating an event to ensure they are valid and support for pasting multiple emails at once
+- The due date of a task can be removed after it has been set
+- The text from the conference room field of the event widget can now be copied
+- Allow invitations to be imported into a Google calendar when the calendar owner is neither the organizer nor an attendee
+- Improved shortcuts for non-US keyboards and fixed zoom using plus button on numeric keypad
+
+Bug Fixes
+- Fixed an issue that may have caused a duplicate event when accepting invitations on Google, along with additional validation checks to prevent this from happening again
+- Calendar shortcuts stopped working after restarting the app. This is fixed now.
+- Fixed an issue where the due date label of a task was not updated after midnight
+- Fixed a problem where the quick join action for meetings with a Google Meet link was not triggered correctly
+- The Windows notification center now displays the Morgen icon and correct application name
+- Fixed a bug that prevented saving task changes after selecting a due date when clicking away
+- In some cases, the tags in the event widget were not correctly recognized. This is now fixed as well.
+
=== Morgen 2.1.11
Improvements & Fixes
- Fixed an issue when parsing Exchange events that caused some daily events to be displayed on a wrong day
diff --git a/PKGBUILD b/PKGBUILD
index b9ea8a0a3fe2..bc2926705604 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erik Sonnleitner <es at delta-xi dot net>
pkgname=morgen-bin
-pkgver=2.1.11
+pkgver=2.1.12
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=('a14474758de1722eefa1d85c128020b303fe83865e1f00ab7f7465e3396264e88e22276e5eab3b161e9f8b5fb4822ee8efbf1c3e59d34f52445c1fe739a4bdee'
+b2sums=('9c91b7a36a1be69901ff39bc66ee9fe3460e89fa8bb76f75a6028ad107f9057d6606b57008055425a97fe62e386dce55fcbbe80d43c80101cac76491eebe68b2'
'22bb3535edf2320bcb51a81e8865b0775b129ff1fad8007c6c9f385f4cdc241b0d166dd8e51a700ad7a1bf72efdcb2d5a13bb3b39ec8aa2db0a71fc22dfeeb57')
package() {