qbit_manage/modules/core
bobokun e0905b214f
refactor(path): replace string replace with cross-platform path utility
Replace all instances of string `.replace()` for path manipulation with a new `util.path_replace()` function that handles cross-platform path separators safely, improving compatibility between Windows and Unix-like systems. This includes updates in config, remove_orphaned, share_limits, tag_nohardlinks, qbittorrent modules, and the addition of the utility function itself.
2025-08-31 21:48:07 -04:00
..
__init__.py 4.1.17 (#744) 2025-02-09 19:12:32 -05:00
category.py 4.5.5 (#922) 2025-08-24 18:44:54 -04:00
recheck.py 4.5.1 (#874) 2025-07-19 08:59:41 -04:00
remove_orphaned.py refactor(path): replace string replace with cross-platform path utility 2025-08-31 21:48:07 -04:00
remove_unregistered.py v4.5.3 (#900) 2025-08-08 20:57:06 -04:00
share_limits.py refactor(path): replace string replace with cross-platform path utility 2025-08-31 21:48:07 -04:00
tag_nohardlinks.py refactor(path): replace string replace with cross-platform path utility 2025-08-31 21:48:07 -04:00
tags.py 4.5.1 (#874) 2025-07-19 08:59:41 -04:00