diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.yml b/.github/ISSUE_TEMPLATE/01_bug_report.yml index 0ce20525..26dd81e6 100644 --- a/.github/ISSUE_TEMPLATE/01_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/01_bug_report.yml @@ -14,16 +14,13 @@ body: label: NZBGet Version description: Which version of NZBGet has this bug? options: + - v24.4-testing + - v24.3-stable - v24.2-stable - - v24.3-testing - v24.1-stable - - v24.1-testing - v24-stable - - v24-testing - v23-stable - - v23-testing - v22-stable (nzbgetcom takeover) - - v22-testing (nzbgetcom takeover) - v21 or earlier (orignal nzbget) - latest-stable (if not listed here) - latest-testing (if not listed here) diff --git a/.github/ISSUE_TEMPLATE/03_build.yml b/.github/ISSUE_TEMPLATE/03_build.yml index 1b184d3b..5a6b4800 100644 --- a/.github/ISSUE_TEMPLATE/03_build.yml +++ b/.github/ISSUE_TEMPLATE/03_build.yml @@ -7,16 +7,13 @@ body: label: NZBGet Version description: Version of NZBGet for the scope of this issue options: + - v24.4-testing + - v24.3-stable - v24.2-stable - - v24.3-testing - v24.1-stable - - v24.1-testing - v24-stable - - v24-testing - v23-stable - - v23-testing - v22-stable (nzbgetcom takeover) - - v22-testing (nzbgetcom takeover) - v21 or earlier (orignal nzbget) - latest-stable (if not listed here) - latest-testing (if not listed here) diff --git a/ChangeLog.md b/ChangeLog.md index ac7e33fc..48d552ab 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,31 @@ +nzbget-24.3 + - Features: + - Disk performance tests for better analysis of user environment performance + [#375](https://github.com/nzbgetcom/nzbget/commit/220e842ad5181f6911a6b1796fdc01d0091d0c71) + - The `STATUS` page now displays `WriteBuffer` and `InterDir` disk information + - the API method `status` now returns 6 additional properties: + - FreeInterDiskSpaceLo `(int)` - Free disk space on `InterDir`, in bytes. This field contains the low 32-bits of 64-bit value + - FreeInterDiskSpaceHi `(int)` - Free disk space on `InterDir`, in bytes. This field contains the high 32-bits of 64-bit value + - FreeInterDiskSpaceMB `(int)` - Free disk space on `InterDir`, in MiB. + - TotalInterDiskSpaceLo `(int)` - Total disk space on `InterDir`, in bytes. This field contains the low 32-bits of 64-bit value + - TotalInterDiskSpaceHi `(int)` - Total disk space on `InterDir`, in bytes. This field contains the high 32-bits of 64-bit value + - TotalInterDiskSpaceMB `(int)` - Total disk space on `InterDir`, in MiB. + - Bits/s units are now also displayed in server speed test results + + - Bug fixes: + - Fixed a critical bug related to corrupt downloaded files exceeding 2.6 GB on all x32 POSIX systems using `DirectWrite` + [#378](https://github.com/nzbgetcom/nzbget/commit/a59edac8bfbaf75d4f262909ef71026241b7bddc) + - Fixed a potential buffer overflow using `getrealpath` function + [#346](https://github.com/nzbgetcom/nzbget/commit/f89978f7479cbb0ff2f96c8632d9d2f31834e6c8) + - Added removal of unnecessary privileges if the nzbget daemon is run as root and an invalid `DaemonUsername` is specified + [#345](https://github.com/nzbgetcom/nzbget/commit/61585fac12e697baafa547012ed2970135de687f) + + - For developers: + - Fixed omission in `CMAKE_CXX_FLAGS_DEBUG` using CLang that caused a wrong debug build + [#338](https://github.com/nzbgetcom/nzbget/commit/8d2c00e8d69503858a1ee0414dc6825b30508a92) + - Fixed failed unit tests on POSIX systems built without ncurses + [#376](https://github.com/nzbgetcom/nzbget/commit/b5c3068803f037984eba4f493ba38c71852a3073) + nzbget-24.2 - Features: - System info tab and Server Speed Tests diff --git a/README.md b/README.md index ae9dd784..6b5e0ee1 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ ![GitHub release (by tag)](https://img.shields.io/github/downloads/nzbgetcom/nzbget/v24.0/total?label=v24.0) ![GitHub release (by tag)](https://img.shields.io/github/downloads/nzbgetcom/nzbget/v24.1/total?label=v24.1) ![GitHub release (by tag)](https://img.shields.io/github/downloads/nzbgetcom/nzbget/v24.2/total?label=v24.2) +![GitHub release (by tag)](https://img.shields.io/github/downloads/nzbgetcom/nzbget/v24.3/total?label=v24.3) ![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)