Release v6.0.0-rc1

Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
This commit is contained in:
Hamza Mahjoubi 2024-03-12 13:21:05 +01:00
parent af93909339
commit aaa8841f4d
4 changed files with 9 additions and 5 deletions

View File

@ -1,17 +1,21 @@
# Changelog # Changelog
## 6.0.0-alpha.1 Unreleased ## 6.0.0-rc.1 Unreleased
### Added ### Added
- Nextcloud 29 support - Nextcloud 29 support
- Add confirmation dialog before importing contacts - Add confirmation dialog before importing contacts
- Implement team overview page updates
### Removed ### Removed
- Drop Nextcloud 28 and older - Drop Nextcloud 28 and older
- Drop dead OCA.Search code
### Changed ### Changed
- Migrate event buses to mitt - Migrate event buses to mitt
- Migrate ::v-deep to :deep
### Fixed ### Fixed
- HTTP client usage - HTTP client usage
- Remove import contact button from chart view - Remove import contact button from chart view
- Subtitle encoding - Subtitle encoding
- Adjust styling of team resource image
## 5.5.2 2024-02-19 ## 5.5.2 2024-02-19

View File

@ -11,7 +11,7 @@
* 🙈 **Were not reinventing the wheel!** Based on the great and open SabreDAV library. * 🙈 **Were not reinventing the wheel!** Based on the great and open SabreDAV library.
</description> </description>
<version>6.0.0-alpha.1</version> <version>6.0.0-rc.1</version>
<licence>agpl</licence> <licence>agpl</licence>
<author mail="hamza221@users.noreply.github.com">Hamza Mahjoubi</author> <author mail="hamza221@users.noreply.github.com">Hamza Mahjoubi</author>

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "contacts", "name": "contacts",
"version": "6.0.0-alpha.1", "version": "6.0.0-rc.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "contacts", "name": "contacts",
"version": "6.0.0-alpha.1", "version": "6.0.0-rc.1",
"license": "agpl", "license": "agpl",
"dependencies": { "dependencies": {
"@mattkrick/sanitize-svg": "^0.4.0", "@mattkrick/sanitize-svg": "^0.4.0",

View File

@ -1,7 +1,7 @@
{ {
"name": "contacts", "name": "contacts",
"description": "A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.", "description": "A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.",
"version": "6.0.0-alpha.1", "version": "6.0.0-rc.1",
"author": "John Molakvoæ <skjnldsv@protonmail.com>", "author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [ "contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>", "John Molakvoæ <skjnldsv@protonmail.com>",