Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.2.0 #1254

Merged
merged 2 commits into from
Oct 22, 2024
Merged

v3.2.0 #1254

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 43 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -12,11 +43,21 @@ 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

## 3.0.2
### Fixes
* [stable28] fix(GuestForm): allow to create a guest without name more than once by @backportbot in https://github.com/nextcloud/guests/pull/1179
* [stable28] chore: add changelog for 2.4.0 .. 3.0.1 by @ShGKme in https://github.com/nextcloud/guests/pull/1184
* [stable28] fix(Sharing): Do not create new share in guest app by @backportbot in https://github.com/nextcloud/guests/pull/1192

### Dependencies
* Chore(deps): Bump follow-redirects from 1.15.3 to 1.15.4 by @dependabot in https://github.com/nextcloud/guests/pull/1097

**Full Changelog**: https://github.com/nextcloud/guests/compare/v3.0.1...v3.0.2

## 3.0.1
### What's Changed
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Guests users can only access files shared to them and cannot create any files ou
<screenshot>https://raw.githubusercontent.com/nextcloud/guests/master/screenshots/settings.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/guests/master/screenshots/dropdown.png</screenshot>
<dependencies>
<nextcloud min-version="29" max-version="30" />
<nextcloud min-version="29" max-version="29" />
</dependencies>
<commands>
<command>OCA\Guests\Command\ListCommand</command>
Expand Down
Loading