summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-07-05 11:09:31 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-07-05 11:14:01 +0200
commitd970d5df0fa835d663c4390e3064759cad28e284 (patch)
treede23ee97e908eb24a7ef085f33de10da944d3afa
parent63768083a829dd388fa8eae8984797431d2a0b80 (diff)
4.0.0-rc.0v4.0.0-rc.0
-rw-r--r--CHANGELOG.md22
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 26 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9f4671e9..2d164ee9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,27 @@
# Changelog
+## [v4.0.0-rc0](https://github.com/nextcloud/contacts/tree/v4.0.0-rc0) (2021-07-05)
+
+[Full Changelog](https://github.com/nextcloud/contacts/compare/v4.0.0-beta.3...v4.0.0-rc0)
+
+### Enhancements
+- Support population count
+ [\#2295](https://github.com/nextcloud/contacts/pull/2295) ([skjnldsv](https://github.com/skjnldsv))
+
+### Fixed
+- Fix circle membership request
+ [\#2316](https://github.com/nextcloud/contacts/pull/2316) ([skjnldsv](https://github.com/skjnldsv))
+- Support contacts member type
+ [\#2298](https://github.com/nextcloud/contacts/pull/2298) ([skjnldsv](https://github.com/skjnldsv))
+- Fix circles icon
+ [\#2328](https://github.com/nextcloud/contacts/pull/2328) ([skjnldsv](https://github.com/skjnldsv))
+- l10n: Error message changed
+ [\#2326](https://github.com/nextcloud/contacts/pull/2326) ([Valdnet](https://github.com/Valdnet))
+- l10n: Change to a capital letter
+ [\#2305](https://github.com/nextcloud/contacts/pull/2305) ([Valdnet](https://github.com/Valdnet))
+- l10n: Change to a capital letter
+ [\#2304](https://github.com/nextcloud/contacts/pull/2304) ([Valdnet](https://github.com/Valdnet))
+
## [v4.0.0-beta.3](https://github.com/nextcloud/contacts/tree/v4.0.0-beta.3) (2021-06-21)
[Full Changelog](https://github.com/nextcloud/contacts/compare/v4.0.0-beta.2...v4.0.0-beta.3)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6cbfd99b..f00c9dcc 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,7 +12,7 @@
* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library.
</description>
- <version>4.0.0-beta.3</version>
+ <version>4.0.0-rc.0</version>
<licence>agpl</licence>
<author>John Molakvoæ</author>
diff --git a/package-lock.json b/package-lock.json
index d938933e..7b82c33d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
{
"name": "contacts",
- "version": "4.0.0-beta.3",
+ "version": "4.0.0-rc.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
- "version": "4.0.0-beta.3",
+ "version": "4.0.0-rc.0",
"license": "agpl",
"dependencies": {
"@mattkrick/sanitize-svg": "^0.3.1",
diff --git a/package.json b/package.json
index f06cbda6..9fcbecc0 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.0-beta.3",
+ "version": "4.0.0-rc.0",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",