Skip to content

Commit 992b152

Browse files
committed
Prepare v0.7.2
1 parent 593f91b commit 992b152

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
Open for your feature [requests](https://github.com/femto-code/Rasberry-Pi-Dashboard/pulls) or [issues](https://github.com/femto-code/Rasberry-Pi-Dashboard/issues)!
88
[https://github.com/femto-code/Rasberry-Pi-Dashboard](https://github.com/femto-code/Rasberry-Pi-Dashboard)
99

10+
## [0.7.2] - 2021-02-14
11+
### Changed
12+
- removed user config files (will be replaced by user-friendly settings form in future)
13+
- improved error handling
14+
- adjusted cpu temperature color indicators and increased default critical value
15+
- miscellaneous improvements, updated Readme
16+
17+
### Fixed
18+
- [IMPORTANT] fixed shutdown not working
19+
1020
## [0.7.1] - 2021-02-07
1121
### Changed
1222
- changed footer layout

index.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,8 @@
417417
</div>
418418
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
419419
<div class="card-body">
420-
<h3><font class='text-success'>&#10003;</font> Version 0.7.1</h3>
421-
<ul><li>fixed password check always failing</li><li>improved footer layout</li><li>reworked shutdown / power event handling (less problems detecting which shutdown event is scheduled)</li><li>added dark theme option to apply to current system settings</li><li>bug fixes</li><li><a href='https://github.com/femto-code/Rasberry-Pi-Dashboard/releases'>Stay updated here</a></li><li><i><a href="CHANGELOG.md">All changes</a></i></li></ul>
420+
<h3><font class='text-success'>&#10003;</font> Version 0.7.2</h3>
421+
<ul><li>adjusted cpu temperature color indicators and increased default critical value</li><li>improved error handling</li><li>removed user config files (will be replaced by user-friendly settings form in future)</li><li>fixed shutdown not working</li><li>improved footer layout</li><li>reworked shutdown / power event handling (less problems detecting which shutdown event is scheduled)</li><li>added dark theme option to apply to current system settings</li><li>bug fixes, miscellaneous improvements, updated Readme</li><li><a href='https://github.com/femto-code/Rasberry-Pi-Dashboard/releases'>Stay updated here</a></li><li><i><a href="CHANGELOG.md">All changes</a></i></li></ul>
422422
<small>changes since RPi Dashboard v0.7 (Feb 2021)</small>
423423
</div>
424424
</div>
@@ -487,7 +487,7 @@
487487
<!-- Footer -->
488488
<footer style="line-height: 40px; background-color: #f5f5f5; margin-top: 10px;">
489489
<div class="container text-center">
490-
RPi Dashboard v0.7.1 <font class="text-muted">(Feb 2021)</font> <span id="dot">&middot;</span> <font id="notf" class="text-success">See the <a href="https://github.com/femto-code/Rasberry-Pi-Dashboard/releases">Github releases</a> for updates!</font><br />
490+
RPi Dashboard v0.7.2 <font class="text-muted">(Feb 2021)</font> <span id="dot">&middot;</span> <font id="notf" class="text-success">See the <a href="https://github.com/femto-code/Rasberry-Pi-Dashboard/releases">Github releases</a> for updates!</font><br />
491491
<button class="btn btn-secondary mb-2" onclick="$('#exampleModal').modal('show');"><i class="bi bi-gear"></i>&nbsp;Options</button>
492492
<hr style="margin-top: 0; margin-bottom: 0;">
493493
femto-code&nbsp;<a href="https://github.com/femto-code"><i class="bi bi-github"></i></a> &middot; <font class="text-muted">2018 - 2021</font>

0 commit comments

Comments
 (0)