Skip to content

Commit

Permalink
Add: v24.3 changelog (#383)
Browse files Browse the repository at this point in the history
- added v24.3 changelog
- updated the issue template
  • Loading branch information
dnzbk committed Sep 11, 2024
1 parent 90d5229 commit e8112a6
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 10 deletions.
7 changes: 2 additions & 5 deletions .github/ISSUE_TEMPLATE/01_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 2 additions & 5 deletions .github/ISSUE_TEMPLATE/03_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
28 changes: 28 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e8112a6

Please sign in to comment.