From b584730f41bed5440cab16249f7c0b12645d8c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 10 Jun 2019 15:53:06 +0200 Subject: 3.1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- CHANGELOG.md | 19 +++++++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3446168..f65eeb95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## 3.1.2 – 2019-06-10 + +### Added +- Components update, enhanced design and avatar management + [#1103](https://github.com/nextcloud/contacts/pull/1103) + +### Fixed +- Capture ctrl+s + [#1102](https://github.com/nextcloud/contacts/pull/1102) +- Fix ghost contact when scrolling + [#1132](https://github.com/nextcloud/contacts/pull/1132) +- Fix alignment and remove addressbook selector if only one + [#1074](https://github.com/nextcloud/contacts/pull/1074) + +### Updated +- [Security] axios library +- Dependencies +- Translations + ## 3.1.1 – 2019-04-16 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 7c0e53d1..7d2a1648 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -11,7 +11,7 @@ * 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem! * 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library. - 3.1.1 + 3.1.2 agpl John Molakvoæ Team Popcorn diff --git a/package-lock.json b/package-lock.json index b37e8766..9a7ce98d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "contacts", - "version": "3.1.1", + "version": "3.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 52e1bdd7..f19b05b2 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.1.1", + "version": "3.1.2", "author": "John Molakvoæ ", "contributors": [ "John Molakvoæ ", -- cgit v1.2.3