Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v24.5 release preparation #453

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.5-testing
- v24.6-testing
- v24.5-stable
- v24.4-stable
- v24.3-stable
- v24.2-stable
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02_feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body:
- All
- Windows
- macOS
- NAS/Synology/QNAP
- NAS/Synology/QNAP/ASUSTOR
- Linux/Docker
- FreeBSD
- Android
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.5-testing
- v24.6-testing
- v24.5-stable
- v24.4-stable
- v24.3-stable
- v24.2-stable
Expand Down
17 changes: 17 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
nzbget-25.5
- Features:
- ASUSTOR support
- the package (ADM 4.3+) is available from the
[nzbget-asustor](https://github.com/nzbgetcom/nzbget-asustor) repository
and from the ASUSTOR App Central

- Bug fixes:
- Fixed multiple bugs related to bad support of long-paths on Windows
[#441](https://github.com/nzbgetcom/nzbget/pull/441)
- Fixed ARMv5 arch support
[#451](https://github.com/nzbgetcom/nzbget/pull/451)

- For developers:
- Fixed homebrew CI build, macOS ARM64 with Xcode 16, Boost.JSON build via CMake
[#444](https://github.com/nzbgetcom/nzbget/pull/444)

nzbget-24.4
- Features:
- Replaced the `Par2` library with `Par2-turbo` which provides faster file recovery on x86/ARM platforms
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
![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)
![GitHub release (by tag)](https://img.shields.io/github/downloads/nzbgetcom/nzbget/v24.5/total?label=v24.5)
![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