Skip to content
Merged
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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@

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

## 4.2.0

### Changes
* feat: migrate owncloud guests-users to nextcloud guests by @skjnldsv in https://github.com/nextcloud/guests/pull/1286
* feat(deps): Add Nextcloud 32 support by @nickvergessen in https://github.com/nextcloud/guests/pull/1282
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm not sure you want to release this already?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We usually do no ?
if in alpha/beta, it won't matter anyway

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When we'll get closer to 32, we'll have to release a new one anyway which will double check if still compatible

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What else are we supposed to do, shall we revert #1282 ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah in some apps I stopped merging them 🙈
For multi branch it's really annoying, either during development or releasing.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a fix would be in server to allow enabling without --force when you run from git?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean, isn't force what we expect to have for our daily anyway?
That's exactly the reason we have that option, no?

I actually don't get Tobias's comment on #1282 🤔


### Fixes
* fix: settings save by @skjnldsv in https://github.com/nextcloud/guests/pull/1299

### Other
* Various dependencies

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

## 4.1.0
31 compatibility

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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.1.1</version>
<version>4.2.0</version>
<licence>agpl</licence>
<author>Nextcloud</author>
<types>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "guests",
"description": "Create guest users which can only see files shared with them",
"version": "4.2.0-dev.0",
"version": "4.2.0",
"type": "module",
"author": "Robin Appelman <[email protected]>",
"contributors": [
Expand Down
Loading