Warnings were logged while processing this repo. Please check the logs for more information.
Release Notes
nzbgetcom/nzbget (ghcr.io/geek-cookbook/nzbget)
### [`v24.1`](https://togithub.com/nzbgetcom/nzbget/releases/tag/v24.1)
[Compare Source](https://togithub.com/nzbgetcom/nzbget/compare/v24.0...v24.1)
#### What's Changed
- Fixed: don't override user preference in unrar [#251](https://togithub.com/nzbgetcom/nzbget/commit/483702814e4d3b0c950e1ad2a48471e6c99bf624);
- Fixed (Docker): unable to unpack rar files [#256](https://togithub.com/nzbgetcom/nzbget/commit/62aa1d900a9e9d2051301ef27beb672c4ce1e4b5);
- Fixed: possibility to use `0` for umask [#264](https://togithub.com/nzbgetcom/nzbget/commit/f87a24b6f0d83608e15662967e76b96850537199);
- Fixed: `fseeko` not found [#262](https://togithub.com/nzbgetcom/nzbget/commit/b9e51d482bd0e54bf917d0497c0736bfd12fefbf);
- Fixed: icons in webui in old browser versions [#268](https://togithub.com/nzbgetcom/nzbget/commit/03916079949cebfb780d2a23c8667db31f57fae9).
### [`v24.0`](https://togithub.com/nzbgetcom/nzbget/releases/tag/v24.0)
[Compare Source](https://togithub.com/nzbgetcom/nzbget/compare/v23.0...v24.0)
#### What's Changed
- Features:
- Dark theme and new icons [#214](https://togithub.com/nzbgetcom/nzbget/commit/16ecaa5c3eb2efc43e965b796a4c75cdf1d959da);
- Added macOS x64 build support (macOS Mojave 10.14+) [#194](https://togithub.com/nzbgetcom/nzbget/commit/90a89f8fb3b81432e192203e8a66419cfd3cd723);
- DEB/RPM packages support [#230](https://togithub.com/nzbgetcom/nzbget/commit/1de712a428c031513431d0d75db7ca5ac51d3caa);
- [Instructions](https://nzbgetcom.github.io/).
- NewsServer Add UI - Default encryption and ports [#225](https://togithub.com/nzbgetcom/nzbget/commit/cd1cab44b6052c3b02f14689fbafb65505f67a4e):
- moved Server.Encryption between Server.Host and Server.Port;
- made Server.Encryption to ON by default;
- made port depend on Server.Encryption value unless user has put something up:
- 563/443 for secure;
- 119/80 for unsecure.
- Improved error messages and help text in Extension Manager [#166](https://togithub.com/nzbgetcom/nzbget/commit/d11ed84912fc486e6f717e56ccd973526920c0db):
- added 7-Zip exit codes decoder according to 7-Zip [doc](https://documentation.help/7-Zip/exit_codes.htm);
- added a warning that SevenZipCmd may not be valid, in case of extension installation problems.
- Fixed stable/test release notifications [#181](https://togithub.com/nzbgetcom/nzbget/commit/1c03b719f88ece7d67ad348f3aca0d3800ab4d54):
- added automatic checking for new testing releases;
- fixed notifications about the new stable/testing release;
- fixed "Uncaught ReferenceError: installedRev" error.
- Fixed and update links in webui [#177](https://togithub.com/nzbgetcom/nzbget/commit/0cc6023bfdf7a1d22311dea7d81b8a6ea7a7d880):
- fixed license links;
- fixed links from nzbget.conf.
- For developers:
- Moved to CMake. Autotools and MSBuild are deprecated now and may be removed in future versions [#182](https://togithub.com/nzbgetcom/nzbget/commit/56e4225fc73a6d1c7cdc6f647a4cac297e28e9f3):
- switched to CMake from autotools and MSBuild, which will simplify cross-platform development;
- fixed installing/uninstalling on FreeBSD and macOS via autotools/CMake;
- added automatic installation of Boost.Json;
- added support for static code analyzer Clang-Tidy.
- Revised and updated documentation [#199](https://togithub.com/nzbgetcom/nzbget/commit/c93b551b1fa0afae458c1e78485c6d3eb6410514):
- moved CONTRIBUTING.md to docs/;
- split INSTALLATION.md to POSIX.md, WINDOWS.md and HOW_TO_USE.md;
- added Extensions docs;
- added an instruction on how CPPCheck can be used with CMake.
- Docker: support native unrar building [#231](https://togithub.com/nzbgetcom/nzbget/commit/cc6fb8b21a0332aac81b94e466c909e06743235b).
- Bug fixes:
- Fixed buffer overflow in CString::AppendFmtV [#208](https://togithub.com/nzbgetcom/nzbget/commit/c8c59277cfcf085596e124209a3b07e56ada00dc);
- Fixed files/dirs permissions overridden by the unpacker [#229](https://togithub.com/nzbgetcom/nzbget/commit/4c92e423fe54a9194b84a9dcd7942865a7df72ec);
- Fixed dynamic addition of extension options [#209](https://togithub.com/nzbgetcom/nzbget/commit/d49dc6dc426f71d87626820afd45348643a41458);
- Removed changing ownership at the beginning of container start [#218](https://togithub.com/nzbgetcom/nzbget/commit/36dad2f793a5503871f39eca3d7dbdfa945824ee);
- Docker: fixed fresh install [#219](https://togithub.com/nzbgetcom/nzbget/commit/a95269e8e15f42196a1314603fb802f3bedd4fa8).
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
23.0
->24.1
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the logs for more information.
Release Notes
nzbgetcom/nzbget (ghcr.io/geek-cookbook/nzbget)
### [`v24.1`](https://togithub.com/nzbgetcom/nzbget/releases/tag/v24.1) [Compare Source](https://togithub.com/nzbgetcom/nzbget/compare/v24.0...v24.1) #### What's Changed - Fixed: don't override user preference in unrar [#251](https://togithub.com/nzbgetcom/nzbget/commit/483702814e4d3b0c950e1ad2a48471e6c99bf624); - Fixed (Docker): unable to unpack rar files [#256](https://togithub.com/nzbgetcom/nzbget/commit/62aa1d900a9e9d2051301ef27beb672c4ce1e4b5); - Fixed: possibility to use `0` for umask [#264](https://togithub.com/nzbgetcom/nzbget/commit/f87a24b6f0d83608e15662967e76b96850537199); - Fixed: `fseeko` not found [#262](https://togithub.com/nzbgetcom/nzbget/commit/b9e51d482bd0e54bf917d0497c0736bfd12fefbf); - Fixed: icons in webui in old browser versions [#268](https://togithub.com/nzbgetcom/nzbget/commit/03916079949cebfb780d2a23c8667db31f57fae9). ### [`v24.0`](https://togithub.com/nzbgetcom/nzbget/releases/tag/v24.0) [Compare Source](https://togithub.com/nzbgetcom/nzbget/compare/v23.0...v24.0) #### What's Changed - Features: - Dark theme and new icons [#214](https://togithub.com/nzbgetcom/nzbget/commit/16ecaa5c3eb2efc43e965b796a4c75cdf1d959da); - Added macOS x64 build support (macOS Mojave 10.14+) [#194](https://togithub.com/nzbgetcom/nzbget/commit/90a89f8fb3b81432e192203e8a66419cfd3cd723); - DEB/RPM packages support [#230](https://togithub.com/nzbgetcom/nzbget/commit/1de712a428c031513431d0d75db7ca5ac51d3caa); - [Instructions](https://nzbgetcom.github.io/). - NewsServer Add UI - Default encryption and ports [#225](https://togithub.com/nzbgetcom/nzbget/commit/cd1cab44b6052c3b02f14689fbafb65505f67a4e): - moved Server.Encryption between Server.Host and Server.Port; - made Server.Encryption to ON by default; - made port depend on Server.Encryption value unless user has put something up: - 563/443 for secure; - 119/80 for unsecure. - Improved error messages and help text in Extension Manager [#166](https://togithub.com/nzbgetcom/nzbget/commit/d11ed84912fc486e6f717e56ccd973526920c0db): - added 7-Zip exit codes decoder according to 7-Zip [doc](https://documentation.help/7-Zip/exit_codes.htm); - added a warning that SevenZipCmd may not be valid, in case of extension installation problems. - Fixed stable/test release notifications [#181](https://togithub.com/nzbgetcom/nzbget/commit/1c03b719f88ece7d67ad348f3aca0d3800ab4d54): - added automatic checking for new testing releases; - fixed notifications about the new stable/testing release; - fixed "Uncaught ReferenceError: installedRev" error. - Fixed and update links in webui [#177](https://togithub.com/nzbgetcom/nzbget/commit/0cc6023bfdf7a1d22311dea7d81b8a6ea7a7d880): - fixed license links; - fixed links from nzbget.conf. - For developers: - Moved to CMake. Autotools and MSBuild are deprecated now and may be removed in future versions [#182](https://togithub.com/nzbgetcom/nzbget/commit/56e4225fc73a6d1c7cdc6f647a4cac297e28e9f3): - switched to CMake from autotools and MSBuild, which will simplify cross-platform development; - fixed installing/uninstalling on FreeBSD and macOS via autotools/CMake; - added automatic installation of Boost.Json; - added support for static code analyzer Clang-Tidy. - Revised and updated documentation [#199](https://togithub.com/nzbgetcom/nzbget/commit/c93b551b1fa0afae458c1e78485c6d3eb6410514): - moved CONTRIBUTING.md to docs/; - split INSTALLATION.md to POSIX.md, WINDOWS.md and HOW_TO_USE.md; - added Extensions docs; - added an instruction on how CPPCheck can be used with CMake. - Docker: support native unrar building [#231](https://togithub.com/nzbgetcom/nzbget/commit/cc6fb8b21a0332aac81b94e466c909e06743235b). - Bug fixes: - Fixed buffer overflow in CString::AppendFmtV [#208](https://togithub.com/nzbgetcom/nzbget/commit/c8c59277cfcf085596e124209a3b07e56ada00dc); - Fixed files/dirs permissions overridden by the unpacker [#229](https://togithub.com/nzbgetcom/nzbget/commit/4c92e423fe54a9194b84a9dcd7942865a7df72ec); - Fixed dynamic addition of extension options [#209](https://togithub.com/nzbgetcom/nzbget/commit/d49dc6dc426f71d87626820afd45348643a41458); - Removed changing ownership at the beginning of container start [#218](https://togithub.com/nzbgetcom/nzbget/commit/36dad2f793a5503871f39eca3d7dbdfa945824ee); - Docker: fixed fresh install [#219](https://togithub.com/nzbgetcom/nzbget/commit/a95269e8e15f42196a1314603fb802f3bedd4fa8).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.