Release 6.0.0-alpha.1

Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
This commit is contained in:
Hamza Mahjoubi 2024-03-04 16:40:40 +01:00
parent b82bdd9739
commit 07636e21b6
3 changed files with 27 additions and 4 deletions

View File

@ -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

4
package-lock.json generated
View File

@ -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",

View File

@ -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>",