diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.yml b/.github/ISSUE_TEMPLATE/01_bug_report.yml index 3eb4c932..930924a3 100644 --- a/.github/ISSUE_TEMPLATE/01_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/01_bug_report.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/03_build.yml b/.github/ISSUE_TEMPLATE/03_build.yml index ee6f07ca..4d5683c3 100644 --- a/.github/ISSUE_TEMPLATE/03_build.yml +++ b/.github/ISSUE_TEMPLATE/03_build.yml @@ -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 diff --git a/ChangeLog.md b/ChangeLog.md index 9c645d3b..a414aaf7 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/README.md b/README.md index d6935867..33934aff 100644 --- a/README.md +++ b/README.md @@ -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)