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

v4.0.1 #1255

Merged
merged 1 commit into from
Oct 22, 2024
Merged

v4.0.1 #1255

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
32 changes: 30 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,36 @@

All notable changes to this project will be documented in this file.

## 4.0.1
### Dependencies
* Chore(deps-dev): Bump vite from 5.3.4 to 5.3.5 by @dependabot in https://github.com/nextcloud/guests/pull/1208
* Chore(deps): Bump @nextcloud/vue from 8.14.0 to 8.15.0 by @dependabot in https://github.com/nextcloud/guests/pull/1209
* Chore(deps): Bump @nextcloud/sharing from 0.2.2 to 0.2.3 by @dependabot in https://github.com/nextcloud/guests/pull/1211
* Chore(deps): Bump @nextcloud/vue from 8.15.0 to 8.15.1 by @dependabot in https://github.com/nextcloud/guests/pull/1214
* Chore(deps): Bump @nextcloud/vue from 8.15.1 to 8.16.0 by @dependabot in https://github.com/nextcloud/guests/pull/1216

**Full Changelog**: https://github.com/nextcloud/guests/compare/v4.0.0...v4.0.1

## 4.0.0
### What's Changed
* Add info about guest seeing each others by @artonge in https://github.com/nextcloud/guests/pull/1144
* Add 'direct' GET param to invite email 'view share' link by @julien-nc in https://github.com/nextcloud/guests/pull/1151
* 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
* feat: Implement IPasswordHashBackend by @Pytal in https://github.com/nextcloud/guests/pull/1194
* feat: Add transfer endpoint by @Pytal in https://github.com/nextcloud/guests/pull/1173
* feat: Allow transferring guests to full accounts by @Pytal in https://github.com/nextcloud/guests/pull/1174
* fix(README): Fix guest specific behavior section links by @joshtrichards in https://github.com/nextcloud/guests/pull/1207

### 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
* @Pytal made their first contribution in https://github.com/nextcloud/guests/pull/1169

**Full Changelog**: https://github.com/nextcloud/guests/compare/v3.1.0...v4.0.0

## 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,7 +40,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
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Guests accounts can be created from the share menu by entering either the recipients email or name and choosing "create guest account", once the share is created the guest user will receive an email notification about the mail with a link to set their password.

Guests users can only access files shared to them and cannot create any files outside of shares, additionally, the apps accessible to guest accounts are whitelisted.]]></description>
<version>4.0.0</version>
<version>4.0.1</version>
<licence>agpl</licence>
<author>Nextcloud</author>
<types>
Expand Down
Loading