Skip to content

Commit 3ea04db

Browse files
committed
Prepare v0.5
1 parent 368a419 commit 3ea04db

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.5] - 2020-08-25
11+
- Better warnings about system hardware with new modern Toast library
12+
- See the remaining time until the next shutdown/reboot right on the dashboard
13+
14+
### Changed
15+
- design improvements
16+
1017
## [0.4] - 2020-08-17
1118
- new authorization/login modal to secure dashboard
1219
- small shutdown/reboot improvements

index.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -418,9 +418,9 @@ function preload(){
418418
</div>
419419
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
420420
<div class="card-body">
421-
<h3><font class='text-success'>&#10003;</font> Version 0.4</h3>
422-
<ul><li>New authorization/login modal to secure dashboard</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>
423-
<small>RPi Dashboard v0.4 (Aug 2020)</small>
421+
<h3><font class='text-success'>&#10003;</font> Version 0.5</h3>
422+
<ul><li>Better warnings about system hardware</li><li>See the remaining time until the next shutdown/reboot right on the dashboard</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>
423+
<small>RPi Dashboard v0.5 (Aug 2020)</small>
424424
</div>
425425
</div>
426426
</div>
@@ -488,7 +488,7 @@ function preload(){
488488
<!-- Footer -->
489489
<footer style="line-height: 40px; background-color: #f5f5f5; margin-top: 10px;">
490490
<div class="container text-center">
491-
RPi Dashboard v0.4 <font class="text-muted">(Aug 2020)</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>
491+
RPi Dashboard v0.5 <font class="text-muted">(Aug 2020)</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>
492492
<hr style="margin-top: 0; margin-bottom: 0;">
493493
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 - 2020</font>
494494
</div>

0 commit comments

Comments
 (0)