SABnzbd Upgraded to 0.7.5

This commit is contained in:
Iristyle
2012-11-04 10:18:43 -05:00
parent 8047727bed
commit e232bf45aa
2 changed files with 25 additions and 39 deletions

View File

@@ -3,7 +3,7 @@
<metadata>
<id>SABnzbd</id>
<title>SABnzbd+</title>
<version>0.7.4.1</version>
<version>0.7.5</version>
<authors>The SABnzbd+ Team</authors>
<owners>Ethan Brown</owners>
<summary>SABnzbd+ open source binary newsreader</summary>
@@ -20,42 +20,28 @@ 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>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://github.com/Iristyle/ChocolateyPackages/raw/master/SABnzbd/SABnzbd.png</iconUrl>
<releaseNotes>
0.7.4.1 - Chocolatey Installer fixes
Can now uninstall
Highlights in 0.7.4
OSX Mountain Lion: Notification Center support
OSX Mountain Lion: improved "keep awake" support
Scheduler: action can now run on multiple weekdays
Fix: pre-check failed to consider extra par2 files
Features
==========================================================================
Support for HTTPS chain files (needed when you buy your own certificate)
Special option: rss_odd_titles, see Wiki
Special option: 'overwrite_files', see Wiki
Show memory usage on Linux systems
Scheduler: add "remove failed jobs" action
Bug fixes
==========================================================================
After successful pre-check, preserve a job's position in the queue
Restore SABnzbd icon for Growl
Make Windows version less eager to use par2-classic
Prevent jobs from showing up in queue and history simultaneously
Fix failure to fetch more par2-files for posts with badly formatted subject lines
Fix for third-party tools requesting too much history
New RSS feed should no longer be considered new after first, but empty readout.
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>
<releaseNotes>-------------------------------------------------------------------------------
0.7.5Final by The SABnzbd-Team
-------------------------------------------------------------------------------
- Add missing %dn formula to Generic Sort
- Improve RSS logging
-------------------------------------------------------------------------------
0.7.5RC1 by The SABnzbd-Team
-------------------------------------------------------------------------------
- Prevent stuck jobs at end of pre-check.
- Fix issues with accented and special characters in names of downloaded files.
- Adjust nzbmatrix category table.
- Add 'prio_sort_list' special
- Add special option 'empty_postproc'.
- Prevent CherryPy crash when reading a cookie from another app which has a non-standard name.
- Prevent crash when trying to open non-existing "complete" folder from Windows System-tray icon.
- Fix problem with "Read" button when RSS feed name contains "&amp;".
- Prevent unusual SFV files from crashing post-processing.
- OSX: Retina compatible menu-bar icons.
- Don't show speed and ETA when download is paused during post-processing
- Prevent soft-crash when api-function "addfile" is called without parameters.
- Add news channel frame
</releaseNotes>
</metadata>
<files>
<file src="..\core\WaitForSuccess.ps1" target="tools" />

View File

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