summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Sonnleitner2023-09-05 10:51:23 +0200
committerErik Sonnleitner2023-09-05 10:51:23 +0200
commitcd78866bba30a7183a0c0c7feba39dbaf6d33f0b (patch)
tree4902a684301971004e93003e3b9ef2d3153265c3
parent440f2d710aed25c21fdfd70c5b8101449af89c94 (diff)
downloadaur-cd78866bba30a7183a0c0c7feba39dbaf6d33f0b.tar.gz
Updated to 3.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog23
-rw-r--r--PKGBUILD4
3 files changed, 28 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ef7b3131eca..2b637c3f4027 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.0.0
+ pkgver = 3.0.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 = https://download.todesktop.com/210203cqcj00tw1/morgen-3.0.0.deb
+ source = https://download.todesktop.com/210203cqcj00tw1/morgen-3.0.1.deb
source = morgen
- b2sums = 3b32b1a2b48c5f2ba9ff072b204a82087e78e948d53def6849738f4f5ee26a8c813f036500f360ff15e6a36379a25feed87d0a2892f9308a91028e2cf044721a
+ b2sums = cd720863e32faa845f632eeaa5d47927d7b3c9e70e199ceff423d0f1e6a986e421b5e6444072c06354fba2cd54332fe3f4fc3af534d90c3a050deb503a18a131
b2sums = ad953f1507c74e71ef2580e8b7c94fe4ea3a77e547f3c459adc7966df84e911fdc35fcf8ca708a28fd42c46999cf395f264333d441da5b4fc7d5644b3779ccdd
pkgname = morgen-bin
diff --git a/ChangeLog b/ChangeLog
index 54aa832d6789..92b07d65bcc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -711,3 +711,26 @@ Improvements:
- You can know pick a Busy/Free default for scheduled tasks.
- Performance improvements for power task-users.
- Filter out declined events from appearing in your menu bar, notifications and quick join.
+
+=== Morgen 3.0.1
+New Features:
+- Want to know what's due today? The Today task list will help keep you on track by amalgamating all your Morgen tasks that are due today. This is a great complement to the Upcoming task list that captures tasks that are due in the next 7 days.
+- We've enhanced task filtering options so that you can now filter a subset of lists to be displayed at the same time.
+- Change the Time between slots to decide how far apart each time slot is that is offered to your invitees. Previously, this was always set to the duration of the meeting (i.e. for a 1hr meeting with the first available slot at 8AM, subsequent slots were always shown at 9AM, 10AM, etc.). Now you can make slots available every 15 or 30 minutes to give your attendee more flexibility when picking a time. Tune the Slots starts at option if you want to force the slots to start at a round time (eg. at the full or half hour).
+
+Improvements:
+- Overdue tasks are always displayed in the corresponding list, even if they are scheduled and the Show scheduled tasks option is off.
+- Parent tasks are now always displayed in all lists when any of their subtasks should be displayed in the list according to preferences. For example, a scheduled parent task is displayed even if the Show scheduled tasks option is off if it has unscheduled subtasks.
+- New right-click option on scheduled tasks can be used to Unschedule and delete tasks in a single click.
+- We improved the use of space in the app top bar, only hiding buttons when strictly necessary.
+Several other smaller UI improvements.
+
+Fixes:
+- When the location of a meeting is a link, this will be no longer displayed in the calendar event as a preview.
+- We disabled images in the markdown title of tasks, which was not intended as a feature.
+- We fixed the third-party app protocols detection in the task and event description field (e.g. todoist://…).
+- Removed Close button on Windows notifications which was triggering the start of the videoconferencing meeting.
+- We fixed a problem causing new tasks created in the calendar to appear as "Blocked" or without a title in the sidebar.
+- We fixed the category and attendee dropdowns to avoid overflows on small windows.
+- The copy-pasting of meetings with attendees has been fixed.
+- The end-time picker of the event panel has been fixed. Previously it was showing the wrong event duration for events created in a different time zone.
diff --git a/PKGBUILD b/PKGBUILD
index ba5fa0b3fb54..fd3921d56c2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erik Sonnleitner <es at delta-xi dot net>
pkgname=morgen-bin
-pkgver=3.0.0
+pkgver=3.0.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=("https://download.todesktop.com/210203cqcj00tw1/morgen-${pkgver}.deb" morgen)
-b2sums=('3b32b1a2b48c5f2ba9ff072b204a82087e78e948d53def6849738f4f5ee26a8c813f036500f360ff15e6a36379a25feed87d0a2892f9308a91028e2cf044721a'
+b2sums=('cd720863e32faa845f632eeaa5d47927d7b3c9e70e199ceff423d0f1e6a986e421b5e6444072c06354fba2cd54332fe3f4fc3af534d90c3a050deb503a18a131'
'ad953f1507c74e71ef2580e8b7c94fe4ea3a77e547f3c459adc7966df84e911fdc35fcf8ca708a28fd42c46999cf395f264333d441da5b4fc7d5644b3779ccdd')
package() {