diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2024-03-04 18:12:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-04 18:12:49 +0100 |
commit | 5b64de79c0f58fc0970ef03241a73b3e4c46e00c (patch) | |
tree | 82dc3e033486820144f0a1943c6a234a37a4a3b2 | |
parent | b82bdd9739ebcbe9b122af07d83bc4359c2b72de (diff) | |
parent | 07636e21b63e8e5fcfc275a17555b258f87976bd (diff) |
Merge pull request #3834 from nextcloud/release-6.0.0-alpha.1v6.0.0-alpha1
Release 6.0.0-alpha.1
-rw-r--r-- | CHANGELOG.md | 25 | ||||
-rw-r--r-- | package-lock.json | 4 | ||||
-rw-r--r-- | package.json | 2 |
3 files changed, 27 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f1c3e29..79cc0091 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,29 @@ # Changelog -## 5.5.0-rc.1 – unreleased +## 6.0.0-alpha.1 – Unreleased +### Added +- Nextcloud 29 support +- Add confirmation dialog before importing contacts +### Removed +- Drop Nextcloud 28 and older +### Changed +- Migrate event buses to mitt +### Fixed +- HTTP client usage +- Remove import contact button from chart view +- Subtitle encoding + + +## 5.5.2 – 2024-02-19 +### Fixed +- Sort fallback if not member of circle + +## 5.5.1 – 2024-01-03 +### Fixed +- Rename types in propreties +- Remove empty content overlaping related resources + +## 5.5.0 – 2023-12-11 ### Added - Nextcloud 28 file action compatibility - PHP8.3 support diff --git a/package-lock.json b/package-lock.json index 98e266f9..9cc8fa8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "5.5.0-rc1", + "version": "6.0.0-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "5.5.0-rc1", + "version": "6.0.0-alpha.1", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.4.0", diff --git a/package.json b/package.json index d8c42df9..a7905aa7 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": "5.5.0-rc1", + "version": "6.0.0-alpha.1", "author": "John Molakvoæ <skjnldsv@protonmail.com>", "contributors": [ "John Molakvoæ <skjnldsv@protonmail.com>", |