summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 9fd5e2d7859f..a63949ee59e0 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.6.9
+ pkgver = 2.7.0
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.6.9.deb
+ source = https://download.todesktop.com/210203cqcj00tw1/morgen-2.7.0.deb
source = morgen
- b2sums = 240fe477c082a13a230f52c7bda59443c5069dd45d88b11ba84905f1cf345b0aeedf851126478fa4df7969bd1c20782d4285b2427093352348dfd46f70971931
+ b2sums = 4ddcb846247b756540b1e01f64a9c3b740bb0d0f6969aedbd80c53a124f4041e81a8bc91c7be972d525282ca4adc7f9a97c8f6e1823d307e39f00ab298ed54f9
b2sums = ad953f1507c74e71ef2580e8b7c94fe4ea3a77e547f3c459adc7966df84e911fdc35fcf8ca708a28fd42c46999cf395f264333d441da5b4fc7d5644b3779ccdd
pkgname = morgen-bin
diff --git a/ChangeLog b/ChangeLog
index 7683dcfedc6c..a447f0d97fd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -631,3 +631,16 @@ Fixes:
- We also fixed a problem with localization that affected some regions, including Denmark and Japan.
- Finally, we fixed a problem that affected the updating of all-day recurring events with some CalDAV providers.
+
+=== Morgen 2.7.0
+New Features:
+- Morgen's new Command Bar is the fastest way to create tasks and events… right from your keyboard.
+ * If you're in Morgen, use CTRL+K (Cmd+K on macOS) to open the command bar
+ * If you're in another app, use CTRL+Shift+K (Cmd+Shift+K on macOS) to bring Morgen in focus with the Command Bar open
+ * Create events using natural language. You can add attendees, locations, and tags all from the command bar. If you have more than one calendar connected to Morgen, you can also identify in which calendar the event should appear.
+ * Create tasks using natural language. Choose which task list it should be added to, and if you want, schedule the task and set a priority level.
+
+- The Morgen menu bar has a new look and enhanced functionality. Additionally, if you're on macOS, the menu can now also display your upcoming events along with their start time. You can opt out of the enhanced menu bar and choose to only see the Morgen icon with the current date on the menu bar. We recommend moving the Morgen menu bar item right next to the system clock by holding Command (⌘) while dragging it.
+
+Improvements:
+- We're in the mood to celebrate all you achieve! Based on many requests, we've removed limits on confetti. When you mark a task as complete, prepare to see confetti every time. 🎉
diff --git a/PKGBUILD b/PKGBUILD
index 975d397903e2..9663257a1927 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erik Sonnleitner <es at delta-xi dot net>
pkgname=morgen-bin
-pkgver=2.6.9
+pkgver=2.7.0
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=('240fe477c082a13a230f52c7bda59443c5069dd45d88b11ba84905f1cf345b0aeedf851126478fa4df7969bd1c20782d4285b2427093352348dfd46f70971931'
+b2sums=('4ddcb846247b756540b1e01f64a9c3b740bb0d0f6969aedbd80c53a124f4041e81a8bc91c7be972d525282ca4adc7f9a97c8f6e1823d307e39f00ab298ed54f9'
'ad953f1507c74e71ef2580e8b7c94fe4ea3a77e547f3c459adc7966df84e911fdc35fcf8ca708a28fd42c46999cf395f264333d441da5b4fc7d5644b3779ccdd')
package() {