mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-08 02:53:38 +00:00
Merge branch 'release/0.4.0' into develop
This commit is contained in:
commit
a72727ed77
2 changed files with 13 additions and 9 deletions
20
CHANGES.md
20
CHANGES.md
|
@ -1,4 +1,15 @@
|
||||||
### 0.x.x (2014-11-xx xx:xx:xx UTC)
|
### 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
|
* Change footer stats to not add newlines when copy/pasting from them
|
||||||
* Remove redundant references from Config/Help & Info
|
* Remove redundant references from Config/Help & Info
|
||||||
|
@ -44,14 +55,7 @@
|
||||||
* Fix failing "Providers" link on Config/Search Settings/Episode Search
|
* Fix failing "Providers" link on Config/Search Settings/Episode Search
|
||||||
* Change case of labels in General Config/Interface/Timezone
|
* 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
|
* 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
|
* Fix typo on General Config/Misc
|
||||||
* 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.3.1 (2014-11-19 16:40:00 UTC)
|
### 0.3.1 (2014-11-19 16:40:00 UTC)
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
<span class="component-title">Update shows on startup</span>
|
<span class="component-title">Update shows on startup</span>
|
||||||
<span class="component-desc">
|
<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 ''#/>
|
<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>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue