Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/calendar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna <anna@nextcloud.com>2022-10-19 14:52:11 +0300
committerGitHub <noreply@github.com>2022-10-19 14:52:11 +0300
commit3ec6cee893ba346cc6bc68ff0135f5923082dc3d (patch)
tree8c3bb0fe001f59f8aea898344fd273c5ee22c19c
parentca86b3e67cdcdf400e8fb1d1589478332f4276b8 (diff)
parent4882c64dfb6b154432482e713c04786fdcffbe84 (diff)
Merge pull request #4659 from nextcloud/release/v3.5.1v3.5.1
Release v3.5.1
-rw-r--r--CHANGELOG.md7
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 11 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 81e571cb..2dea8c7e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
# Changelog
+## 3.5.1 - 2022-10-19
+### Fixed
+- Timezone overlapping time suggestions for appointments
+- Mobile design for appointments
+- Event title sort order
+- Category selection
+
## 3.5.0 - 2022-08-30
### Added
- Option to duplicate calendar events
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 007a9c2a..87f9d2c4 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -15,7 +15,7 @@
* ☑️ Tasks! See tasks with a due date directly in the calendar
* 🙈 **We’re not reinventing the wheel!** Based on the great [c-dav library](https://github.com/nextcloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries.
]]></description>
- <version>3.5.0</version>
+ <version>3.5.1</version>
<licence>agpl</licence>
<author>Anna Larch</author>
<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
diff --git a/package-lock.json b/package-lock.json
index 5ab70f85..c7f850b3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "calendar",
- "version": "3.5.0",
+ "version": "3.5.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "calendar",
- "version": "3.5.0",
+ "version": "3.5.1",
"license": "agpl",
"dependencies": {
"@fullcalendar/core": "5.11.0",
diff --git a/package.json b/package.json
index 9b496208..084a8673 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "calendar",
"description": "A calendar app for Nextcloud. Easily sync events from various devices, share and edit them online.",
- "version": "3.5.0",
+ "version": "3.5.1",
"author": "Georg Ehrke <oc.list@georgehrke.com>",
"contributors": [
"Georg Ehrke <oc.list@georgehrke.com>",