summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog15
-rw-r--r--PKGBUILD6
3 files changed, 21 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b637c3f4027..6922e6b35ecc 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.1
+ pkgver = 3.1.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-3.0.1.deb
+ source = https://dl.todesktop.com/210203cqcj00tw1/linux/deb/x64
source = morgen
- b2sums = cd720863e32faa845f632eeaa5d47927d7b3c9e70e199ceff423d0f1e6a986e421b5e6444072c06354fba2cd54332fe3f4fc3af534d90c3a050deb503a18a131
+ b2sums = 6ede05fbf820344785eac82c840e7befb2e7ba8e72ab2610d5927ca9aed283baef1fb23522cf9c0a3f1a513ab3f68944c6e097c50107f903fe2dd53e42c53f47
b2sums = ad953f1507c74e71ef2580e8b7c94fe4ea3a77e547f3c459adc7966df84e911fdc35fcf8ca708a28fd42c46999cf395f264333d441da5b4fc7d5644b3779ccdd
pkgname = morgen-bin
diff --git a/ChangeLog b/ChangeLog
index 92b07d65bcc6..d906f0ca2ba9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -734,3 +734,18 @@ Fixes:
- 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.
+
+=== Morgen 3.1.0
+New Features:
+- Team Availability: Create a team, invite your colleagues to join, then pin those you meet with most to your desktop sidebar. You can then click on your colleagues' avatars to see their schedules overlaid with your own for easier meeting scheduling. Like other Morgen scheduling features, the availability shown is based on each person's 'busy calendars' and only shows others when you are free/busy (and not the details of your events). Set up your team in the newly launched Morgen Platform.
+
+Improvement :
+- You can now copy video conferencing links from an event with a right click -> Copy video link
+- The Menu bar now only displays events in the calendars that are toggled on, so you can easily decide what is important to see and what isn't
+
+Fixes:
+- We fixed a problem that occurred when creating and updating task lists when filters were enabled
+- We fixed a problem causing the Task Archive not to update when a task was deleted
+- We improved event merging logic to ensure correct titles and colors are displayed
+- The problem that prevented the removal of all notifications from Google Calendar events has been fixed
+
diff --git a/PKGBUILD b/PKGBUILD
index fd3921d56c2a..f3080ff77d01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erik Sonnleitner <es at delta-xi dot net>
pkgname=morgen-bin
-pkgver=3.0.1
+pkgver=3.1.0
pkgrel=1
pkgdesc='Morgen is a modern, intuitive and smart calendar application and successor to MineTime'
arch=('x86_64')
@@ -10,8 +10,8 @@ license=('custom')
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=('cd720863e32faa845f632eeaa5d47927d7b3c9e70e199ceff423d0f1e6a986e421b5e6444072c06354fba2cd54332fe3f4fc3af534d90c3a050deb503a18a131'
+source=("https://dl.todesktop.com/210203cqcj00tw1/linux/deb/x64" morgen)
+b2sums=('6ede05fbf820344785eac82c840e7befb2e7ba8e72ab2610d5927ca9aed283baef1fb23522cf9c0a3f1a513ab3f68944c6e097c50107f903fe2dd53e42c53f47'
'ad953f1507c74e71ef2580e8b7c94fe4ea3a77e547f3c459adc7966df84e911fdc35fcf8ca708a28fd42c46999cf395f264333d441da5b4fc7d5644b3779ccdd')
package() {