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-18 21:07:59 +0300
committerGitHub <noreply@github.com>2022-10-18 21:07:59 +0300
commitf19ce31fc96d2042ba583b7f195d73f2ac65adc5 (patch)
tree135b4f64d33e633a2f19d80d6fd6a7d44acd0d5e
parent4a4a3c93704391d1e0c761dd8d887ef6601c4935 (diff)
parent2a1ed4f256917ad5d3077d3034b48f92a6626824 (diff)
Merge pull request #4652 from nextcloud/release/v4.0.1v4.0.1
Release v4.0.1
-rw-r--r--CHANGELOG.md8
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 11ded38f..dade0035 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## 4.0.1 - 2022-10-18
+### Changed
+- Remove iconfont and associated dependecies
+### Fixed
+- Appointment overview page design
+- Appointment details styling
+- Title only added in week view
+
## 4.0.0 - 2022-10-13
### Added
- New design
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7984e79a..691e169c 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>4.0.0</version>
+ <version>4.0.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 40fd15b6..3cb820b2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "calendar",
- "version": "4.0.0",
+ "version": "4.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "calendar",
- "version": "4.0.0",
+ "version": "4.0.1",
"license": "agpl",
"dependencies": {
"@fullcalendar/core": "5.11.2",
diff --git a/package.json b/package.json
index 9d0891c2..cd9f5e2d 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": "4.0.0",
+ "version": "4.0.1",
"author": "Georg Ehrke <oc.list@georgehrke.com>",
"contributors": [
"Georg Ehrke <oc.list@georgehrke.com>",