summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-09-30 14:07:06 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-09-30 14:07:06 +0200
commit8d86d04d3c67bcab9a7d0a748ad9238e742c247a (patch)
tree7cf499c69f84313c6adf10939b66e8001e3429f8 /CHANGELOG.md
parent2835d7a8c463212d4bc5d7da43d16b2e1301b7f0 (diff)
3.4.0 changelog
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md50
1 files changed, 50 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 250f8152..9d0fcd48 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,53 @@
+# Changelog
+
+## 3.4.0 - 2020-09-30
+
+[Full Changelog](https://github.com/nextcloud/contacts/compare/v3.3.0...v3.4.0)
+
+### Enhancements
+- Add Matrix to list of instant messaging networks
+ [\#1761](https://github.com/nextcloud/contacts/pull/1761) ([jtrees](https://github.com/jtrees))
+- Add Zoom as instant messaging
+ [\#1759](https://github.com/nextcloud/contacts/pull/1759) ([EmTeedee](https://github.com/EmTeedee))
+- Update social avatars in chunks
+ [\#1745](https://github.com/nextcloud/contacts/pull/1745) ([call-me-matt](https://github.com/call-me-matt))
+- Allow to get direct contact route
+ [\#1730](https://github.com/nextcloud/contacts/pull/1730) ([skjnldsv](https://github.com/skjnldsv))
+- Allow for regular background updates of avatars from social networks
+ [\#1722](https://github.com/nextcloud/contacts/pull/1722) ([call-me-matt](https://github.com/call-me-matt))
+- Enh/social sync
+ [\#1692](https://github.com/nextcloud/contacts/pull/1692) ([skjnldsv](https://github.com/skjnldsv))
+- Add php cs & stylelint
+ [\#1690](https://github.com/nextcloud/contacts/pull/1690) ([skjnldsv](https://github.com/skjnldsv))
+- Import vcf from files
+ [\#1688](https://github.com/nextcloud/contacts/pull/1688) ([skjnldsv](https://github.com/skjnldsv))
+- Enh/add virtual group
+ [\#1687](https://github.com/nextcloud/contacts/pull/1687) ([skjnldsv](https://github.com/skjnldsv))
+- Additional link to picture menu
+ [\#1645](https://github.com/nextcloud/contacts/pull/1645) ([call-me-matt](https://github.com/call-me-matt))
+- Simplify form
+ [\#1446](https://github.com/nextcloud/contacts/pull/1446) ([jancborchardt](https://github.com/jancborchardt))
+- Support X-PHONETIC-FIRST-NAME and X-PHONETIC-LAST-NAME
+ [\#1741](https://github.com/nextcloud/contacts/pull/1741) ([t-bucchi](https://github.com/t-bucchi))
+
+### Fixed
+- Fix/various design
+ [\#1792](https://github.com/nextcloud/contacts/pull/1792) ([skjnldsv](https://github.com/skjnldsv))
+- Add back the app details toggle
+ [\#1790](https://github.com/nextcloud/contacts/pull/1790) ([skjnldsv](https://github.com/skjnldsv))
+- Properly sort groups
+ [\#1788](https://github.com/nextcloud/contacts/pull/1788) ([skjnldsv](https://github.com/skjnldsv))
+- Fix default addressbook creation
+ [\#1787](https://github.com/nextcloud/contacts/pull/1787) ([skjnldsv](https://github.com/skjnldsv))
+- Fix avatar sanitize and cleanup code & css
+ [\#1786](https://github.com/nextcloud/contacts/pull/1786) ([skjnldsv](https://github.com/skjnldsv))
+- Fix/virtual group
+ [\#1770](https://github.com/nextcloud/contacts/pull/1770) ([skjnldsv](https://github.com/skjnldsv))
+- Implement masonry
+ [\#1755](https://github.com/nextcloud/contacts/pull/1755) ([skjnldsv](https://github.com/skjnldsv))
+- Fix group filter trim
+ [\#1732](https://github.com/nextcloud/contacts/pull/1732) ([skjnldsv](https://github.com/skjnldsv))
+
## 3.3.0 – 2020-04-14
[Full Changelog](https://github.com/nextcloud/contacts/compare/v3.2.0...v3.3.0)