summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-02-26 15:30:46 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-02-26 15:37:00 +0100
commit5d1678856a1fddf76db8cb598487893a6c12f125 (patch)
tree88c8c08b55c13141f0432729b7eafbcd8b009587
parent6ce1cb636b70dbdd780cf817934826f18fcffc80 (diff)
3.1.9v3.1.9
-rw-r--r--CHANGELOG.md22
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 17 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index da7ec2be..009df8bd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,20 @@
-## 3.1.8 – 2020-01-22
+## 3.1.9 – 2020-02-26
+### Enhancements
+- Fix sorting and wording of contact picture actions
+ [\#1448](https://github.com/nextcloud/contacts/pull/1448) ([jancborchardt](https://github.com/jancborchardt))
+- Allow importing from files
+ [\#1438](https://github.com/nextcloud/contacts/pull/1438) ([skjnldsv](https://github.com/skjnldsv))
+- Remove delete action from list, fix \#1368
+ [\#1430](https://github.com/nextcloud/contacts/pull/1430) ([jancborchardt](https://github.com/jancborchardt))
### Fixed
+- l10n: Changed spelling
+ [\#1463](https://github.com/nextcloud/contacts/pull/1463) ([rakekniven](https://github.com/rakekniven))
+- Disable form validation for text properties
+ [\#1418](https://github.com/nextcloud/contacts/pull/1418) ([hanzi](https://github.com/hanzi))
+## 3.1.8 – 2020-01-22
+### Fixed
- Fixed release number and 15 is EOL
- Fix issue that prevented new contacts from being saved
[#1416](https://github.com/nextcloud/contacts/pull/1416) ([hanzi](https://github.com/hanzi))
@@ -19,7 +32,6 @@
[#1412](https://github.com/nextcloud/contacts/pull/1412) ([myrho](https://github.com/myrho))
## 3.1.7 – 2019-12-09
-
### Enhancements
- Make the work profile the default one when adding Contacts
[#1307](https://github.com/nextcloud/contacts/pull/1307)
@@ -33,13 +45,11 @@
- Translations
## 3.1.6 – 2019-10-03
-
### Fixed
- Fix initialStateService for 15
[#1292](https://github.com/nextcloud/contacts/pull/1292)
## 3.1.5 – 2019-10-03
-
### Fixed
- Better debug of the duplicate types check
[#1290](https://github.com/nextcloud/contacts/pull/1290)
@@ -47,7 +57,6 @@
[#1291](https://github.com/nextcloud/contacts/pull/1291)
## 3.1.4 – 2019-09-28
-
### Enhancements
- Enhancement/allow year removal
[#1248](https://github.com/nextcloud/contacts/pull/1248)
@@ -69,7 +78,6 @@
- Translations
## 3.1.3 – 2019-06-11
-
### Fixed
- Error on instances <16
[853c3de](https://github.com/nextcloud/contacts/commit/853c3dead32d1375954e252bb4c3ccce867b56ec)
@@ -78,7 +86,6 @@
- Translations
## 3.1.2 – 2019-06-10
-
### Added
- Components update, enhanced design and avatar management
[#1103](https://github.com/nextcloud/contacts/pull/1103)
@@ -97,7 +104,6 @@
- Translations
## 3.1.1 – 2019-04-16
-
### Fixed
- Edge support
[#1064](https://github.com/nextcloud/contacts/pull/1064)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index cb0e44ce..c872c87c 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.8</version>
+ <version>3.1.9</version>
<licence>agpl</licence>
<author>John Molakvoæ</author>
<author>Team Popcorn</author>
diff --git a/package-lock.json b/package-lock.json
index 81d80a5f..826d95c5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "contacts",
- "version": "3.1.8",
+ "version": "3.1.9",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 759ce23c..9d876d73 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.8",
+ "version": "3.1.9",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",