Merge pull request #1 from Iristyle/sabnzbd

Updated to SABNzbd+ 0.7.4
This commit is contained in:
Ethan J. Brown
2012-10-11 17:16:12 -07:00
2 changed files with 35 additions and 28 deletions

View File

@@ -3,7 +3,7 @@
<metadata> <metadata>
<id>SABnzbd</id> <id>SABnzbd</id>
<title>SABnzbd+</title> <title>SABnzbd+</title>
<version>0.7.3</version> <version>0.7.4</version>
<authors>The SABnzbd+ Team</authors> <authors>The SABnzbd+ Team</authors>
<owners>Ethan Brown</owners> <owners>Ethan Brown</owners>
<summary>SABnzbd+ open source binary newsreader</summary> <summary>SABnzbd+ open source binary newsreader</summary>
@@ -20,31 +20,38 @@ Note that if this is a first time install it will be necessary to configure SABn
<licenseUrl>https://github.com/sabnzbd/sabnzbd/blob/master/LICENSE.txt</licenseUrl> <licenseUrl>https://github.com/sabnzbd/sabnzbd/blob/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance> <requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://github.com/Iristyle/ChocolateyPackages/raw/master/SABnzbd/SABnzbd.png</iconUrl> <iconUrl>https://github.com/Iristyle/ChocolateyPackages/raw/master/SABnzbd/SABnzbd.png</iconUrl>
<releaseNotes>0.7.3Final by The SABnzbd-Team <releaseNotes>Highlights in 0.7.4
-------------------------------------------------------------------------------
- Rename Special "random_server_ip" to "randomize_server_ip" so that we OSX Mountain Lion: Notification Center support
can force the default to "Off". "On" kills speed on some servers. OSX Mountain Lion: improved "keep awake" support
- Ignore pseudo NZB files that start with a period in the name Scheduler: action can now run on multiple weekdays
- SFV failure now listed in History instead of issuing warnings Fix: pre-check failed to consider extra par2 files
- Translation updates
- "502" errors about payments/credits will now block a server Features
------------------------------------------------------------------------------- ==========================================================================
0.7.3Beta2 by The SABnzbd-Team Support for HTTPS chain files (needed when you buy your own certificate)
------------------------------------------------------------------------------- Special option: rss_odd_titles, see Wiki
- Try to keep OSX Mountain Lion awake as long as downloading/postprocessing runs Special option: 'overwrite_files', see Wiki
- Prevent queue deadlock in case of fatally damaged par2 files Show memory usage on Linux systems
- Add RSS filter-enable checkboxes to Plush, Smpl and Classic skins Scheduler: add "remove failed jobs" action
- Fix problem with saving modified paramters of an already enabled server
- Extend "check new release" option with test releases Bug fixes
------------------------------------------------------------------------------- ==========================================================================
0.7.3Beta1 by The SABnzbd-Team After successful pre-check, preserve a job's position in the queue
------------------------------------------------------------------------------- Restore SABnzbd icon for Growl
- Correct several errors in Sort function Make Windows version less eager to use par2-classic
- Improve organization of Config->Servers Prevent jobs from showing up in queue and history simultaneously
- Support for nzbxxx.com Fix failure to fetch more par2-files for posts with badly formatted subject lines
- Make detection of samples less aggressive Fix for third-party tools requesting too much history
- Some minor corrections New RSS feed should no longer be considered new after first, but empty readout.
</releaseNotes> Make "auth" call backward-compatible with 0.6.x releases.
Config->Notifications: email and growl server addresses should not be marked as "url" type.
OSX: fix top menu queue info so that it shows total queue size
Fixed unjustified warning that can occur with OSX Growl 2.0
Pre-queue script no longer got the show/season/episode information.
Prevent crash on startup when a fully downloaded job is still in download queue.
Fix incorrect end-of-month quota reset
Fix UI refresh issue when using Safari on iOS6 (Safari bug)</releaseNotes>
</metadata> </metadata>
<files> <files>
<file src="tools\**" target="tools" /> <file src="tools\**" target="tools" />

View File

@@ -27,8 +27,8 @@ try
} }
#uses NSIS installer #uses NSIS installer
Install-ChocolateyPackage 'SABnzbd-0.7.3-win32-setup' 'exe' '/S' ` Install-ChocolateyPackage 'SABnzbd-0.7.4-win32-setup' 'exe' '/S' `
'http://sourceforge.net/projects/sabnzbdplus/files/sabnzbdplus/0.7.3/SABnzbd-0.7.3-win32-setup.exe/download' 'http://sourceforge.net/projects/sabnzbdplus/files/sabnzbdplus/0.7.4/SABnzbd-0.7.4-win32-setup.exe/download'
#need to turn on / install services #need to turn on / install services
@("${Env:\ProgramFiles(x86)}", '^%ProgramFiles(x86)^%'), @("${Env:\ProgramFiles(x86)}", '^%ProgramFiles(x86)^%'),