Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2020-04-14 11:57:44 +02:00
parent b13e167d82
commit 8e4d4fb9e4
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
4 changed files with 22 additions and 4 deletions

View File

@ -1,3 +1,21 @@
## 3.3.0 2020-04-14
[Full Changelog](https://github.com/nextcloud/contacts/compare/v3.2.0...v3.3.0)
### Enhancements
- Add ability to clone contact
[\#1462](https://github.com/nextcloud/contacts/pull/1462) ([skjnldsv](https://github.com/skjnldsv))
### Fixed
- Fix no sharing menu position
[\#1500](https://github.com/nextcloud/contacts/pull/1500) ([skjnldsv](https://github.com/skjnldsv))
- Support multiple type declaration
[\#942](https://github.com/nextcloud/contacts/issues/942) ([skjnldsv](https://github.com/skjnldsv))
### Security fixed
- Properly sanitize avatars in upload
[\#1514](https://github.com/nextcloud/contacts/pull/1514) ([skjnldsv](https://github.com/skjnldsv))
## 3.2.0 2020-02-29
### Fixed
- Fix first contact sync (Contact saving hangs and protocol says uid already exists)

View File

@ -11,7 +11,7 @@
* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!
* 🙈 **Were not reinventing the wheel!** Based on the great and open SabreDAV library.
</description>
<version>3.2.0</version>
<version>3.3.0</version>
<licence>agpl</licence>
<author>John Molakvoæ</author>
<author>Team Popcorn</author>
@ -28,7 +28,7 @@
<repository type="git">https://github.com/nextcloud/contacts.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Contacts/contacts.png</screenshot>
<dependencies>
<nextcloud min-version="16" max-version="19" />
<nextcloud min-version="17" max-version="19" />
</dependencies>
<contactsmenu>
<provider>OCA\Contacts\ContactsMenu\Providers\DetailsProvider</provider>

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "contacts",
"version": "3.2.0",
"version": "3.3.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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.2.0",
"version": "3.3.0",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",