diff options
author | Hamza <40746210+hamza221@users.noreply.github.com> | 2023-08-03 19:38:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-03 19:38:09 +0200 |
commit | 75b13ec5f7dc4f97b8288d1a54b6175428fc14bb (patch) | |
tree | 01ac1693656832d79a9be7b6f61e22f90464e9c2 | |
parent | bec773a5d256500ce632bd1afb5e9edc94da55d6 (diff) | |
parent | 1aecb36af429043c583c32babc1ef82fcd25d6b7 (diff) |
Merge pull request #3534 from nextcloud/release/5.4.0.alpha.1v5.4.0-alpha1
release v5.4.0-alpha.1
-rw-r--r-- | CHANGELOG.md | 25 | ||||
-rw-r--r-- | appinfo/info.xml | 2 | ||||
-rw-r--r-- | package-lock.json | 4 | ||||
-rw-r--r-- | package.json | 2 |
4 files changed, 28 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c2f03d1..a1b6fead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog - +## 5.4.0-alpha.1 - 2023-08-03 +### Added +- Quick actions for contacts +- Disabled wording to disabled address books +- Show/hide option for system and shared addressbooks +- Show address book description if provided +- Nextcloud 28 support +- Contact and group counters to address books +- Improve quick actions design +### Changed +- Deactivate social avatars from twitter +- Show single-value dropdowns as text in view mode +- Better description of circles +- Import modal improvement +- Hide contact groups if its empty +- Hide empty properties +### Fixed +- Import loads forever +- Split up detailed-name again to fix vCard +- Hide not copyable addressbooks in copy select +- Handling group update +- Allow dynamic autoloading for classes added during upgrade +- Don't show groups in share placeholder if group sharing is disabled +- Add missing loading Icon ## 5.1.0 - 2023-02-02 ### Added - Support for Nextcloud 26 diff --git a/appinfo/info.xml b/appinfo/info.xml index cfe4fbca..e22d5d68 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -11,7 +11,7 @@ * š **Weāre not reinventing the wheel!** Based on the great and open SabreDAV library. </description> - <version>5.3.0-beta.2</version> + <version>5.4.0-alpha.1</version> <licence>agpl</licence> <author mail="hamza221@users.noreply.github.com">Hamza Mahjoubi</author> diff --git a/package-lock.json b/package-lock.json index d266f43d..ef0858ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "5.3.0-beta2", + "version": "5.4.0-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "5.3.0-beta2", + "version": "5.4.0-alpha.1", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.4.0", diff --git a/package.json b/package.json index db323b5d..c4e7cf3c 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.3.0-beta2", + "version": "5.4.0-alpha.1", "author": "John MolakvoƦ <skjnldsv@protonmail.com>", "contributors": [ "John MolakvoƦ <skjnldsv@protonmail.com>", |