Skip to content

Commit

Permalink
Merge branch 'develop' into fix/par2-repairing-status
Browse files Browse the repository at this point in the history
  • Loading branch information
dnzbk authored Nov 15, 2024
2 parents 7e0dd5c + 43d3499 commit 2b807d0
Show file tree
Hide file tree
Showing 4 changed files with 33 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.4-testing
- v24.5-testing
- v24.4-stable
- v24.3-stable
- v24.2-stable
- v24.1-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.4-testing
- v24.5-testing
- v24.4-stable
- v24.3-stable
- v24.2-stable
- v24.1-stable
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.4
- Features:
- Replaced the `Par2` library with `Par2-turbo` which provides faster file recovery on x86/ARM platforms
[#420](https://github.com/nzbgetcom/nzbget/pull/420)
- Better UTF-8 support
[#412](https://github.com/nzbgetcom/nzbget/pull/412)
- FreeBSD packaging support
[#417](https://github.com/nzbgetcom/nzbget/pull/416)

- Bug fixes:
- Fixed excessive CPU usage by decreasing `cert.pem` certificate loading for TLS connections
[#400](https://github.com/nzbgetcom/nzbget/pull/400)
- Fixed password-protected unpacking when the nzb file was added to the queue via command line
[#398](https://github.com/nzbgetcom/nzbget/pull/398)
- STATUS page now shows the correct Windows version Windows 7 instead of incorrectly showing Windows XP
[#419](https://github.com/nzbgetcom/nzbget/pull/419)
- Fixed duplications on the STATUS page
[#407](https://github.com/nzbgetcom/nzbget/pull/407)
- Fixed `nzbget.conf.template` installation path on POSIX
[#405](https://github.com/nzbgetcom/nzbget/pull/405)
- Fixed `DaemonUsername` check on QNAP
[#391](https://github.com/nzbgetcom/nzbget/pull/391)

- For developers:
- Fixed `postprocess` tests
[#413](https://github.com/nzbgetcom/nzbget/pull/413)
- Removed `Par2` source files from the repository. `CMake` now pulls and builds `Par2-turbo` directly from its repository

nzbget-24.3
- Features:
- Disk performance tests for better analysis of user environment performance
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
![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)
![GitHub release (by tag)](https://img.shields.io/github/downloads/nzbgetcom/nzbget/v24.4/total?label=v24.4)
![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 2b807d0

Please sign in to comment.