|
| 1 | +# Created with komac v2.6.0 |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: nzbget.nzbget |
| 5 | +PackageVersion: '25.1' |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: nzbget.com |
| 8 | +PublisherUrl: https://github.com/nzbgetcom |
| 9 | +PublisherSupportUrl: https://github.com/nzbgetcom/nzbget/issues |
| 10 | +PackageName: NZBGet |
| 11 | +PackageUrl: https://github.com/nzbgetcom/nzbget |
| 12 | +License: GPL-2.0 |
| 13 | +LicenseUrl: https://github.com/nzbgetcom/nzbget/blob/develop/COPYING |
| 14 | +ShortDescription: Unsenet downloader |
| 15 | +Tags: |
| 16 | +- nzbget |
| 17 | +- usenet |
| 18 | +ReleaseNotes: |- |
| 19 | + What's Changed |
| 20 | + nzbget-v25.1 |
| 21 | + - Features: |
| 22 | + - Added support for extracting file size from the description field in RSS feeds, providing more info upfront #580 |
| 23 | + - Bug fixes: |
| 24 | + - OpenSSL memory leaks and vulnerabilities associated with older SSL/TLS protocols #591 |
| 25 | + - Fixed memory leaks caused by unreleased per-thread OpenSSL resources. |
| 26 | + - Security Improvement: updated to use the latest and most secure TLS protocol supported by the client and server, mitigating known vulnerabilities in older SSL/TLS protocols. |
| 27 | + - RSS feed segfault. Improved memory safety and prevent potential undefined behavior (UB) #569 |
| 28 | + - Correctly parse yEnc headers with combined name/ypart lines #571 |
| 29 | + - Data race in ExtensionManager that could cause application crashes #577 |
| 30 | + - Added additional checks for missing server configuration options to prevent errors in webui #581 |
| 31 | + - Prevented showing of negative age caused by incorrect dates in NZB file #583 |
| 32 | + - Improved parsing of yEnc subjects without surrounding quotes, e.g. "[34/44] - id.bdmv yEnc (1/1)" #584 |
| 33 | + - For developers: |
| 34 | + - Upgraded par2-turbo to v1.3.0 #586 |
| 35 | + - Added support for newer versions of the libxml2 library (v2.12+), ensuring the application continues to work on modern systems #575 |
| 36 | + - Updated OpenBSD tests workflow to 7.7 #573 |
| 37 | + - Refactored Util::StrToNum by improving performance, safety and minimizing memory usage #578 |
| 38 | + - Using the system’s built-in regex library instead of an older version #589 |
| 39 | + - Resolved some analyzer warnings #590 |
| 40 | + - Building the app without TLS support is now deprecated and will be removed in future releases. |
| 41 | +ReleaseNotesUrl: https://github.com/nzbgetcom/nzbget/releases/tag/v25.1 |
| 42 | +InstallationNotes: |- |
| 43 | + 1. Start NZBGet via start menu or desktop shortcut |
| 44 | + 2. NZBGet puts an icon into the tray area (near clock) and opens a browser window |
| 45 | + 3. In the web-interface (browser window) go to settings page: |
| 46 | + - Setup your login credentials in section SECURITY |
| 47 | + - Add one or more news-servers in section NEWS-SERVERS |
| 48 | + - Save settings and reload NZBGet |
| 49 | +ManifestType: defaultLocale |
| 50 | +ManifestVersion: 1.6.0 |
0 commit comments