SABnzbd Upgraded to 0.7.5
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<metadata>
|
<metadata>
|
||||||
<id>SABnzbd</id>
|
<id>SABnzbd</id>
|
||||||
<title>SABnzbd+</title>
|
<title>SABnzbd+</title>
|
||||||
<version>0.7.4.1</version>
|
<version>0.7.5</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,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>
|
<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>
|
<releaseNotes>-------------------------------------------------------------------------------
|
||||||
0.7.4.1 - Chocolatey Installer fixes
|
0.7.5Final by The SABnzbd-Team
|
||||||
Can now uninstall
|
-------------------------------------------------------------------------------
|
||||||
|
- Add missing %dn formula to Generic Sort
|
||||||
Highlights in 0.7.4
|
- Improve RSS logging
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
OSX Mountain Lion: Notification Center support
|
0.7.5RC1 by The SABnzbd-Team
|
||||||
OSX Mountain Lion: improved "keep awake" support
|
-------------------------------------------------------------------------------
|
||||||
Scheduler: action can now run on multiple weekdays
|
- Prevent stuck jobs at end of pre-check.
|
||||||
Fix: pre-check failed to consider extra par2 files
|
- Fix issues with accented and special characters in names of downloaded files.
|
||||||
|
- Adjust nzbmatrix category table.
|
||||||
Features
|
- Add 'prio_sort_list' special
|
||||||
==========================================================================
|
- Add special option 'empty_postproc'.
|
||||||
Support for HTTPS chain files (needed when you buy your own certificate)
|
- Prevent CherryPy crash when reading a cookie from another app which has a non-standard name.
|
||||||
Special option: rss_odd_titles, see Wiki
|
- Prevent crash when trying to open non-existing "complete" folder from Windows System-tray icon.
|
||||||
Special option: 'overwrite_files', see Wiki
|
- Fix problem with "Read" button when RSS feed name contains "&".
|
||||||
Show memory usage on Linux systems
|
- Prevent unusual SFV files from crashing post-processing.
|
||||||
Scheduler: add "remove failed jobs" action
|
- OSX: Retina compatible menu-bar icons.
|
||||||
|
- Don't show speed and ETA when download is paused during post-processing
|
||||||
Bug fixes
|
- Prevent soft-crash when api-function "addfile" is called without parameters.
|
||||||
==========================================================================
|
- Add news channel frame
|
||||||
After successful pre-check, preserve a job's position in the queue
|
</releaseNotes>
|
||||||
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>
|
|
||||||
</metadata>
|
</metadata>
|
||||||
<files>
|
<files>
|
||||||
<file src="..\core\WaitForSuccess.ps1" target="tools" />
|
<file src="..\core\WaitForSuccess.ps1" target="tools" />
|
||||||
|
@@ -35,8 +35,8 @@ try
|
|||||||
}
|
}
|
||||||
|
|
||||||
#uses NSIS installer
|
#uses NSIS installer
|
||||||
Install-ChocolateyPackage 'SABnzbd-0.7.4-win32-setup' 'exe' '/S' `
|
Install-ChocolateyPackage 'SABnzbd-0.7.5-win32-setup.exe' 'exe' '/S' `
|
||||||
'http://sourceforge.net/projects/sabnzbdplus/files/sabnzbdplus/0.7.4/SABnzbd-0.7.4-win32-setup.exe/download'
|
'http://sourceforge.net/projects/sabnzbdplus/files/sabnzbdplus/0.7.5/SABnzbd-0.7.5-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)^%'),
|
||||||
|
Reference in New Issue
Block a user