Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: bewcloud/bewcloud

v3.4.0

29 Dec 11:14
01837e4

Choose a tag to compare

This makes the necessary permissions more explicit.

Check v3.0.0 for breaking changes in v3.

What's Changed

  • Declare deno task run-with-permissions task specifying all the permissions actually needed and alias all other tasks through that by @ntninja in #136

Full Changelog: v3.3.0...v3.4.0

v3.3.0

20 Dec 12:06
c9c5364

Choose a tag to compare

This adds new tlsMode and tlsVerify options for sending email via SMTP.

Check v3.0.0 for breaking changes in v3.

What's Changed

  • Expose new tlsMode and tlsVerify options for connecting to the mail submission agent by @ntninja in #134

Full Changelog: v3.2.0...v3.3.0

v3.2.0

15 Dec 14:43
624fdb6

Choose a tag to compare

This replaces the Google font with a default one, and the Google Maps link with an OpenStreetMap one.

Check v3.0.0 for breaking changes in v3.

What's Changed

Full Changelog: v3.1.0...v3.2.0

v3.1.0

12 Dec 16:08
dcac5d8

Choose a tag to compare

This fixes a problem with some containers not being able to use sharp, by replacing it with jimp.

Check v3.0.0 for breaking changes in v3.

What's Changed

Full Changelog: v3.0.2...v3.1.0

v3.0.2

08 Dec 09:23
a68bdba

Choose a tag to compare

This fixes a couple of issues with public file shares:

  • Deletes them when removing files/directories
  • Keeps a consistent logged-out-view even if you're logged in, seeing them
  • It also renders prettier 404 pages for wrong/non-existent file shares, and in some other places where that made sense

Check v3.0.0 for breaking changes in v3.

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

03 Dec 14:58
87d6904

Choose a tag to compare

This allows config.files.rootPath to be an absolute path.

Check v3.0.0 for breaking changes in v3.

What's Changed

  • fix: Don’t forcefully make absolute rootPath relative to CWD by @ntninja in #120

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

01 Dec 12:40
31855f4

Choose a tag to compare

This makes Dashboard and Files optional apps (can be disabled), and uses the sorting of the config.core.enabledApps in the menu/header.

It's a major release only because it includes a couple of breaking changes, specified below.

Breaking changes

  • dashboard and files are now optional apps, present by default in config.core.enabledApps, but were required before (and weren't possible to have in that array)
  • PostgreSQL upgrade (from 17 to 18.1 — configuration, including data storage location, nothing changed in terms of SQL or use)

What to do if the breaking changes affect you?

If you were using Dashboard and Files/WebDAV, make sure to add dashboard and files to the config.core.enabledApps array in your bewcloud.config.ts file.

If you need help upgrading your PostgreSQL container, I've written a simple step-by-step guide. Alternatively, you can keep it at 17 as well for a while.

What's Changed

Full Changelog: v2.8.1...v3.0.0

v2.8.1

08 Nov 11:10
3fdda5b

Choose a tag to compare

This updates the lock file and the Deno version.

Full Changelog: v2.8.0...v2.8.1

v2.8.0

04 Nov 14:57
8e1b9d1

Choose a tag to compare

This version simply adds a lock file.

What's Changed

New Contributors

Full Changelog: v2.7.1...v2.8.0

v2.7.1

17 Oct 20:02
b2dda31

Choose a tag to compare

Fixes XML parsing for WebDav.

Full Changelog: v2.7.0...v2.7.1