Releases: cloudreve/Cloudreve
Releases · cloudreve/Cloudreve
4.0.0-beta.8
- 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
- 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
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
🎁 New Features
- Change sort method in path selector. (@ysh83737 cloudreve/frontend#163)
🐛 Bug Fixes
- Doc preview src of local storage policy starts with
:/
. (@YUDONGLING #1843) (#1842 #1844) - Should not be able to change the default user status. (@01101sam #1811)
- Clickable title should use a pointer cursor. (@bgluminous cloudreve/frontend#162)
- User profile should be viewable without login. (@mekumiao cloudreve/frontend#166)
- Enhancements on zh-TW Traditional Chinese translations. (@david082321 cloudreve/frontend#165)
3.8.2
3.8.1
🎁 New Features
- Option to use proxy transfer to download files in WebDAV. (cloudreve/frontend#160 @WeidiDeng)
- Support renaming in copy API in WebDAV. (#1774 @WeidiDeng)
- Thumbnail quality control for 3rd party storage providers. (#1762 @YUDONGLING)
- Set the username for Redis in the config file. (#1752 @hatsuyuki280)
- Shortcut to download all shared files in batch mode. (cloudreve/frontend#159 @myuanz)
🐛 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
🎇 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
❗️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
🛠 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
❗️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
- Cannot delete a file while its owner is deleted. (#1586)
- Minor fixes on i18n. (cloudreve/frontend#145 @LiuNianJiang)