summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Sonnleitner2021-09-16 17:25:27 +0200
committerErik Sonnleitner2021-09-16 17:25:27 +0200
commitc41846d93eff8b1bff139485b7492d46163f2044 (patch)
treec2a0fbf8f72b9a267167992b65c19d5b9cb51d4e
parent39a378ba5a9c78bc329150daac735894f3e1a9b1 (diff)
downloadaur-c41846d93eff8b1bff139485b7492d46163f2044.tar.gz
Updated to 2.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog12
-rw-r--r--PKGBUILD4
3 files changed, 17 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e626ac17c955..a96519ab6e51 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.2
+ pkgver = 2.2.3
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.2.deb
+ source = https://download.todesktop.com/210203cqcj00tw1/morgen-2.2.3.deb
source = morgen
- b2sums = c9909c9ee26e6fe005a3c77734a436284998b0525754d94e02d52d72b9afc88d1c477160327411073c11fe81b36e732546dacecbdef711e208cda69b73b95bd5
+ b2sums = e9f911c39599a37e8f980127449bc8e9cfa752e7d671032cb2be2b2248bb4a79c237b02ce9d85ad9fa8b76894719faef869686f203441d531cb605e4c4dcf58a
b2sums = 22bb3535edf2320bcb51a81e8865b0775b129ff1fad8007c6c9f385f4cdc241b0d166dd8e51a700ad7a1bf72efdcb2d5a13bb3b39ec8aa2db0a71fc22dfeeb57
pkgname = morgen-bin
diff --git a/ChangeLog b/ChangeLog
index 484a8cb9a190..15ac51b45a30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+=== Morgen 2.2.3
+Improvements
+- Several performance improvements were added. Most notably, the contacts and location autocompletion now run much smoother.
+- Authentication with Google and Microsoft are now working more reliably
+- General updates for security and performance
+
+Bug Fixes
+- Fixed an issue that could cause the local database to grow disproportionally with some calendar subscriptions
+- Fixed a problem preventing Search to find all the relevant events
+- Some events were not updated when moved from being all-day events to timed events: this is now solved
+- Fixed an issue causing some all-day events to be displayed over two days, instead of one
+
=== Morgen 2.2.2
Ouch! While improving the stability of Google accounts already connected to Morgen, we have broken the possibility to connect additional Google accounts! This release is only about fixing this issue. Apologies to all affected users 🙏
diff --git a/PKGBUILD b/PKGBUILD
index c62a9cad1998..4608b347528a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erik Sonnleitner <es at delta-xi dot net>
pkgname=morgen-bin
-pkgver=2.2.2
+pkgver=2.2.3
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=('c9909c9ee26e6fe005a3c77734a436284998b0525754d94e02d52d72b9afc88d1c477160327411073c11fe81b36e732546dacecbdef711e208cda69b73b95bd5'
+b2sums=('e9f911c39599a37e8f980127449bc8e9cfa752e7d671032cb2be2b2248bb4a79c237b02ce9d85ad9fa8b76894719faef869686f203441d531cb605e4c4dcf58a'
'22bb3535edf2320bcb51a81e8865b0775b129ff1fad8007c6c9f385f4cdc241b0d166dd8e51a700ad7a1bf72efdcb2d5a13bb3b39ec8aa2db0a71fc22dfeeb57')
package() {