summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Sonnleitner2024-02-12 13:13:46 +0100
committerErik Sonnleitner2024-02-12 13:13:46 +0100
commitb97a5042f82e667831f9ab30c6ceabb0a76b280c (patch)
treef385573da632f676a5bd7105d5ac631c01cf62d8
parenta043893547799fd35472cef7f00bcfa3600a48f6 (diff)
downloadaur-b97a5042f82e667831f9ab30c6ceabb0a76b280c.tar.gz
Updated to 3.2.3
-rw-r--r--.SRCINFO8
-rw-r--r--ChangeLog11
-rw-r--r--PKGBUILD6
3 files changed, 18 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7afd92f1e3a6..6b008bd9d2db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = morgen-bin
pkgdesc = Morgen is a modern, intuitive and smart calendar application and successor to MineTime
- pkgver = 3.2.2
- pkgrel = 2
+ pkgver = 3.2.3
+ pkgrel = 1
url = https://morgen.so
changelog = ChangeLog
arch = x86_64
@@ -12,9 +12,9 @@ pkgbase = morgen-bin
depends = hicolor-icon-theme
depends = desktop-file-utils
provides = morgen
- source = morgen-bin_3.2.2-2.xz::https://dl.todesktop.com/210203cqcj00tw1/linux/deb/x64
+ source = morgen-bin_3.2.3-1.xz::https://dl.todesktop.com/210203cqcj00tw1/linux/deb/x64
source = morgen
- b2sums = fbfb21fa458ff5c59344018c82edbf311b984bef2c6ac1fcf9c3fe48a7bea25d32722ceba216af8771b812b1fc88fd69eaf5821125a3819c0ea127df0a6ff685
+ b2sums = 101208870ed1b3405b596bd6c14f1fb41c5167b188589153e9c55ab40429172070d055c061b6033e49c9e3348f61f6929ccdff3ebd932187e50be58757ff71c0
b2sums = ad953f1507c74e71ef2580e8b7c94fe4ea3a77e547f3c459adc7966df84e911fdc35fcf8ca708a28fd42c46999cf395f264333d441da5b4fc7d5644b3779ccdd
pkgname = morgen-bin
diff --git a/ChangeLog b/ChangeLog
index d92e87df7f3a..ee611616b2cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -764,3 +764,14 @@ No changelog given.
=== Morgen 3.2.2
No changelog given.
+=== Morgen 3.2.3
+Improvements:
+- Deep links. Task and event notes now support new deep link URLs for Craft, Apple Mail, and Spark Mail. This means you will be able to click and open these links directly in the corresponding app.
+- Updating recurring events. It is now possible to change the recurring pattern for future instances only. Before, this kind of change was always affecting all events in a series.
+- Todoist improvements. The default Todoist configuration to import "only tasks assigned to me" has been changed to import "all tasks" to avoid any confusion. You can now also choose to import "all tasks, except those assigned to others".
+- General task UX. It is no longer possible to order tasks by a property used also for grouping. This does not make sense because every task in a group has the same property value anyway.
+
+Fixes:
+- Notion and Linear integrations can now be used on the Morgen free plan until the end of the Beta. Before tasks did not appear on the free plan, which was not intended.
+- A problem causing an unnecessary event update when the Notes field was on focus (even without content changes) has been rectified.
+- We fixed smaller UI issues and made sure the Notion icon is responsive to the light/dark theme during the onboarding.
diff --git a/PKGBUILD b/PKGBUILD
index ae54f39e885b..8820f09aa79e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Erik Sonnleitner <es at delta-xi dot net>
pkgname=morgen-bin
-pkgver=3.2.2
-pkgrel=2
+pkgver=3.2.3
+pkgrel=1
pkgdesc='Morgen is a modern, intuitive and smart calendar application and successor to MineTime'
arch=('x86_64')
url='https://morgen.so'
@@ -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=('fbfb21fa458ff5c59344018c82edbf311b984bef2c6ac1fcf9c3fe48a7bea25d32722ceba216af8771b812b1fc88fd69eaf5821125a3819c0ea127df0a6ff685'
+b2sums=('101208870ed1b3405b596bd6c14f1fb41c5167b188589153e9c55ab40429172070d055c061b6033e49c9e3348f61f6929ccdff3ebd932187e50be58757ff71c0'
'ad953f1507c74e71ef2580e8b7c94fe4ea3a77e547f3c459adc7966df84e911fdc35fcf8ca708a28fd42c46999cf395f264333d441da5b4fc7d5644b3779ccdd')
package() {