Er is een nieuwe build van Sick Beard uitgebracht en wegens een foutje met de updatefunctie onder Windows is ook meteen zijn opvolger uitgebracht. Dit programma kan in de gaten houden wanneer er nieuwe afleveringen beschikbaar zijn van je favoriete tv-serie en of er afleveringen van betere kwaliteit te vinden zijn. Daarnaast kan het enige uniformiteit in de naamgeving aanbrengen, en is het mogelijk om afleveringen te downloaden van usenet en in mindere mate via BitTorrent. Het programma is in python geschreven en daardoor op diverse besturingssystemen te gebruiken. De ontwikkeling bevindt zich in een vroeg stadium en het programma wordt dan ook nog als alpha aangeboden. Het changelog sinds build 489 ziet er als volgt uit:
Changelog for build 491Changelog for build 490
- Fix the windows update system
- Merge pull request #245 from lad1337/xbmc_test_button_fix
- Don't even try connecting to Newzbin if the auth details are empty
- Fixed xbmc button always returning success
- Merge pull request #241 from thezoggy/menu-fix
- Fixed the drop down state being 'stuck' if you were to cancel out of alert
- Merge pull request #239 from lad1337/boxcar_notifications
- Boxcar notifications
- Fixed the drop down state being 'stuck' if you were to cancel out of alert.
- Remove unused imports and use common.notifyStrings
- Changed screen_name from "Completed" to "Downloaded"
- Higher log lvl on error
- Cleaner: added boxcar to the notifier loop instead of manually calling it
- Remove note about growl service. its not needed anymore
- Changed the boxcar provider to use the SickBeard-Boxcar provider i created. incl response handling and subscription sending
- Merge pull request #235 from jorgenpt/fix-logging-level-ui
- Fix viewlog dropdown regression.
- Merge pull request #236 from lad1337/sab_test_button
- Use provided simplejson as fallback if we run python 2.5
- As request from zoggy. fix the pause yes/no icon
- Use provided simplejson as fallback if we run python 2.5
- Fix viewlog dropdown regression.
- The dropdown on /errorlogs/viewlog/ was no longer working after b028d867973f6b31846938860de62d3b43c316d0, due to a trailing slash being added.
- This makes the JS that changes the URL when you select a new dropdown value use absolute paths
- Merge pull request #234 from thezoggy/menu-update
- Moved the top level menu item (when there are sub items) to the pop-out list
- Merge pull request #233 from SickBeard-Team/sab_test_button
- Added: SABnzbd connection test button on search config page
- Moved the top level menu item (when there are sub items) to the pop-out list.
Example 'Manage' shows it's first menu item of 'Mass Update'.
REM: There is still a navigation flaw of the submenu not showing the top level entries.
REM: The menu/submenu really should be redone. -- Possibly drop IE6 support and focus on a pure CSS multi-level one.- Added: SABnzbd connection test button on search config page
- Merge pull request #232 from thezoggy/tooltip
- Back by popular demand.. Added the information icon for the episode plots. Removed bolding.
- Merge pull request #217 from gleamicus/strip_tvdb_cr
- TVDB doesn't sanitize \r (CR) from user input in some fields. Let's strip
- Merge pull request #227 from etimedout/gitignore-vim
- Ignore vim swap files (e.g. .swp, .swo, .swn, etc)
- Merge pull request #230 from yaleman/patch-1
- Correct bug in python-twitter lib on non-posix OS'en.
- Merge pull request #231 from thezoggy/js-updates
- Upgrade: jquery.form-2.69.js -> jquery.form-2.92.js
- Fix notify div top offset when there is an update notice shown.
- Upgrade: jquery-1.7.min.js -> jquery-1.7.1.min.js.
- Upgrade: jquery.pnotify-1.0.1.min.js -> jquery.pnotify-1.0.2.min.js
- AttributeError is thrown when os.getlogin() is called on an OS that doesn't support it (win*, symbian for example). This handles it and doesn't error out.
- Merge pull request #183 from thezoggy/ui-enhancements
- Ui enhancements - tooltip / tweaks / coming ep reorder
- Chrome CSS fixes. -- Note: I've noticed there are quite a few 'issues' that still exist in SB's CSS.
I plan on using my boilerplate template from my recent Sab UC project.. this should fix most of them.- Added updated tvshow style to manage page, fixed colspan for ui-flag addition.
- Re-enable tableclick js on comingep page.
- Fixed Chrome nightly bug (double whitespace/interrupted whitespace bug)