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 Larch <anna@nextcloud.com>2022-10-18 21:25:25 +0300
committerAnna Larch <anna@nextcloud.com>2022-10-18 21:25:25 +0300
commitd88fc0aec5be82d23a574c472537c533b71ddc49 (patch)
tree8d1534cb36d691ec44c43ffe825dca0312c9a26f
parent6f9f43cecaaf1b6f88c3b27075758932665065e1 (diff)
Release v4.1.0-rc.1
Signed-off-by: Anna Larch <anna@nextcloud.com>
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 10 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dade0035..5fb222b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
+## 4.1.0 - 2022-10-19
+### Added
+- IButtonWidget and IIconWidget implementation
+### Fixed
+- Widget Icon in Dashboard
+
## 4.0.1 - 2022-10-18
### Changed
- Remove iconfont and associated dependecies
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ad29e2d5..b6afdb3d 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.1.0-alpha.0</version>
+ <version>4.1.0-rc.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 60a7b7c4..37a068f9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "calendar",
- "version": "4.1.0-alpha0",
+ "version": "4.1.0-rc1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "calendar",
- "version": "4.1.0-alpha0",
+ "version": "4.1.0-rc1",
"license": "agpl",
"dependencies": {
"@fullcalendar/core": "5.11.3",
diff --git a/package.json b/package.json
index 28db37b8..1ace9f7c 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.1.0-alpha0",
+ "version": "4.1.0-rc1",
"author": "Georg Ehrke <oc.list@georgehrke.com>",
"contributors": [
"Georg Ehrke <oc.list@georgehrke.com>",