Skip to content

Commit

Permalink
Add: v24.6 changelog (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnzbk authored Feb 24, 2025
1 parent 1a8ddd4 commit ec2666d
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/01_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ body:
label: NZBGet Version
description: Which version of NZBGet has this bug?
options:
- v24.6-testing
- v24.7-testing
- v24.6-stable
- v24.5-stable
- v24.4-stable
- v24.3-stable
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/03_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ body:
label: NZBGet Version
description: Version of NZBGet for the scope of this issue
options:
- v24.6-testing
- v24.7-testing
- v24.6-stable
- v24.5-stable
- v24.4-stable
- v24.3-stable
Expand Down
42 changes: 42 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
nzbget-24.6
- Features:
- Improved deobfuscation
[#469](https://github.com/nzbgetcom/nzbget/pull/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](https://github.com/nzbgetcom/nzbget/pull/489)
- Added support by `DirectRename` and `ParRename` of nested file paths found in par files
[#497](https://github.com/nzbgetcom/nzbget/pull/497)
- Added a filter to the nzb manual upload dialog
[#505](https://github.com/nzbgetcom/nzbget/pull/505)
- Bug fixes:
- Fixed: `HealthCheck=None` with `ParCheck=Force` can cause a segmentation fault on unhealthy downloads
[#475](https://github.com/nzbgetcom/nzbget/pull/475)
- Fixed: Attempting to load the certificate even if CertCheck is turned off
[#479](https://github.com/nzbgetcom/nzbget/pull/479)
- Fixed: Loading icon display for NZB uploads in light and dark modes
[#486](https://github.com/nzbgetcom/nzbget/pull/486)
- Fixed PowerPC (ppc500) support
[#491](https://github.com/nzbgetcom/nzbget/pull/491)

- For developers:
- Improved pipelines performance
[#457](https://github.com/nzbgetcom/nzbget/pull/457)
- Printing stacktrace at segmentation fault in debug build
[#465](https://github.com/nzbgetcom/nzbget/pull/465)
- Upgraded par2-turbo to v1.2.0
[#478](https://github.com/nzbgetcom/nzbget/pull/478)
- Fixed build using CMake Ninja generator and the tests build failure with `-DDISABLE_PARCHECK=yes`
[#481](https://github.com/nzbgetcom/nzbget/pull/481)
- Added extra format string compiler security flags
[#503](https://github.com/nzbgetcom/nzbget/pull/503)



nzbget-24.5
- Features:
- ASUSTOR support
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
![GitHub release (by tag)](https://img.shields.io/github/downloads/nzbgetcom/nzbget/v24.3/total?label=v24.3)
![GitHub release (by tag)](https://img.shields.io/github/downloads/nzbgetcom/nzbget/v24.4/total?label=v24.4)
![GitHub release (by tag)](https://img.shields.io/github/downloads/nzbgetcom/nzbget/v24.5/total?label=v24.5)
![GitHub release (by tag)](https://img.shields.io/github/downloads/nzbgetcom/nzbget/v24.6/total?label=v24.6)
![docker pulls](https://img.shields.io/docker/pulls/nzbgetcom/nzbget.svg)

[![linux build](https://github.com/nzbgetcom/nzbget/actions/workflows/linux.yml/badge.svg?branch=main)](https://github.com/nzbgetcom/nzbget/actions/workflows/linux.yml)
Expand Down

0 comments on commit ec2666d

Please sign in to comment.