summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-06-10 15:53:06 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-06-10 15:57:12 +0200
commitb584730f41bed5440cab16249f7c0b12645d8c48 (patch)
tree6dee107d8d8a7e3122dccdd7d8f0617b5c6c395c
parentc1b7d3f3481e59771dcc63be3698a641241fd14e (diff)
3.1.2v3.1.2
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-rw-r--r--CHANGELOG.md19
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
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.
</description>
- <version>3.1.1</version>
+ <version>3.1.2</version>
<licence>agpl</licence>
<author>John Molakvoæ</author>
<author>Team Popcorn</author>
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æ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",