2014-11-02 23:15:25 -05:00
### 0.x.x (2014-11-03 xx:xx:xx UTC)
2014-10-22 02:45:03 -04:00
2014-10-26 20:29:12 -04:00
* Add Bootstrap for UI features
* Change UI to resize fluidly on different display sizes, fixes the issue where top menu items would disappear on smaller screens.
2014-10-21 15:09:01 -04:00
* Add date formats "dd/mm/yy", "dd/mm/yyyy", "day, dd/mm/yy" and "day, dd/mm/yyyy"
2014-10-30 11:30:14 -04:00
* Remove imdb watchlist feature from General Configuration/"Misc" tab as it wasn't ready for prime time
* Change to rename General Configuration/"Web Interface" tab as "Interface"
* Add a "User Interface" section to the General Configuration/"Interface" tab
2014-10-26 20:29:12 -04:00
* Change bring together "Date and Time" and "Theme" tab content to "User Interface" section
* Add field in Advanced setting for a custom remote name used to populate branch versions
* Change theme name "original" to "light"
* Improve text wording on all UI options under General Configuration
2014-10-30 11:30:14 -04:00
* Improve reduce over use of capitals on all General Configuration tabs
* Improve streamline UI layout, mark-up and some CSS styling on General Configuration tabs
2014-10-26 20:29:12 -04:00
* Fix imdb and three other images rejected by IExplorer because they were corrupt. Turns out that they were .ico files renamed to either .gif or .png instead of being properly converted
2014-10-30 11:30:14 -04:00
* Clean Subtitles Search settings text, correct quotations, use spaces for code lines, tabs for html
2014-10-26 01:42:45 -04:00
* Implement automatic saving of poster layout sorting options on show list
2014-10-27 11:32:45 -04:00
* Clarify description for backlog searches option on provider settings page
2014-10-30 11:30:14 -04:00
* Fix sort mode "next" with show statuses Paused, Ended, and Continuing as they were random under home/Layout "Poster"
* Fix sort of tvrage show statuses "New" and "Returning" by changing status column text to "Continuing" under home/Layout "Simple"
2014-10-24 09:16:46 -04:00
* Add dark spinner to "Add New Show" (searching indexers), "Add existing shows" (Loading Folders), Coming Eps and all config pages (when saving)
2014-10-30 08:32:30 -04:00
* Change notifier test buttons to not run if required field is missing
* Require fields will now highlight input box and add an icon if field is missing when test is pushed
* Change Test Plex Media Server to Test Plex Client as it only tests the client and not the server
* Style config_notifications to match new config_general styling
* Style config_providers to match new config_general styling
2014-10-30 11:30:14 -04:00
* Remove qtip from providers and moved those options to a tab
2014-10-30 08:32:30 -04:00
* Remove superfish-1.4.8.js and supersubs-0.2b.js as they no longer break provider sorting with qtip removed and is no longer required due to new UI
2014-10-28 22:55:59 -04:00
* Overhaul Config Search Settings in line with General Configuration
2014-10-30 08:32:30 -04:00
* Fix errors occurring when a show folder is deleted outside of SickRage
2014-10-29 09:41:18 -04:00
* Combined delete and remove buttons in to one on individual show pages
2014-10-30 11:30:14 -04:00
* Other small UI tweaks
2014-10-30 06:55:22 -04:00
* Fix keyerrors on backlog overview preventing the page to load
2014-10-31 11:29:18 -04:00
* Fix exception raised when converting 12pm to 24hr format and handle 12am when setting file modify time (e.g. used during PP)
2014-10-31 23:47:07 -04:00
* Fix proxy_indexers setting not loading from config file
2014-10-31 23:54:45 -04:00
* Add subtitle information to the cmd show and cmd shows api output
2014-11-02 10:50:47 -05:00
* Removed requirement for http login for API when an API key is provided
2014-10-30 11:30:14 -04:00
[develop changelog]
* Improve display of progress bars in the Downloads columns of the show list page
* Improve display of progress bars under the images in Layout Poster of the show list page
* Fix default top navbar background white-out behaviour on browsers that don't support gradients
* Improve top navbar gradient use for greater cross browser compatibility (e.g. Safari)
* Fix dark theme divider between Season numbers on display show page
* Fix main background and border colour of logs on log page
* Fix "Subtitle Language" drop down font colour when entering text on the Subtitles Search settings
* Add confirmation dialogs back in that were missed due to new UI changes
2014-10-30 08:32:30 -04:00
* Fix the home page from failing to load if a show status contains nothing
2014-11-02 06:18:59 -05:00
* Fix and repositioned show_message on display show to use bootstrap styling
* Remove commented out html from display show accidently left in during UI changes
2014-11-02 23:15:25 -05:00
* Fix display issue of season tables in displayShow view / Display Specials
2014-10-21 22:19:06 -04:00
2014-10-22 02:45:03 -04:00
2014-10-22 02:42:03 -04:00
### 0.2.1 (2014-10-22 06:41:00 UTC)
[full changelog ](https://github.com/SickragePVR/SickRage/compare/release_0.2.0...release_0.2.1 )
* Fix HDtorrents provider screen scraping
2014-10-22 02:45:03 -04:00
2014-10-21 08:42:31 -04:00
### 0.2.0 (2014-10-21 12:36:50 UTC)
[full changelog ](https://github.com/SickragePVR/SickRage/compare/release_0.1.0...release_0.2.0 )
* Fix for failed episodes not counted in total
* Fix for custom newznab providers with leading integer in name
* Add checkbox to control proxying of indexers
* Fix crash on general settings page when git output is None
* Add subcentre subtitle provider
* Add return code from hardlinking error to log
* Fix ABD regex for certain filenames
* Miscellaneous UI fixes
2014-10-26 20:29:12 -04:00
* Update Tornado webserver to 4.1dev1 and add the certifi lib dependency
2014-10-21 08:42:31 -04:00
* Fix trending shows page from loading full size poster images
* Add "Archive on first match" to Manage, Mass Update, Edit Selected page
* Fix searching IPTorrentsProvider
* Remove travisci python 2.5 build testing
### 0.1.0 (2014-10-16 12:35:15 UTC)
* Initial release