Skip to content

Commit

Permalink
Update to 0.2.175
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Nov 28, 2016
1 parent 84d5a17 commit 5d0cff5
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 32 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# NZB Hydra changelog

----------
### 0.2.175
Added: The search page will show a popup asking you to answer a few questions in a survey. The survey is completely anonymous (I disabled IP address logging) and only about Hydra.
It would help me a lot if you could participate, it will take only a few minutes. If you'd rather participate from another computer or want the URL for some reason without having to visit the page: [https://www.surveymonkey.com/r/HWXLCHM](https://www.surveymonkey.com/r/HWXLCHM)
Thank you.

Added: When "Shutdown" to restart is enabled Hydra will send exit code 6 when shutting down. Together with the correct configuration this allows linux service managers to recognize that the instance did not crash and should not be restarted. Thank you, MarMed. [#446](https://github.com/theotherp/nzbhydra/pull/446)

Fixed: Don't display indexers as disabled if they're not. Also log a bit more infos when and why a disabler gets disabled and when it will be reenabled. See [#447](https://github.com/theotherp/nzbhydra/issues/447).

### 0.2.174
Fixed: What was supposed to fix duplicate indexers in the index statuses made it worse. Oops. See [#445](https://github.com/theotherp/nzbhydra/issues/445).

Expand Down
Binary file modified nzbhydra.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion static/html/modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h3 class="modal-title">{{ headline }}</h3>

</div>
<div class="modal-footer">
<button class="btn btn-primary" type="button" ng-click="yes()">{{ params.yes.text }}</button>
<button class="btn btn-success" type="button" ng-click="yes()">{{ params.yes.text }}</button>
<button class="btn btn-danger" type="button" ng-if="showNo" ng-click="no()">{{ params.no.text }}</button>
<button class="btn btn-warning" type="button" ng-if="showCancel" ng-click="cancel()">{{ params.cancel.text }}</button>
</div>
87 changes: 58 additions & 29 deletions static/js/nzbhydra.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/js/nzbhydra.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.174
0.2.175

0 comments on commit 5d0cff5

Please sign in to comment.