-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v24.6 #510
Merged
Release v24.6 #510
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- improved deobfuscation: - enhanced parsing of the subject field in NZB files, along with improved validation of downloaded article filenames - added a check for filename obfuscation after unpacking; excessively obfuscated filenames are renamed to the NZB filename if the NZB filename is not also obfuscated - new options: - "RenameAfterUnpack" - enables/disables renaming of extracted and obfuscated files using the NZB filename - "RenameIgnoreExt" - a comma separated list of file extensions to ignore when renaming files after unpacking - new value for field "Status" in API-method "listgroups": "POST_UNPACK_RENAMING"
- upgraded par2-turbo to v1.2.0
…th -DDISABLE_PARCHECK=yes (#481) - fixed build using CMake Ninja generator - fixed tests build failure with -DDISABLE_PARCHECK=yes
- added network speed tests - added the new `testnetworkspeed` API method: #### Return value - **SpeedMbps** `(double)` - The measured network speed in Mbps.
- DirectRename and ParRename now correctly handle nested file paths found in par files
## Description - fixed errors in par2 verification and completed file moving caused by incorrect filenames and improper handling of nested files ## Lib changes - updated par2-turbo library to the latest version, improving UNC path support and fixing build problems on RISC-V64 with GCC 13
- improved cleanup post-processing to handle the moving of completed files within nested directories
luckedea
approved these changes
Feb 24, 2025
phnzb
approved these changes
Feb 24, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
RenameAfterUnpack
- enables/disables renaming of extracted and obfuscated files using the NZB filenameRenameIgnoreExt
- a comma-separated list of file extensions to ignore when renaming files after unpackingStatus
field in thelistgroups
API method:POST_UNPACK_RENAMING
struct testnetworkspeed()
- returns the measured network speed inMbps
#489DirectRename
andParRename
of nested file paths found in par files #497HealthCheck=None
withParCheck=Force
can cause a segmentation fault on unhealthy downloads #475