summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-03-22 16:00:17 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-03-22 16:00:17 +0100
commitce6f781e9f2a3a3f51a3e259e7f8ceca1c504310 (patch)
tree35aa3adacc17a46408fbeef830ec710dfc2061b3
parentdc8da35ec7f51d21678e4da2c1d1aeb8a4b8c0d2 (diff)
v4.1.0v4.1.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md16
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 20 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d5d2677b..a4b5fd44 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog
+## 4.1.0 – 2022-03-22
+### Added
+- Nextcloud 24 support
+- PHP8.1 support
+- Sending emails to contact groups
+- Performance improvements
+### Changed
+- New and updated translations
+- Updated dependencies
+- Expensive background jobs run only at off-peak times
+### Fixed
+- App icon
+- Various small bugs
+### Removed
+- Nextcloud 20 support (EOL)
+
## 4.0.8 - 2022-02-17
### Fixed
- Overlapping navigation toggle
diff --git a/appinfo/info.xml b/appinfo/info.xml
index de40eaef..7ce19ace 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -11,7 +11,7 @@
* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library.
</description>
- <version>4.1.0-alpha.1</version>
+ <version>4.1.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
diff --git a/package-lock.json b/package-lock.json
index 2fb586e7..1f46a6f8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "contacts",
- "version": "4.0.2",
+ "version": "4.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "contacts",
- "version": "4.0.2",
+ "version": "4.1.0",
"license": "agpl",
"dependencies": {
"@mattkrick/sanitize-svg": "^0.3.1",
diff --git a/package.json b/package.json
index 900dc837..490c93cf 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "contacts",
"description": "A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.",
- "version": "4.0.2",
+ "version": "4.1.0",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",