Skip to content
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
merged 24 commits into from
Feb 24, 2025
Merged

Release v24.6 #510

merged 24 commits into from
Feb 24, 2025

Conversation

dnzbk
Copy link
Collaborator

@dnzbk dnzbk commented Feb 24, 2025

Description

  • Features:
    • Improved deobfuscation #469
      • enhanced parsing of the subject field in NZB files and improved validation of downloaded article filenames
      • added a check for filename obfuscation after unpacking; excessively obfuscated filenames are renamed to the NZB filename
      • added 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
      • added a new value for the Status field in the listgroups API method: POST_UNPACK_RENAMING
    • Network speed tests
      • the new API-method:
        • struct testnetworkspeed() - returns the measured network speed in Mbps #489
    • Added support by DirectRename and ParRename of nested file paths found in par files #497
    • Added a filter to the nzb manual upload dialog #505
  • Bug fixes:
    • Fixed: HealthCheck=None with ParCheck=Force can cause a segmentation fault on unhealthy downloads #475
    • Fixed: Attempting to load the certificate even if CertCheck is turned off #479
    • Fixed: Loading icon display for NZB uploads in light and dark modes #486
    • Fixed PowerPC (ppc500) support #491

dnzbk and others added 24 commits December 5, 2024 11:25
- 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
@dnzbk dnzbk requested review from phnzb and luckedea February 24, 2025 08:06
@dnzbk dnzbk merged commit ab353f8 into main Feb 24, 2025
59 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants