summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog10
-rw-r--r--PKGBUILD4
3 files changed, 15 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb8fe254802e..dbebdfdf69ed 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.5.9
+ pkgver = 2.5.10
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.5.9.deb
+ source = https://download.todesktop.com/210203cqcj00tw1/morgen-2.5.10.deb
source = morgen
- b2sums = 9cad08f6b4dfc75aa586a1a58872e629d6e35285718de7909b18b0ca1a9e9f8c712a8e5077edc91b87ac2511405d10c991d7dd644f56c0860f637291a3c3ee0a
+ b2sums = aa47b2faaf585e7887e4d8f7db0c8fc245d753f5701cd15a2da666ae04a3473fc6c3ed761eb85a1165c4c30c62d3dd62552ca022c7a38cdd36cf843c7c644122
b2sums = ad953f1507c74e71ef2580e8b7c94fe4ea3a77e547f3c459adc7966df84e911fdc35fcf8ca708a28fd42c46999cf395f264333d441da5b4fc7d5644b3779ccdd
pkgname = morgen-bin
diff --git a/ChangeLog b/ChangeLog
index 3a04e9660b69..80363e7dc44b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -453,3 +453,13 @@ Fixes:
- Sometimes subtasks coming from external sources (Todoist, Microsoft To Do) were displayed in the wrong order. Now they are always anchored to the parent task.
- We fixed a synchronization issue that could arise with some CalDAV providers.
- We fixed a problem causing the memory usage of Morgen to grow over time - now Morgen will be less resource intensive on your system.
+
+
+=== Morgen 2.5.10
+New Features:
+- Morgen introduces support for basic formatting options (bold, italic, etc.) for your event notes. This makes it easier to structure your meeting agenda and action items. This is only the first step towards better meeting notes in Morgen, stay tuned ;)
+
+Fixes:
+- we fixed a problem sometimes causing a cryptic error message Missing iCalUID when importing events from a .ics file.
+- we fixed the due date on tasks coming from the Microsoft To Do integrations, which was sometimes off by one day
+
diff --git a/PKGBUILD b/PKGBUILD
index a9947ed433bf..4b8f9d856243 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erik Sonnleitner <es at delta-xi dot net>
pkgname=morgen-bin
-pkgver=2.5.9
+pkgver=2.5.10
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=('9cad08f6b4dfc75aa586a1a58872e629d6e35285718de7909b18b0ca1a9e9f8c712a8e5077edc91b87ac2511405d10c991d7dd644f56c0860f637291a3c3ee0a'
+b2sums=('aa47b2faaf585e7887e4d8f7db0c8fc245d753f5701cd15a2da666ae04a3473fc6c3ed761eb85a1165c4c30c62d3dd62552ca022c7a38cdd36cf843c7c644122'
'ad953f1507c74e71ef2580e8b7c94fe4ea3a77e547f3c459adc7966df84e911fdc35fcf8ca708a28fd42c46999cf395f264333d441da5b4fc7d5644b3779ccdd')
package() {