diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cebd17e..436bfb39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,39 @@ All notable changes to this project will be documented in this file. +## 3.2.0 +### Fixes +* Fix tests by @solracsf in https://github.com/nextcloud/guests/pull/1170 +* fix(GuestForm): allow to create a guest without name more than once by @ShGKme in https://github.com/nextcloud/guests/pull/1178 +* fix(Sharing): Do not create new share in guest app by @Fenn-CS in https://github.com/nextcloud/guests/pull/1189 + +### Changes +* Add 'direct' GET param to invite email 'view share' link by @julien-nc in https://github.com/nextcloud/guests/pull/1151 +* Add info about guest seeing each others by @artonge in https://github.com/nextcloud/guests/pull/1144 +* feat: Upgrade dependencies and migrate to nc/vue v8 by @Pytal in https://github.com/nextcloud/guests/pull/1169 +* feat(deps): Add Nextcloud 30 support by @nickvergessen in https://github.com/nextcloud/guests/pull/1145 +* docs(README): Overhaul the Guests app README by @joshtrichards in https://github.com/nextcloud/guests/pull/1132 + +### Dependencies +* chore: add changelog for 2.4.0 .. 3.0.1 by @ShGKme in https://github.com/nextcloud/guests/pull/1181 +* chore: Move to vite by @Pytal in https://github.com/nextcloud/guests/pull/1172 +* Chore(deps): Bump @nextcloud/dialogs from 5.3.2 to 5.3.3 by @dependabot in https://github.com/nextcloud/guests/pull/1187 +* Chore(deps): Bump @nextcloud/dialogs from 5.3.3 to 5.3.4 by @dependabot in https://github.com/nextcloud/guests/pull/1196 +* Chore(deps): Bump @nextcloud/dialogs from 5.3.4 to 5.3.5 by @dependabot in https://github.com/nextcloud/guests/pull/1201 +* Chore(deps): Bump @nextcloud/sharing from 0.1.0 to 0.2.2 by @dependabot in https://github.com/nextcloud/guests/pull/1186 +* Chore(deps): Bump @nextcloud/vue from 8.12.0 to 8.13.0 by @dependabot in https://github.com/nextcloud/guests/pull/1198 +* Chore(deps): Bump @nextcloud/vue from 8.13.0 to 8.14.0 by @dependabot in https://github.com/nextcloud/guests/pull/1200 +* Chore(deps): Bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in https://github.com/nextcloud/guests/pull/1136 +* Chore(deps): Bump vue-material-design-icons from 5.2.0 to 5.3.0 by @dependabot in https://github.com/nextcloud/guests/pull/1140 + +### New Contributors +* @artonge made their first contribution in https://github.com/nextcloud/guests/pull/1144 +* @solracsf made their first contribution in https://github.com/nextcloud/guests/pull/1170 + +**Full Changelog**: https://github.com/nextcloud/guests/compare/v3.1.0...v3.2.1 + ## 3.1.0 -## What's Changed +### What's Changed * 29 compatibility * fix: ListCommand: update for Symfony >=5 exit status by @joshtrichards in https://github.com/nextcloud/guests/pull/1102 * fix: reuse share object instead of getting it again when sending invite mail by @icewind1991 in https://github.com/nextcloud/guests/pull/1122 @@ -12,7 +43,7 @@ All notable changes to this project will be documented in this file. * fix(npm): audit * fix(whitelist): Block Talk base page as well by @nickvergessen in https://github.com/nextcloud/guests/pull/1107 -## New Contributors +### New Contributors * @joshtrichards made their first contribution in https://github.com/nextcloud/guests/pull/1102 **Full Changelog**: https://github.com/nextcloud/guests/compare/v3.0.1...v3.1.0 diff --git a/appinfo/info.xml b/appinfo/info.xml index 8c972628..716b5466 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -26,7 +26,7 @@ Guests users can only access files shared to them and cannot create any files ou https://raw.githubusercontent.com/nextcloud/guests/master/screenshots/settings.png https://raw.githubusercontent.com/nextcloud/guests/master/screenshots/dropdown.png - + OCA\Guests\Command\ListCommand