Merge branch 'release/0.4.0' into develop

This commit is contained in:
JackDandy 2014-11-23 00:13:16 +00:00
commit a72727ed77
2 changed files with 13 additions and 9 deletions

View file

@ -1,4 +1,15 @@
### 0.x.x (2014-11-xx xx:xx:xx UTC)
* 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
[develop changelog]
* Fix typo for commit "ShowData handler" i.e. SHA-1:3eec217
* Fix adding show from TVRage API
### 0.4.0 (2014-11-22 02:52:00 UTC)
* Change footer stats to not add newlines when copy/pasting from them
* Remove redundant references from Config/Help & Info
@ -44,14 +55,7 @@
* Fix failing "Providers" link on Config/Search Settings/Episode Search
* Change case of labels in General Config/Interface/Timezone
* Split enabled from not enabled providers in the Configure Provider drop down on the Providers Options tab
* 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
[develop changelog]
* Fix typo for commit "ShowData handler" i.e. SHA-1:3eec217
* Fix adding show from TVRage API
* Fix typo on General Config/Misc
### 0.3.1 (2014-11-19 16:40:00 UTC)

View file

@ -68,7 +68,7 @@
<span class="component-title">Update shows on startup</span>
<span class="component-desc">
<input type="checkbox" name="update_shows_on_start" id="update_shows_on_start" #if $sickbeard.UPDATE_SHOWS_ON_START then 'checked="checked"' else ''#/>
<p>with information such as next air dates, show ended, etc. Disable for a faster startup as show info is sheduled to update in the background anyway</p>
<p>with information such as next air dates, show ended, etc. Disable for a faster startup as show info is scheduled to update in the background anyway</p>
</span>
</label>
</div>