From 07636e21b63e8e5fcfc275a17555b258f87976bd Mon Sep 17 00:00:00 2001 From: Hamza Mahjoubi Date: Mon, 4 Mar 2024 16:40:40 +0100 Subject: Release 6.0.0-alpha.1 Signed-off-by: Hamza Mahjoubi --- CHANGELOG.md | 25 ++++++++++++++++++++++++- package-lock.json | 4 ++-- 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æ ", "contributors": [ "John Molakvoæ ", -- cgit v1.2.3