diff options
author | Hamza Mahjoubi <hamzamahjoubi221@gmail.com> | 2024-07-23 16:43:49 +0200 |
---|---|---|
committer | Hamza Mahjoubi <hamzamahjoubi221@gmail.com> | 2024-07-23 16:43:49 +0200 |
commit | 3ad9c2e4d9a64934202a50f1eb28cef839ab114b (patch) | |
tree | 7421536fda8b8abf057c7b79180f165dc91197dd | |
parent | 3b5fc986ac697e65f9252d1ae0546cfd9f6caca0 (diff) |
chore: release v6.1.0-alpha.1
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
-rw-r--r-- | CHANGELOG.md | 20 | ||||
-rw-r--r-- | package-lock.json | 4 | ||||
-rw-r--r-- | package.json | 2 |
3 files changed, 23 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 50ef3251..38a63af9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,26 @@ --> # Changelog +## 6.1.0-alpha.1 – Unreleased +## Added +- Nextcloud 30 support +- Drag and Drop feature for adding contacts to group +- Signal messenger option +- Rename and delete groups +- Loading icon when deleting or renaming groups +- Responsiveness for contact details +### Removed +- Nextcloud 29 support +## Changed +- Group information display +- Settings toggle design to match Nextcloud 30 style +## Fixed +- Import contacts filepicker +- Clarify settings option for open circle +- Spacing and alignment in the contact details view +- Subtitle in contacts details + + ## 6.0.0-rc.1 – Unreleased ### Added - Nextcloud 29 support diff --git a/package-lock.json b/package-lock.json index 17c01ff2..dc79c66f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "6.0.0-rc.1", + "version": "6.1.0-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "6.0.0-rc.1", + "version": "6.1.0-alpha.1", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.4.0", diff --git a/package.json b/package.json index 526a8f52..e3b30ac1 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": "6.0.0-rc.1", + "version": "6.1.0-alpha.1", "author": "John Molakvoæ <skjnldsv@protonmail.com>", "contributors": [ "John Molakvoæ <skjnldsv@protonmail.com>", |