2014-12-14 13:56:16 +00:00
### 0.5.0 (2014-12-14 13:55:00 UTC)
2014-11-24 01:20:51 +00:00
2014-11-23 00:13:16 +00:00
* Fix searches freezing due to unescaped ignored or required words
* Add failed database to unit tests tear down function
* Fix purging of database files in tear down function during unit tests
* Add ability to auto focus Search Show box on Home page and control this option via General Config/Interface
2014-11-26 17:19:32 +00:00
* Change some provider images. Add a few new images
2014-11-27 17:53:20 +00:00
* Remove redundant Coming Eps template code used in the old UI
2014-12-03 11:12:13 +00:00
* Change update Plex notifier (port from SickBeard)
* Change Plex notifications to allow authenticated library updates (port from mmccurdy07/Sick-Beard)
* Change Config/Notifications/Plex logo and description (adapted port from mmccurdy07/Sick-Beard)
2014-12-04 17:35:50 +00:00
* Add ability for CSS/JS to target a specific page and layout
2014-12-05 13:50:24 +00:00
* Remove legacy sickbeard updater and build automation code
2014-12-08 12:17:45 +00:00
* Fix multiple instances of SG being able to start
* Fix garbled text appearing during startup in console
* Fix startup code order and general re-factoring (adapted from midgetspy/Sick-Beard)
2014-12-09 12:30:00 +00:00
* Add database migration code
2014-12-08 23:39:06 +00:00
* Change KickassTorrents provider URLs
2014-12-07 14:45:00 +00:00
* Fix missing Content-Type headers for posters and banners
2014-12-09 15:35:36 +00:00
* Remove config Backup & Restore
2014-12-09 21:32:02 +00:00
* Fix article removal for sorting on Display Show, and API pages
2014-12-10 00:02:38 +00:00
* Fix visual positioning of sprites on Config page
2014-12-11 02:07:11 +00:00
* Fix missing navbar gradients for all browsers
2014-12-11 01:28:52 +00:00
* Update qTip2 to v2.2.1
2014-11-20 22:25:33 +00:00
* Overhaul all Add Show pages
2014-12-12 02:36:23 +00:00
* Fix Display Show next/previous when show list is split
2014-12-13 04:06:05 +00:00
* Change Display Show next/previous when show list is not split to loop around
2014-12-13 02:46:14 +00:00
* Fix SQL statements that have dynamic table names to use proper syntax
2014-12-13 05:04:21 +00:00
* Fix port checking code preventing startup directly after a SG restart
2014-12-13 15:47:58 +00:00
* Add a link from the footer number of snatched to episode snatched overview page. The link to the
Episode Overview page is available on all pages except on the Episode Overview page
* Change the default state for all check boxes on the Episode Overview page to not checked
* Add validation to Go button to ensure at least one item is checked on Episode Overview page
* Add highlight to current status text in header on Episode Overview page
2014-12-14 00:19:31 +00:00
* Fix table alignment on homepage
2014-12-13 05:04:21 +00:00
* Fix duplicate entries in cache database
2014-12-14 12:56:20 +00:00
* Fix network sorting on home page
2014-12-14 19:01:32 +00:00
* Fix restart issue
2014-12-14 17:35:12 +00:00
* Fix to use new TorrentDay URLs
2014-11-23 00:13:16 +00:00
2014-12-04 17:35:50 +00:00
### 0.4.0 (2014-12-04 10:50:00 UTC)
2014-11-13 14:31:00 +00:00
2014-11-13 17:07:10 +00:00
* Change footer stats to not add newlines when copy/pasting from them
2014-11-17 09:32:57 +00:00
* Remove redundant references from Config/Help & Info
2014-11-13 21:52:54 +00:00
* Fix poster preview on small poster layout
2014-11-17 09:32:57 +00:00
* Change overhaul Config/Anime to be in line with General Configuration
2014-11-19 17:20:03 +00:00
* Change descriptions and layout on Config/Anime page
2014-11-14 18:34:56 +00:00
* Remove output of source code line when warnings highlight libraries not used with IMDb
2014-11-15 03:15:44 +00:00
* Add dropdown on Add Trending Shows to display all shows, shows not in library, or shows in library
2014-11-14 21:00:00 +00:00
* Change Help and Info icon sprites to color and text of Arguments if unused
2014-11-15 12:57:23 +00:00
* Change sharper looking heart image on the Add Show page
2014-11-17 09:32:57 +00:00
* Change Add Show on Add Trending Show page to use the full Add New Show flow
2014-11-15 18:25:40 +00:00
* Fix adding shows with titles that contain "& " on Add Trending Show page
2014-11-17 09:32:57 +00:00
* Fix unset vars on Add New Shows page used in the Add Existing Shows context
2014-11-15 16:02:16 +00:00
* Remove unneeded datetime convert from Coming Episodes page
2014-11-16 02:19:15 +00:00
* Fix the log output of the limited backlog search for episodes missed
2014-11-17 09:32:57 +00:00
* Remove unsupported t411 search provider
* Remove obsolete Animezb search provider
* Add option to treat anime releases that lack a quality tag as HDTV instead of "unknown"
2014-11-16 14:06:26 +00:00
* Remove old version checking code that no longer applies to SickGear's release system
2014-11-18 13:34:36 +00:00
* Fix pnotify notifications going full page
2014-11-17 00:17:37 +00:00
* Change overhaul Config Post Processing to be in line with General Configuration
2014-11-19 17:20:03 +00:00
* Change rearrange Config Post Processing items into sections for easier use
2014-11-17 00:17:37 +00:00
* Fix CSS overriding link colors on config pages
2014-11-19 17:20:03 +00:00
* Change Config Post Processing texts and descriptions throughout
* Fix Config Post Processing info icons in "Naming Legends"
* Change Config Post Processing naming sample lines to be more available
* Add Config Post Processing failed downloads Sabnzbd setup guide
* Fix Config Post Processing "Anime name pattern" custom javascript validation
2014-11-19 17:22:39 +00:00
* Add check that SSLv3 is available before use by requests lib
2014-11-20 02:00:00 +00:00
* Update Requests library 2.3.0 to 2.4.3 (9dc6602)
2014-11-20 16:37:58 +00:00
* Change suppress HTTPS verification InsecureRequestWarning as many sites use self-certified certificates
* Fix API endpoint Episode.SetStatus to "Wanted"
2014-11-20 18:35:14 +00:00
* Change airdateModifyStamp to handle hour that is "00:00"
2014-11-21 11:25:49 +00:00
* Fix a handler when ShowData is not available in TVDB and TVRage APIs
* Fix a handler when EpisodeData is not available in TVDB and TVRage APIs
* Add TVRage "Canceled/Ended" as "Ended" status to sort on Simple Layout of Show List page
2014-11-21 04:41:42 +00:00
* Fix qtips on Display Show and Config Post Processing
2014-11-21 09:50:12 +00:00
* Fix glitch above rating stars on Display Show page
2014-11-21 18:40:00 +00:00
* Change overhaul Config/Search Providers
* Change Config/Search Providers texts and descriptions
* Fix display when no providers are visible on Config/Search Providers
* Fix failing "Search Settings" link that is shown on Config/Search Providers when Torrents Search is not enabled
* Fix failing "Providers" link on Config/Search Settings/Episode Search
* Change case of labels in General Config/Interface/Timezone
2014-11-22 17:02:22 +00:00
* Split enabled from not enabled providers in the Configure Provider drop down on the Providers Options tab
2014-11-22 23:30:09 +00:00
* Fix typo on General Config/Misc
2014-11-23 03:27:00 +00:00
* Fix Add Trending Shows "Not In library" now filters tvrage added shows
* Add a hover over text "In library" on Add Trending Shows to display tv database show was added from
2014-11-23 20:45:50 +00:00
* Fix reduces time API endpoint Shows takes to return results
2014-11-24 00:55:00 +00:00
* Fix Coming Eps Page to include shows +/- 1 day for time zone corrections
2014-11-26 10:56:35 +00:00
* Fix season jumping dropdown menu for shows with over 15 seasons on Display Show
2014-12-04 10:28:29 +00:00
* Fix article sorting for Coming Eps, Manage, Show List, Display Show, API, and Trending Shows pages
2014-11-13 17:07:10 +00:00
2014-11-16 15:20:12 +00:00
### 0.3.1 (2014-11-19 16:40:00 UTC)
* Fix failing travis test
2014-11-13 14:31:00 +00:00
2014-11-19 16:43:06 +00:00
2014-11-13 14:31:00 +00:00
### 0.3.0 (2014-11-12 14:30:00 UTC)
2014-10-22 06:45:03 +00:00
2014-11-12 16:43:14 +00:00
* Change logos, text etc. branding to SickGear
2014-10-27 00:29:12 +00:00
* Add Bootstrap for UI features
2014-11-05 17:00:45 +00:00
* Change UI to resize fluidly on different display sizes, fixes the issue where top menu items would disappear on smaller screens
2014-10-21 19:09:01 +00:00
* Add date formats "dd/mm/yy", "dd/mm/yyyy", "day, dd/mm/yy" and "day, dd/mm/yyyy"
2014-10-30 15:30:14 +00:00
* Remove imdb watchlist feature from General Configuration/"Misc" tab as it wasn't ready for prime time
2014-11-05 17:00:45 +00:00
* Change rename tab General Configuration/"Web Interface" to "Interface"
* Add "User Interface" section to the General Configuration/"Interface" tab
* Change combine "Date and Time" and "Theme" tab content to "User Interface" section
2014-10-27 00:29:12 +00:00
* Add field in Advanced setting for a custom remote name used to populate branch versions
* Change theme name "original" to "light"
2014-11-05 17:00:45 +00:00
* Change text wording on all UI options under General Configuration
* Change reduce over use of capitals on all General Configuration tabs
* Change streamline UI layout, mark-up and some CSS styling on General Configuration tabs
2014-10-27 00:29:12 +00: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-11-05 17:00:45 +00:00
* Change cleanup Subtitles Search settings text, correct quotations, use spaces for code lines, tabs for html
* Add save sorting options automatically on Show List/Layout Poster
* Change clarify description for backlog searches option on provider settings page
* Fix sort mode "Next Episode" on Show List/Layout:Poster with show statuses that are Paused, Ended, and Continuing as they were random
* Fix sort of tvrage show statuses "New" and "Returning" on Show List/Layout:Simple by changing status column text to "Continuing"
2014-10-24 13:16:46 +00:00
* Add dark spinner to "Add New Show" (searching indexers), "Add existing shows" (Loading Folders), Coming Eps and all config pages (when saving)
2014-11-05 17:00:45 +00:00
* Change Config/Notifications test buttons to stop and highlight input fields that lack required values
2014-10-30 12:32:30 +00:00
* Change Test Plex Media Server to Test Plex Client as it only tests the client and not the server
2014-11-05 17:00:45 +00:00
* Change style config_notifications to match new config_general styling
* Change style config_providers to match new config_general styling
* Change move Providers Priorities qtip options to a new Search Providers/Provider Options tab
* Remove superfish-1.4.8.js and supersubs-0.2b.js as they are no longer required with new UI
* Change overhaul Config Search Settings in line with General Configuration
2014-11-12 16:43:14 +00:00
* Fix error when a show folder is deleted outside of SickGear
2014-11-05 17:00:45 +00:00
* Change combine the delete button function into the remove button on the display show page
* Change other small UI tweaks
2014-10-30 10:55:22 +00:00
* Fix keyerrors on backlog overview preventing the page to load
2014-10-31 15:29:18 +00:00
* Fix exception raised when converting 12pm to 24hr format and handle 12am when setting file modify time (e.g. used during PP)
2014-11-01 03:47:07 +00:00
* Fix proxy_indexers setting not loading from config file
2014-11-01 03:54:45 +00:00
* Add subtitle information to the cmd show and cmd shows api output
2014-11-05 17:00:45 +00:00
* Remove http login requirement for API when an API key is provided
* Change API now uses Timezone setting at General Config/Interface/User Interface at relevant endpoints
* Fix changing root dirs on the mass edit page
* Add use trash (or Recycle Bin) for selected actions on General Config/Misc/Send to trash
2014-11-05 05:36:16 +00:00
* Add handling for when deleting a show and the show folder no longer exists
2014-11-05 15:53:01 +00:00
* Fix Coming Episodes/Layout Calender/View Paused and tweak its UI text
2014-11-05 05:29:36 +00:00
* Made all init scripts executable
2014-11-06 15:22:10 +00:00
* Fix invalid responses when using sickbeard.searchtvdb api command
2014-11-03 15:20:00 +00:00
* Fixes unicode issues during searches on newznab providers when rid mapping occur
2014-11-06 04:55:43 +00:00
* Fix white screen of death when trying to add a show that is already in library on Add Show/Add Trending Show page
* Add show sorting options to Add Show/Add Trending Show page
* Add handler for when Trakt returns no results for Add Show/Add Trending Show page
* Fix image links when anchor child images are not found at Trakt on Add Show/Add Trending Show page
* Add image to be used when Trakt posters are void on Add Show/Add Trending Show page
2014-11-12 16:43:14 +00:00
* Fix growl registration not sending SickGear an update notification registration
2014-11-09 02:49:38 +00:00
* Add an anonymous redirect builder for external links
* Update xbmc link to Kodi at Config Notifications
2014-11-09 03:45:10 +00:00
* Fix missing url for kickasstorrents in config_providers
2014-11-09 05:44:47 +00:00
* Fix post processing when using tvrage indexer and mediabrowser metadata generation
2014-11-10 04:45:26 +00:00
* Change reporting failed network_timezones.txt updates from an error to a warning
2014-11-12 16:43:14 +00:00
* Fix missing header and "on < missing text > " when network is none and Layout "Poster" with Sort By "Network" on coming episodes page
2014-11-05 11:33:05 +00:00
* Change how the "local/network" setting is handled to address some issues
2014-11-13 02:49:55 +00:00
* Remove browser player from Config General and Display Shows page
2014-10-30 15:30:14 +00:00
2014-11-12 08:52:22 +00:00
2014-11-12 08:34:01 +00:00
### 0.2.2 (2014-11-12 08:25:00 UTC)
* Change updater URLs to reflect new repository location
2014-10-22 06:42:03 +00:00
### 0.2.1 (2014-10-22 06:41:00 UTC)
* Fix HDtorrents provider screen scraping
2014-10-22 06:45:03 +00:00
2014-10-21 12:42:31 +00:00
### 0.2.0 (2014-10-21 12:36:50 UTC)
* 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
2014-11-05 17:00:45 +00:00
* Change miscellaneous UI fixes
2014-10-27 00:29:12 +00:00
* Update Tornado webserver to 4.1dev1 and add the certifi lib dependency
2014-10-21 12:42:31 +00: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)
2014-11-02 03:55:29 +00:00
* Initial release