Skip to content

Commit cfe8983

Browse files
committed
Prepare v0.7
1 parent 65408fe commit cfe8983

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ 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] - 2021-02-06
11+
- reworked shutdown / power event handling (less problems detecting which shutdown event is scheduled)
12+
- added dark theme option to apply to current system settings
13+
- bug fixes
14+
1015
## [0.6] - 2021-01-31
1116
- new icons (changes and improvements may follow)
1217
- updated dependencies

index.php

+5-5
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.6</h3>
418-
<ul><li>new icons</li><li>updated dependencies</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.6 (Jan 2021)</small>
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>
420420
</div>
421421
</div>
422422
</div>
@@ -484,9 +484,9 @@
484484
<!-- Footer -->
485485
<footer style="line-height: 40px; background-color: #f5f5f5; margin-top: 10px;">
486486
<div class="container text-center">
487-
RPi Dashboard v0.6 <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>
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>
488488
<hr style="margin-top: 0; margin-bottom: 0;">
489-
femto-code (<a href="javascript:send_supportmail()">Support</a>) &middot; <button class="btn btn-secondary" onclick="$('#exampleModal').modal('show');">?</button><br><font class="text-muted">&copy; 2018 - 2021</font>
489+
femto-code &middot; <button class="btn btn-secondary" onclick="$('#exampleModal').modal('show');">?</button><br><font class="text-muted">&copy; 2018 - 2021</font>
490490
</div>
491491
</footer>
492492
<!-- End Footer -->

0 commit comments

Comments
 (0)