Skip to content

Releases: cloudreve/Cloudreve

4.0.0-beta.8

27 Apr 03:42
Compare
Choose a tag to compare
4.0.0-beta.8 Pre-release
Pre-release
  • Added: Video player support for flv (@xb2016 #2300);
  • Added: Filter and select all/invert selection buttons when the remote download file list exceeds 20 files (#2295);
  • Fixed: Previous selections were overwritten when selecting different files multiple times for offline download (#2294);
  • Fixed: Unable to save a directory shared by others as a shortcut (#2298);
  • Fixed: When a slave node processes remote downloads, canceling a task enters error retry loop (#2301);
  • Fixed: In some cases, transferring chunked files resulted in an invalid argument error (#2303);
  • Fixed: Duplicate application ID when continuously adding new custom file applications (#2305);
  • Fixed: Remote download status position drift in the background task list (@xb2016 cloudreve/frontend#253 );
  • Fixed: Order fulfillment failed when anonymous users purchased shared links (#2312);
  • Fixed: App could not be launched when using a custom scheme as a file preview application (#2314);
  • Optimized: Embedded static resources support conditional caching (@alimy #2299);
  • Optimized: Re,pte download errors now display raw error messages from Aria2 (#2296);
  • Optimized: Site announcements now only pop up for logged-in users (#2297);
  • Optimized: Removed i18n cache during ServiceWorker registration;

4.0.0-beta.7

24 Apr 09:22
Compare
Choose a tag to compare
4.0.0-beta.7 Pre-release
Pre-release
  • New m3u8 playlist support, support storing all fragments to Cloudreve, automatically convert the relative path of fragments in m3u8 list (#2288);
  • Optimize global loading placeholder, use asynchronous loading for static resources (@YUDONGLING);
  • Fix the incorrect autoFocus setting in registry form (@xb2016 #2285);
  • Fix the size of all files shouldn't be validated as the single file size when pre-validating remote download files (#2286);
  • Fix the user's avatar doesn't show up in the background sharing details (#2289);
  • Fixed single file sharing can't be edited from share list (#2293);
  • Fixed auto expiration condition not showing in sharing list in dashboard (@xb2016)
  • Fixed download and share buttons in WOPI app not working (@xb2016);
  • Fixed directory not disappearing from sidebar after deleting directory in non-file list via sidebar.

4.0.0-beta.6

21 Apr 13:33
Compare
Choose a tag to compare
4.0.0-beta.6 Pre-release
Pre-release

V4.0.0-beta.6

Note

V4 Community edition is available since this version, version number is aligned with Pro edition.

  • Optimization: Add “Open” and ‘Save’ buttons to single file sharing view;
  • Fixed: The leftside file category is shown as “My Files” in some browsers; (#2260).
  • Fixed: Saved shortcuts for single shared file are invalid; (#2257);
  • Fixed: incorrect results of manual user capacity calibration in the dashboard;

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