diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.yml b/.github/ISSUE_TEMPLATE/01_bug_report.yml index d6bfbe49..3eb4c932 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.5-testing + - v24.6-testing + - v24.5-stable - v24.4-stable - v24.3-stable - v24.2-stable diff --git a/.github/ISSUE_TEMPLATE/02_feature_request.yml b/.github/ISSUE_TEMPLATE/02_feature_request.yml index b3464623..50ad968b 100644 --- a/.github/ISSUE_TEMPLATE/02_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/02_feature_request.yml @@ -17,7 +17,7 @@ body: - All - Windows - macOS - - NAS/Synology/QNAP + - NAS/Synology/QNAP/ASUSTOR - Linux/Docker - FreeBSD - Android diff --git a/.github/ISSUE_TEMPLATE/03_build.yml b/.github/ISSUE_TEMPLATE/03_build.yml index 2d530b27..ee6f07ca 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.5-testing + - v24.6-testing + - v24.5-stable - v24.4-stable - v24.3-stable - v24.2-stable diff --git a/ChangeLog.md b/ChangeLog.md index 387b07df..166b58eb 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/README.md b/README.md index e406b256..d6935867 100644 --- a/README.md +++ b/README.md @@ -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)