Skip to content

Releases: bewcloud/bewcloud

v4.3.0

03 Apr 06:59
06ab8a9

Choose a tag to compare

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

15 Mar 10:07
57e845d

Choose a tag to compare

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

03 Mar 15:43
6f871b7

Choose a tag to compare

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

02 Mar 19:55
f504230

Choose a tag to compare

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

26 Feb 13:37
69a916d

Choose a tag to compare

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

Full Changelog: v4.0.3...v4.1.0

v4.0.3

25 Feb 15:14
917649b

Choose a tag to compare

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

23 Feb 17:34
bd141bf

Choose a tag to compare

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

Full Changelog: v4.0.1...v4.0.2

v4.0.1

21 Feb 07:21
6d5ee7b

Choose a tag to compare

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

20 Feb 11:03
6ef42d9

Choose a tag to compare

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

Full Changelog: v3.7.0...v4.0.0

v3.7.0

02 Feb 17:21
770db3a

Choose a tag to compare

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