summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-03-15 07:19:32 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-03-15 07:30:57 +0100
commitfc6c4f2c1005e28f318c23ab58ffa7c67734848a (patch)
treeba896061c8ce78c720074a1d489549a486e6652a
parent92b6590479843d421d13b3714c45456493de357a (diff)
3.5.0v3.5.0
-rw-r--r--CHANGELOG.md25
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 28 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 885b346a..3224741f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,30 @@
# Changelog
+## [v3.5.0](https://github.com/nextcloud/contacts/tree/v3.5.0) (2021-03-15)
+
+[Full Changelog](https://github.com/nextcloud/contacts/compare/v3.4.3...v3.5.0)
+
+### Fixed
+- Fix contact deletion from addressbook
+ [\#2086](https://github.com/nextcloud/contacts/pull/2086) ([skjnldsv](https://github.com/skjnldsv))
+- Alphabetically order groups in contact details \(\#2051\)
+ [\#2076](https://github.com/nextcloud/contacts/pull/2076) ([harryyoud](https://github.com/harryyoud))
+- Fix custom labels not being displayed
+ [\#2064](https://github.com/nextcloud/contacts/pull/2064) ([Y0hy0h](https://github.com/Y0hy0h))
+- Fix display name with empty last name when sorting by last name
+ [\#2040](https://github.com/nextcloud/contacts/pull/2040) ([NerLOR](https://github.com/NerLOR))
+- Make sure twitter returns the raw static html page so we can get the …
+ [\#2013](https://github.com/nextcloud/contacts/pull/2013) ([skjnldsv](https://github.com/skjnldsv))
+- Instagram profile sync with agent
+ [\#2083](https://github.com/nextcloud/contacts/pull/2083) ([call-me-matt](https://github.com/call-me-matt))
+- Adapted twitter uri
+ [\#2081](https://github.com/nextcloud/contacts/pull/2081) ([call-me-matt](https://github.com/call-me-matt))
+
+### Enhancements
+- Use all email addresses for gravatar search
+ [\#2085](https://github.com/nextcloud/contacts/pull/2085) ([call-me-matt](https://github.com/call-me-matt))
+
+
## [v3.4.3](https://github.com/nextcloud/contacts/tree/v3.4.3) (2021-01-04)
[Full Changelog](https://github.com/nextcloud/contacts/compare/v3.4.2...v3.4.3)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f533b8a6..88dc1e67 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>3.4.3</version>
+ <version>3.5.0</version>
<licence>agpl</licence>
<author>John Molakvoæ</author>
diff --git a/package-lock.json b/package-lock.json
index ab449d81..986fa5e7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "contacts",
- "version": "3.4.3",
+ "version": "3.5.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index e0397721..d77acebd 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": "3.4.3",
+ "version": "3.5.0",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",