Skip to content

Releases: cloudreve/Cloudreve

3.8.3

07 Oct 12:30
Compare
Choose a tag to compare

🎁 New Features

🐛 Bug Fixes

3.8.2

07 Aug 12:20
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Cannot create WebDAV account after upgrade.

3.8.1

29 Jul 01:26
Compare
Choose a tag to compare

🎁 New Features

🐛 Bug Fixes

  • WebDAV proppatch does not work as expected. (#1771 @WeidiDeng)
  • Cannot generate thumbnails using FFMpeg for formats other than mp4. (#1756)
  • Cannot generate thumbnails for slave policy.
  • Translation popup keeps showing in non-Chinese browsers. (cloudreve/frontend#158 @shyim)
  • Support overwrite for Move/Copy action in WebDAV is missing in the pro edition. (@WeidiDeng)

3.8.0

11 Jun 03:25
Compare
Choose a tag to compare

中文图文介绍

🎇 Highlights

This version already includes all changes from 3.8.0-beta1, which will not be covered here.

🐛 Bug Fixes

  • Anonymous users cannot preview shared documents through WOPI.
  • General office document preview failed due to lake of hostname in the temp file URL.

3.8.0-beta1

27 May 06:28
Compare
Choose a tag to compare
3.8.0-beta1 Pre-release
Pre-release

❗️Breaking Changes

For developers: The API to generate the download URL now does not guarantee to present full URL, only path and queries in most cases.

🎁 New Features

  • Brand new thumbnail processing pipeline, supporting more generators for images, videos, and Office documents. You can extend the thumbnail capability of 3rd party storage policy using a "Generator proxy". Details: https://docs.cloudreve.org/use/thumbnails (#1309, #1589, #1364, #1461)
  • Add overwrite support for moveFiles and copyFiles. (#1679 @xkeyC)
  • Support Nexcloud custom headers (mod date and checksum) for Rclone. (#1690 @WeidiDeng)
  • Persist cache and session into disk before shutdown.
  • New magic variable for "File name without extension". (#1718 @arkylin)
  • Use custom values for expiration and limited downloads. (#1671, #862)

🛠 Enhancements

  • Use just-in-time host in download URl, instead of SiteURL in site settings. (#1647)
  • Detect and specify mime type for files uploaded to S3 and OSS. (#1681, #1678)

🐛 Bug Fixes

  • Cannot set preferred language for LibreOffice online.

3.7.1

13 Feb 11:46
Compare
Choose a tag to compare

🛠 Enhancements

  • Redirect to the previous page after login.

🐛 Bug Fixes

  • Cannot create new folders or register new users after schema migration for SQLite.
  • [Pro] Mimatched error code for insufficient credits while purchasing shared files.
  • [Pro] Invalid secret key setting for custom payment gateway.
  • Minor i18n errors for predicted credits gain and task transferring status.

3.7.0

10 Feb 06:08
Compare
Choose a tag to compare

中文图文说明

❗️Breaking Changes

  • Existing build toolchain build.sh is removed, please use goreleaser instead.

🎁 New Features

  • Preview and edit documents using WOPI clients (OnlyOffice / LibreOffice / Office Online Server), please refer to our document. (#1473, #155, #381)
  • [Pro limited] Custom payment platform, please refer to our document. (#1618, 1493, #1546, #1282)
  • Set WebDAV account as read-only. (#1629, cloudreve/frontend#147 @WeidiDeng)
  • Unlink a file while not deleting its physical source. (#789)
    • Enable advanced delete option to other user groups.
  • Set custom feedback and user forum URL for iOS APP (Requires VOL, APP version >= 1.4.0).
  • Scan QR Codes to log into our iOS APP (APP version >= 1.4.0).
  • Connect to MySQL with Unix socket. (#1571 @5aaee9)
  • Add Traditional Chinese language. (cloudreve/frontend#141 @conashin)
  • Provides more arch/os binary combinations in our official release.

🛠 Enhancements

  • Keep original file content after failing to update document files.
  • SQLite driver changed to pure Golang implementation. (#1626 @VigorFox)
  • Path selector can select the current folder and upper-level folder. (cloudreve/frontend#144 @WeidiDeng)

🐛 Bug Fixes

3.6.2

10 Feb 04:16
Compare
Choose a tag to compare
fix: timeout while fetching yarn pkgs in building docker image action

3.6.1

16 Dec 11:41
Compare
Choose a tag to compare

🎁 New Features

  • Set same-site cookie policy in config file. (@AH-dark #1381)
  • Setting for force using path style endpoint. (#1559)
    We also published a document (zh-CN) to guide you setup Cloudflare R2 or Backblaze B2 using AWS S3 compatible policy.
  • A new magic variable {$name} is available for doc preview server setting.
  • Select current folder in path selector without extra navigation.
  • All types of storage policy can now enable "Get source links" feature, but it requires "Use redirected source link" enabled in user group setting.

🛠 Enhancement

  • Use HEAD to fetch file metadata in S3 policy. (@CodeKirin-dragon #1521)
  • Optimize performance for listing policies in dashboard. (@topjohncian #1539)
  • Escalate ProxyHeader as a global config so other listen mode can benefit from this.

🐛 Bug Fixes

  • Nil reference while graceful shutdown in slave mode.
  • Missing translation for minor settings in dashboard.
  • Audio file cannot be previewed in single shared file. (#1541)
  • [Pro] Mismatched task type Enum.
  • [Pro] Cannot edit site information in the dashboard.

3.6.0

14 Dec 12:42
Compare
Choose a tag to compare

中文图文介绍

🎇Highlights

This version already includes all changes from 3.6.0-beta1, which will not br covered here.

🎁 New Features

  • [Pro] Purchase volume licensing of Cloudreve iOS App.
  • Promotion page for connecting to mobile App.
  • Set max-age for publicly accessible resources (e.g. source links, download links).
  • Customize socket file permission (#749).

🛠 Enhancement

  • Show error message in tooltip if transferring task failed in aria2 list.
  • Instruction for creating AAD application which allows consumer Microsoft account to login (#1442).

🐛 Bug Fixes

  • [Pro] Only node with "remote download" feature enabled can be selected by users (#1534, #1525).
  • Minor typos and missed translations