Skip to content

Commit 061395b

Browse files
committed
Prepare v0.7.1
1 parent d1327cb commit 061395b

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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.1] - 2021-02-07
11+
### Changed
12+
- changed footer layout
13+
14+
### Fixed
15+
- [IMPORTANT] fixed password check always failing
16+
1017
## [0.7] - 2021-02-06
1118
- reworked shutdown / power event handling (less problems detecting which shutdown event is scheduled)
1219
- added dark theme option to apply to current system settings

index.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -414,9 +414,9 @@
414414
</div>
415415
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
416416
<div class="card-body">
417-
<h3><font class='text-success'>&#10003;</font> Version 0.7</h3>
418-
<ul><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>
419-
<small>RPi Dashboard v0.7 (Feb 2021)</small>
417+
<h3><font class='text-success'>&#10003;</font> Version 0.7.1</h3>
418+
<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>
419+
<small>changes since RPi Dashboard v0.7 (Feb 2021)</small>
420420
</div>
421421
</div>
422422
</div>
@@ -484,7 +484,7 @@
484484
<!-- Footer -->
485485
<footer style="line-height: 40px; background-color: #f5f5f5; margin-top: 10px;">
486486
<div class="container text-center">
487-
RPi Dashboard v0.7 <font class="text-muted">(Jan 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 />
487+
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 />
488488
<button class="btn btn-secondary mb-2" onclick="$('#exampleModal').modal('show');"><i class="bi bi-gear"></i>&nbsp;Options</button>
489489
<hr style="margin-top: 0; margin-bottom: 0;">
490490
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)