Releases: bewcloud/bewcloud
v4.3.0
This updates Deno and most other dependencies to their latest versions.
Check v4.0.0 for breaking changes in v4.
What's Changed
Full Changelog: v4.2.0...v4.3.0
v4.2.0
This updates Deno to the latest stable release.
Check v4.0.0 for breaking changes in v4.
What's Changed
Full Changelog: v4.1.2...v4.2.0
v4.1.2
This makes it so the MOVE request for WebDAV returns 404 when the source doesn't exist.
Check v4.0.0 for breaking changes in v4.
What's Changed
Full Changelog: v4.1.1...v4.1.2
v4.1.1
This introduces new config.core.maxRequestSizeInMegabytes and config.files.maxUploadSizeInMegabytes properties, to configure max request and upload sizes, respectively.
Check v4.0.0 for breaking changes in v4.
What's Changed
Full Changelog: v4.1.0...v4.1.1
v4.1.0
This introduces a new config.auth.allowSignupsViaSingleSignOn property, to allow signups via SSO without having to allow signups via email + password.
Check v4.0.0 for breaking changes in v4.
What's Changed
- Enable SSO signups by @loboda4450 in #152
Full Changelog: v4.0.3...v4.1.0
v4.0.3
This fixes a ring opacity problem in dropdowns.
Check v4.0.0 for breaking changes in v4.
What's Changed
- Fixes a ring opacity problem in dropdowns
Full Changelog: v4.0.2...v4.0.3
v4.0.2
This fixes an HTML parsing problem on some RSS feeds.
Check v4.0.0 for breaking changes in v4.
What's Changed
- fix: properly strip HTML tags and resolve entities in feed article summaries by @stakeswky in #149
New Contributors
- @stakeswky made their first contribution in #149
Full Changelog: v4.0.1...v4.0.2
v4.0.1
This fixes a typo for the logout route, causing it to not work and throw an Internal Server Error.
Check v4.0.0 for breaking changes in v4.
What's Changed
- Fixed logout page error
Full Changelog: v4.0.0...v4.0.1
v4.0.0
This removes Fresh and updates all dependencies, including Deno.
The breaking change (apart from potentially unintended breaking with the Fresh removal) is that config.email.tlsMode is now 'auto' by default and can't be null. This was introduced in v3.3.0 with a deprecation notice.
What's Changed
- Remove fresh by @BrunoBernardino in #143
Full Changelog: v3.7.0...v4.0.0
v3.7.0
This simply updates some dependencies.
Check v3.0.0 for breaking changes in v3.
What's Changed
- Update dependencies
Full Changelog: v3.6.0...v3.7.0