summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Sonnleitner2024-04-26 22:02:34 +0200
committerErik Sonnleitner2024-04-26 22:02:34 +0200
commit7785202e7b5357c8e2af13fe590b1c93e2418763 (patch)
treef3a2c557b0cd6f7f535497ffb7b69924ce65c143
parent85c5bb893b16ff05aeb11781affbbeb5c24b0d39 (diff)
downloadaur-morgen-bin.tar.gz
Updated to 3.4.1
-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 468f9ac8ae24..9052b4e3ae89 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 = 3.4.0
+ pkgver = 3.4.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 = morgen-bin_3.4.0-1.xz::https://dl.todesktop.com/210203cqcj00tw1/linux/deb/x64
+ source = morgen-bin_3.4.1-1.xz::https://dl.todesktop.com/210203cqcj00tw1/linux/deb/x64
source = morgen
- b2sums = 03974b35bab3d1fba7ea0f7a1e71e5b5a10b04ce8fc0711aa052e28476cba064ff5b62499b9378624658f786533d17db21f2366a0b4bfe1085aa0cceb7b71955
+ b2sums = f25862a8fcea0750a72a74a3ea6082fc38a2c7d53c9c141940cb76e18d034c2950c5db8aa6c4bce1e64b0ac2b62fb74882bec8a1d8f9dac47502fda57d33a156
b2sums = ad953f1507c74e71ef2580e8b7c94fe4ea3a77e547f3c459adc7966df84e911fdc35fcf8ca708a28fd42c46999cf395f264333d441da5b4fc7d5644b3779ccdd
pkgname = morgen-bin
diff --git a/ChangeLog b/ChangeLog
index 39695603be2a..05f7727068cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -819,3 +819,16 @@ New Features:
Fixes:
- A problem causing some long task labels to overflow has been fixed.
- Morgen now provides better guidance in case of difficulties fetching tasks from third-party sources.
+
+
+=== Morgen 3.4.1
+New Features:
+- Google, Office 365, Outlook, and Fastmail calendars are updated in near real-time when an event is created or updated. This refresh mechanism is automatically enabled for any account that is connected to the Morgen Cloud.
+- A new Due tomorrow list can be enabled in the task sidebar preferences. This option, a complement the Due today and Due soon lists, is ideal for those who like to wrap each day by planning their work for the following day.
+
+Fixes:
+- Previously, personal Outlook accounts such as @outlook.com and @hotmail.com were limited to 10 calendars. This limitation has been lifted. Please reconnect the account if you don't see all your calendars.
+- The "Open in…" button on external tasks was unreliable on Windows and Linux. Now it will always redirect to the browser instead of trying to open the local app, which might not be available. You can still force the opening of the app, by pressing Shift while clicking on the button.
+- We fixed a problem that prevented some links from being opened on browsers.
+- A flickering that occurred when opening event details has been removed.
+- A problem that could cause the calendar synchronization to hang indefinitely has been rectified.
diff --git a/PKGBUILD b/PKGBUILD
index fd78d31c34c3..a8246b4b74f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erik Sonnleitner <es at delta-xi dot net>
pkgname=morgen-bin
-pkgver=3.4.0
+pkgver=3.4.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=("${pkgname}_${pkgver}-${pkgrel}.xz::https://dl.todesktop.com/210203cqcj00tw1/linux/deb/x64" morgen)
-b2sums=('03974b35bab3d1fba7ea0f7a1e71e5b5a10b04ce8fc0711aa052e28476cba064ff5b62499b9378624658f786533d17db21f2366a0b4bfe1085aa0cceb7b71955'
+b2sums=('f25862a8fcea0750a72a74a3ea6082fc38a2c7d53c9c141940cb76e18d034c2950c5db8aa6c4bce1e64b0ac2b62fb74882bec8a1d8f9dac47502fda57d33a156'
'ad953f1507c74e71ef2580e8b7c94fe4ea3a77e547f3c459adc7966df84e911fdc35fcf8ca708a28fd42c46999cf395f264333d441da5b4fc7d5644b3779ccdd')
package() {