summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Sonnleitner2021-06-28 15:00:27 +0200
committerErik Sonnleitner2021-06-28 15:00:27 +0200
commit48250d986564139fc45ddafb20f1186528a681e1 (patch)
treee5a6e41719587e6a41c028459245df0814ef6894
parent42a70d43e047be148ec38d8edd3b13a046ec4141 (diff)
downloadaur-48250d986564139fc45ddafb20f1186528a681e1.tar.gz
Added ChangeLog file
-rw-r--r--ChangeLog17
-rw-r--r--PKGBUILD3
2 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 000000000000..bdeef78a4027
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,17 @@
+=== Morgen 2.1.6
+
+* Bug Fixes
+- Fixed an issue where certain CalDAV accounts could not be connected
+- Fixed a bug causing recurring events to be displayed on the wrong day in some timezones
+- Fixed a problem causing the event detail widget to become unresponsive in some edge cases
+- Fixed an issue causing the wrong organizer to be set when importing external invitations into Google Calendar; now, Morgen also disallows importing multiple times the same event
+- Fixed the colored calendar indicator in the Save button to show the correct calendar color
+- Fixed an issue preventing switching recurrent events to a different calendar
+
+* Improvements
+- Added a loading indicator in the event detail widget to indicate that an event is being updated
+- Prevent entering the alpha channel when defining custom calendar colors, because this is not supported
+- Event colors in dark mode have been slightly adjusted to be less strong
+- Add throttle on the refresh calendars operation, to avoid lag on the calendar view when coming into focus
+- Restore the previous status of the sidebar when the app is launched
+- Ensure that existing events cannot be imported as duplicates
diff --git a/PKGBUILD b/PKGBUILD
index 3cc03452700d..8b012ac13722 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=morgen-bin
pkgver=2.1.6
-pkgrel=1
+pkgrel=2
pkgdesc='Morgen is a modern, intuitive and smart calendar application and successor to MineTime'
arch=('x86_64')
url='https://morgen.so'
license=('custom')
+changelog='ChangeLog'
depends=('libsecret' 'libxss' 'dbus' 'hicolor-icon-theme' 'desktop-file-utils')
provides=('morgen')
source=("https://download.todesktop.com/210203cqcj00tw1/morgen-${pkgver}.deb" morgen)