summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-10-20 20:53:02 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-10-20 20:58:08 +0200
commitc6fd09aef726e8758ed9f2af19ef630a36658892 (patch)
treeb8b4d3003545b2eae36fd1fb7fbe43d24d63c79a
parent4da2f60d86ec2a0dbeaa64eb8da86938a0a56a41 (diff)
3.4.1v3.4.1
-rw-r--r--CHANGELOG.md22
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
3 files changed, 24 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d0fcd48..83461937 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,27 @@
# Changelog
+## 3.4.1 - 2020-10-20
+
+[Full Changelog](https://github.com/nextcloud/contacts/compare/v3.4.0...v3.4.1)
+
+### Enhancements
+- adding diaspora to the list for social sync
+ [\#1853](https://github.com/nextcloud/contacts/pull/1853) ([call-me-matt](https://github.com/call-me-matt))
+
+### Fixed
+- Fix avatar display on read-only contacts and use global Avatar component
+ [\#1846](https://github.com/nextcloud/contacts/pull/1846) ([skjnldsv](https://github.com/skjnldsv))
+- Ignore errors from invalid social ids
+ [\#1829](https://github.com/nextcloud/contacts/pull/1829) ([call-me-matt](https://github.com/call-me-matt))
+- Fix placeholder display
+ [\#1828](https://github.com/nextcloud/contacts/pull/1828) ([skjnldsv](https://github.com/skjnldsv))
+- Fix social sync admin settings
+ [\#1821](https://github.com/nextcloud/contacts/pull/1821) ([skjnldsv](https://github.com/skjnldsv))
+- Force redraw masonry on property resize
+ [\#1819](https://github.com/nextcloud/contacts/pull/1819) ([skjnldsv](https://github.com/skjnldsv))
+- More robust social ids for social sync
+ [\#1843](https://github.com/nextcloud/contacts/pull/1843) ([call-me-matt](https://github.com/call-me-matt))
+
## 3.4.0 - 2020-09-30
[Full Changelog](https://github.com/nextcloud/contacts/compare/v3.3.0...v3.4.0)
diff --git a/package-lock.json b/package-lock.json
index 3757bf3b..09a8eb17 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "contacts",
- "version": "3.4.0",
+ "version": "3.4.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 7c051b27..fc871909 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.0",
+ "version": "3.4.1",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",