diff --git a/SABnzbd/SABnzbd.nuspec b/SABnzbd/SABnzbd.nuspec
index bfe377a..4246b47 100644
--- a/SABnzbd/SABnzbd.nuspec
+++ b/SABnzbd/SABnzbd.nuspec
@@ -3,7 +3,7 @@
SABnzbd
SABnzbd+
- 0.7.4.1
+ 0.7.5
The SABnzbd+ Team
Ethan Brown
SABnzbd+ open source binary newsreader
@@ -20,42 +20,28 @@ Note that if this is a first time install it will be necessary to configure SABn
https://github.com/sabnzbd/sabnzbd/blob/master/LICENSE.txt
false
https://github.com/Iristyle/ChocolateyPackages/raw/master/SABnzbd/SABnzbd.png
-
- 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)
+ -------------------------------------------------------------------------------
+ 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 "&".
+ - 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
+
diff --git a/SABnzbd/tools/chocolateyInstall.ps1 b/SABnzbd/tools/chocolateyInstall.ps1
index d77a935..2c5eaf8 100644
--- a/SABnzbd/tools/chocolateyInstall.ps1
+++ b/SABnzbd/tools/chocolateyInstall.ps1
@@ -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)^%'),