Skip to content

Commit

Permalink
Merge pull request #3834 from nextcloud/release-6.0.0-alpha.1
Browse files Browse the repository at this point in the history
Release 6.0.0-alpha.1
  • Loading branch information
ChristophWurst authored Mar 4, 2024
2 parents b82bdd9 + 07636e2 commit 5b64de7
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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æ <[email protected]>",
"contributors": [
"John Molakvoæ <[email protected]>",
Expand Down

0 comments on commit 5b64de7

Please sign in to comment.