summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Sonnleitner2021-08-24 21:01:43 +0200
committerErik Sonnleitner2021-08-24 21:01:43 +0200
commit126f5fc65bb34f2cd6d44055769f1cdb45a4ba6d (patch)
treeb3ae272e2b41b2d755cd252e3631817bfd73ac89
parenta4c2fa60daa5a7b18c2f71e024018782770dcdba (diff)
downloadaur-126f5fc65bb34f2cd6d44055769f1cdb45a4ba6d.tar.gz
Updated to 2.2.1
-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 ba8a6a87581c..9756bdcd5222 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.0
+ pkgver = 2.2.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.2.0.deb
+ source = https://download.todesktop.com/210203cqcj00tw1/morgen-2.2.1.deb
source = morgen
- b2sums = 629d294c37191271f40430f0687e8acff337a76b1c53f4adf81a13bf0e929acf89b82c973806f402468c21f10195bc68c5b8e5699e3e0d1f6980d1908119f54b
+ b2sums = 5275c33fb326b23224cba417ad520646cfd8d5888083bd53a6f5f25d72fd37f3f8a6e1f044e8dcc2b0ea20ca55063214589667da459229d0f37c4a53bac7c347
b2sums = 22bb3535edf2320bcb51a81e8865b0775b129ff1fad8007c6c9f385f4cdc241b0d166dd8e51a700ad7a1bf72efdcb2d5a13bb3b39ec8aa2db0a71fc22dfeeb57
pkgname = morgen-bin
diff --git a/ChangeLog b/ChangeLog
index 36a1701822f4..bace33cc45ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+=== Morgen 2.2.1
+Improvements
+- The current time indicator is now updated immediately when the timezone is changed
+- The "first day of the week" is now a setting decoupled from the Regional date/time format. For example, you can now set Monday as the first day of the week, while keeping the English (United States) as the region
+- Morgen now notifies when an update is ready to install by displaying a badge next to the profile icon on Windows and Mac
+- The shortcuts Alt+A and Alt+S now behave like toggles, making it easier to turn on/off the task and the scheduler sidebar
+- You can now use CTRL+S or CTRL+Enter (resp. Cmd+S or Cmd+Enter on Mac) to save events being edited without touching the mouse
+- We reduced the throttle for manual calendar refresh and now Morgen shows a feedback message when CTRL+R is pressed while sync is already in progress
+
+Bug Fixes
+- Fixed the connection to Facebook Events calendar feed
+- Avoid mixed-language availability text (at the moment, English is enforced)
+- Fixed an issue making it impossible to update a single occurrence of an event series when some events in the series had been previously deleted
+- Minor improvements to the style of tasks in the calendar
+- Cancelled meetings from Exchange and Office 365 are not displayed anymore, consistently with other providers
+
=== Morgen 2.2.0
With Morgen 2.2, we are excited to announce a new tool to help you schedule your meetings. Now you can create One-on-One and Permanent Scheduling Links right in your calendar 🥳. Forget about Calendly, Morgen has you covered for most of the scheduling scenarios!
diff --git a/PKGBUILD b/PKGBUILD
index a10d66787c6a..e05dc690e478 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erik Sonnleitner <es at delta-xi dot net>
pkgname=morgen-bin
-pkgver=2.2.0
+pkgver=2.2.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=('629d294c37191271f40430f0687e8acff337a76b1c53f4adf81a13bf0e929acf89b82c973806f402468c21f10195bc68c5b8e5699e3e0d1f6980d1908119f54b'
+b2sums=('5275c33fb326b23224cba417ad520646cfd8d5888083bd53a6f5f25d72fd37f3f8a6e1f044e8dcc2b0ea20ca55063214589667da459229d0f37c4a53bac7c347'
'22bb3535edf2320bcb51a81e8865b0775b129ff1fad8007c6c9f385f4cdc241b0d166dd8e51a700ad7a1bf72efdcb2d5a13bb3b39ec8aa2db0a71fc22dfeeb57')
package() {