From fc6c4f2c1005e28f318c23ab58ffa7c67734848a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 15 Mar 2021 07:19:32 +0100 Subject: 3.5.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 2 +- package.json | 2 +- 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. - 3.4.3 + 3.5.0 agpl John MolakvoƦ 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Ʀ ", "contributors": [ "John MolakvoƦ ", -- cgit v1.2.3