Releases: chenqimiao/quarkdrive-webdav
Releases · chenqimiao/quarkdrive-webdav
v1.3.9
v1.3.7
Release v1.3.7
v1.3.6
What's Changed
- Add browser detection and HTML rendering by @chenqimiao in #40
Full Changelog: v1.3.5...v1.3.6
v1.3.5
What's Changed
- 添加 Windows 平台支持 by @tangyang0 in #38
New Contributors
- @tangyang0 made their first contribution in #38
Full Changelog: v1.3.4...v1.3.5
v1.3.4
Remove the user field from cron entries when the crontab filename inc…
v1.3.3
adaptive_thread_pool (#32) * adaptive_thread_pool * Update src/drive/mod.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
v1.3.2
Fix slow upload/download speeds by enabling connection pooling (#30) * Initial plan * Fix slow upload/download speeds by enabling connection pooling Co-authored-by: chenqimiao <15151483+chenqimiao@users.noreply.github.com> * pool_idle_timeout(Duration::from_secs(50)) * upgrade version --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: chenqimiao <15151483+chenqimiao@users.noreply.github.com> Co-authored-by: Qimiao Chen <chenqimiao1994@126.com>
v1.3.1
Decode HTML entities in filenames from Quark API (#27)
* Initial plan
* Fix special character HTML-escaping issue by unescaping filenames from Quark API
- Add htmlescape dependency for HTML entity decoding
- Implement custom deserializer for file_name fields
- Automatically unescape HTML entities (', <, >, &, etc.) in filenames
- Apply fix to both QuarkFile and GetFileItem structures
This fixes the issue where filenames with special characters like apostrophes (')
were being HTML-escaped by the Quark API (e.g., "a'test.txt") and then
passed through to WebDAV clients, causing filename mismatches in Synology Sync.
Co-authored-by: chenqimiao <15151483+chenqimiao@users.noreply.github.com>
* Upgrade version
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: chenqimiao <15151483+chenqimiao@users.noreply.github.com>
Co-authored-by: Qimiao Chen <chenqimiao1994@126.com>
v1.3.0
add a job to cron for cleaning tmp files
v1.2.7
fix no ctx error in uploading second part (#20)