Skip to content

Commit

Permalink
AU: 1 updated - sabnzbd
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
GitHub Actions Bot committed Dec 10, 2024
1 parent ad22e16 commit fe3c317
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions sabnzbd/sabnzbd.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>sabnzbd</id>
<version>4.4.0-RC1</version>
<version>4.4.0</version>
<title>SABnzbd</title>
<authors>The SABnzbd-team</authors>
<owners>dtgm,Thilas</owners>
Expand Down Expand Up @@ -32,12 +32,10 @@ SABnzbd is an open-source cross-platform binary newsreader written in Python. It
<summary>Free and easy binary newsreader</summary>
<releaseNotes><![CDATA[[Releases](https://github.com/sabnzbd/sabnzbd/releases)
Release Notes - SABnzbd 4.4.0 Release Candidate 1
Release Notes - SABnzbd 4.4.0
=========================================================
This is the first release candidate of SABnzbd 4.4.0.
## New features since 4.3.0
## New features in 4.4.0
* Subtitle files will be deobfuscated if required.
* Show server `Personal notes` on the main servers display.
Expand All @@ -46,7 +44,7 @@ This is the first release candidate of SABnzbd 4.4.0.
* macOS and Windows: Use Python 3.13 for release.
* Windows: The next release will no longer support Windows 32bit or Windows 7.
## Bug fixes since 4.3.0
## Bug fixes in 4.4.0
* Toggling of Servers could result in jobs being stuck at 99%.
* Corrupt NZB's could also result in jobs being stuck at 99%.
Expand Down
4 changes: 2 additions & 2 deletions sabnzbd/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ $packageArgs = @{
packageName = 'sabnzbd'
softwareName = 'SABnzbd*'
fileType = 'exe'
url = 'https://github.com/sabnzbd/sabnzbd/releases/download/4.4.0RC1/SABnzbd-4.4.0RC1-win-setup.exe'
url = 'https://github.com/sabnzbd/sabnzbd/releases/download/4.4.0/SABnzbd-4.4.0-win-setup.exe'
silentArgs = '/S'
checksum = '802eb944d395131d3e99a083a2a44e4b04e5ed3f348286453697f29c60a50c2b'
checksum = '808b66b524df6a99ef2808591702ed0245d0ec175b8d02acc9a6a7d136bd7f86'
checksumType = 'sha256'
validExitCodes = @(0)
}
Expand Down

0 comments on commit fe3c317

Please sign in to comment.