Releases: bewcloud/bewcloud
v3.4.0
This makes the necessary permissions more explicit.
Check v3.0.0 for breaking changes in v3.
What's Changed
- Declare
deno task run-with-permissionstask 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
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
tlsModeandtlsVerifyoptions for connecting to the mail submission agent by @ntninja in #134
Full Changelog: v3.2.0...v3.3.0
v3.2.0
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
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
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
v3.0.0
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
dashboardandfilesare now optional apps, present by default inconfig.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
- Improve App Selection by @BrunoBernardino in #118
Full Changelog: v2.8.1...v3.0.0
v2.8.1
This updates the lock file and the Deno version.
Full Changelog: v2.8.0...v2.8.1
v2.8.0
This version simply adds a lock file.
What's Changed
- generate lock file by @themadbit in #113
New Contributors
- @themadbit made their first contribution in #113
Full Changelog: v2.7.1...v2.8.0
v2.7.1
Fixes XML parsing for WebDav.
Full Changelog: v2.7.0...v2.7.1