summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-06-17 15:12:56 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-06-17 15:12:56 +0200
commit09bccc6e9a116eaeaf567c794be3bd6df0a33291 (patch)
treeaa5b426afd0209c4b6dfa2b59b888d81fe4bec95
parent09b4c5722530b02383ae754e10d6efcba407bdd5 (diff)
Update changelogv4.0.0-beta.2
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-rw-r--r--CHANGELOG.md52
1 files changed, 52 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0ac853c3..293cb103 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,57 @@
# Changelog
+## [v4.0.0-beta.2](https://github.com/nextcloud/contacts/tree/v4.0.0-beta.2) (2021-06-17)
+
+[Full Changelog](https://github.com/nextcloud/contacts/compare/v4.0.0-beta.1...v4.0.0-beta.2)
+
+### Enhancements
+- Circles integration
+ [\#2098](https://github.com/nextcloud/contacts/pull/2098) ([skjnldsv](https://github.com/skjnldsv))
+- Bump deps and use npm7
+ [\#2281](https://github.com/nextcloud/contacts/pull/2281) ([skjnldsv](https://github.com/skjnldsv))
+- Show explanatory description on empty circles list
+ [\#2250](https://github.com/nextcloud/contacts/pull/2250) ([skjnldsv](https://github.com/skjnldsv))
+- Handle circles being disabled
+ [\#2234](https://github.com/nextcloud/contacts/pull/2234) ([skjnldsv](https://github.com/skjnldsv))
+- l10n: Change to lowercase
+ [\#2190](https://github.com/nextcloud/contacts/pull/2190) ([Valdnet](https://github.com/Valdnet))
+- Bump dependencies and webpack 5
+ [\#2140](https://github.com/nextcloud/contacts/pull/2140) ([skjnldsv](https://github.com/skjnldsv))
+
+### Fixed
+- Fix new circle disabled button
+ [\#2265](https://github.com/nextcloud/contacts/pull/2265) ([skjnldsv](https://github.com/skjnldsv))
+- Fix circles version comparison if circles is not installed
+ [\#2264](https://github.com/nextcloud/contacts/pull/2264) ([skjnldsv](https://github.com/skjnldsv))
+- Close add some menu entries after click
+ [\#2255](https://github.com/nextcloud/contacts/pull/2255) ([skjnldsv](https://github.com/skjnldsv))
+- Admins can also promote others as admin
+ [\#2254](https://github.com/nextcloud/contacts/pull/2254) ([skjnldsv](https://github.com/skjnldsv))
+- Fix init circle loading and logger debug
+ [\#2253](https://github.com/nextcloud/contacts/pull/2253) ([skjnldsv](https://github.com/skjnldsv))
+- Fix add members NavigationDuplicated error
+ [\#2252](https://github.com/nextcloud/contacts/pull/2252) ([skjnldsv](https://github.com/skjnldsv))
+- Disable new circle buttons on loading
+ [\#2251](https://github.com/nextcloud/contacts/pull/2251) ([skjnldsv](https://github.com/skjnldsv))
+- Properly check for circles version
+ [\#2249](https://github.com/nextcloud/contacts/pull/2249) ([skjnldsv](https://github.com/skjnldsv))
+- Fix personal circle wording and hide feature
+ [\#2247](https://github.com/nextcloud/contacts/pull/2247) ([skjnldsv](https://github.com/skjnldsv))
+- l10n: Correct spelling
+ [\#2244](https://github.com/nextcloud/contacts/pull/2244) ([Valdnet](https://github.com/Valdnet))
+- Improve Compatibily with macOS Contacts
+ [\#1999](https://github.com/nextcloud/contacts/pull/1999) ([zlajo](https://github.com/zlajo))
+- Fix renaming a circle
+ [\#2283](https://github.com/nextcloud/contacts/pull/2283) ([mejo-](https://github.com/mejo-))
+- l10n: Spelling unification
+ [\#2233](https://github.com/nextcloud/contacts/pull/2233) ([Valdnet](https://github.com/Valdnet))
+- l10n: Change spelling
+ [\#2189](https://github.com/nextcloud/contacts/pull/2189) ([Valdnet](https://github.com/Valdnet))
+- Increase max-version to current dev version 22
+ [\#2169](https://github.com/nextcloud/contacts/pull/2169) ([jancborchardt](https://github.com/jancborchardt))
+- l10n: Unify spelling
+ [\#2162](https://github.com/nextcloud/contacts/pull/2162) ([Valdnet](https://github.com/Valdnet))
+
## [v4.0.0-beta.1](https://github.com/nextcloud/contacts/tree/v4.0.0-beta.1) (2021-06-04)
[Full Changelog](https://github.com/nextcloud/contacts/compare/v3.5.1...v4.0.0-beta.1)