summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Sonnleitner2021-09-20 09:00:05 +0200
committerErik Sonnleitner2021-09-20 09:00:05 +0200
commitb541bef17f57eaa4dc1b357f9221ca47ab8be55b (patch)
tree001fb97af7248a981ecdf6e843960e28c20fdf1a
parentc41846d93eff8b1bff139485b7492d46163f2044 (diff)
downloadaur-b541bef17f57eaa4dc1b357f9221ca47ab8be55b.tar.gz
Updated to 2.2.4
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog13
-rw-r--r--PKGBUILD4
3 files changed, 18 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a96519ab6e51..f75e99b84b40 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.3
+ pkgver = 2.2.4
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.3.deb
+ source = https://download.todesktop.com/210203cqcj00tw1/morgen-2.2.4.deb
source = morgen
- b2sums = e9f911c39599a37e8f980127449bc8e9cfa752e7d671032cb2be2b2248bb4a79c237b02ce9d85ad9fa8b76894719faef869686f203441d531cb605e4c4dcf58a
+ b2sums = f3d6486aad983ba71b75aa276739f374a2893d39f7c46bb4911b0257f9e40827a0e5662e1820bd0ace0823a3254e21481ade65691e4975ee3dc586fcde41aac8
b2sums = 22bb3535edf2320bcb51a81e8865b0775b129ff1fad8007c6c9f385f4cdc241b0d166dd8e51a700ad7a1bf72efdcb2d5a13bb3b39ec8aa2db0a71fc22dfeeb57
pkgname = morgen-bin
diff --git a/ChangeLog b/ChangeLog
index 15ac51b45a30..2ed3a20b3240 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+=== Morgen 2.2.4
+Improvements
+- When you create a scheduling link, you can now set the limit for booking events in the future up to 12 weeks and there are more options for the minimum notice.
+- While searching, it is now possible to use the keyboard tab to switch between Past and Future tabs faster.
+- We increased the area where you can grab the window and drag it around. Before it was hard to find the right locations where this was working.
+- The shortcut C now creates a new event on the visible day/week, rather than jumping to Today.
+- Google introduced an additional step to authenticate: now we provide better guidance on this process.
+
+Bug Fixes
+- Fixed an issue making it impossible to edit start/end times for an event in some cases.
+- Fixed an issue causing non-native notifications on Linux not to be displayed.
+- Fixed a layout issue with timed events expanded to become longer than 24h
+
=== Morgen 2.2.3
Improvements
- Several performance improvements were added. Most notably, the contacts and location autocompletion now run much smoother.
diff --git a/PKGBUILD b/PKGBUILD
index 4608b347528a..cbc08e2d6352 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erik Sonnleitner <es at delta-xi dot net>
pkgname=morgen-bin
-pkgver=2.2.3
+pkgver=2.2.4
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=('e9f911c39599a37e8f980127449bc8e9cfa752e7d671032cb2be2b2248bb4a79c237b02ce9d85ad9fa8b76894719faef869686f203441d531cb605e4c4dcf58a'
+b2sums=('f3d6486aad983ba71b75aa276739f374a2893d39f7c46bb4911b0257f9e40827a0e5662e1820bd0ace0823a3254e21481ade65691e4975ee3dc586fcde41aac8'
'22bb3535edf2320bcb51a81e8865b0775b129ff1fad8007c6c9f385f4cdc241b0d166dd8e51a700ad7a1bf72efdcb2d5a13bb3b39ec8aa2db0a71fc22dfeeb57')
package() {