Skip to content

Releases: chenqimiao/quarkdrive-webdav

v1.3.9

07 Mar 15:51

Choose a tag to compare

RELEASE v1.3.9

v1.3.7

26 Feb 12:04

Choose a tag to compare

Release v1.3.7

v1.3.6

13 Feb 03:33

Choose a tag to compare

What's Changed

Full Changelog: v1.3.5...v1.3.6

v1.3.5

16 Jan 06:08

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.4...v1.3.5

v1.3.4

30 Dec 08:22
c7e66d9

Choose a tag to compare

Remove the user field from cron entries when the crontab filename inc…

v1.3.3

30 Nov 11:05
12b7435

Choose a tag to compare

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

26 Nov 02:25
9b74b5c

Choose a tag to compare

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

16 Nov 14:04
4ea8921

Choose a tag to compare

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 (&#39;, &lt;, &gt;, &amp;, 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&#39;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

29 Jul 15:30

Choose a tag to compare

add a job to cron for cleaning tmp files

v1.2.7

28 Jul 11:53
c6398d2

Choose a tag to compare

fix no ctx error in uploading second part (#20)