Skip to content

Commit c428420

Browse files
committed
Updated version info
changelog and misc version infos updated
1 parent 46136a4 commit c428420

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ 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.6] - 2021-01-31
11+
- new icons (changes and improvements may follow)
12+
- updated dependencies
13+
1014
## [0.5] - 2020-08-25
1115
- Better warnings about system hardware with new modern Toast library
1216
- See the remaining time until the next shutdown/reboot right on the dashboard

index.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,9 @@ function preload(){
419419
</div>
420420
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
421421
<div class="card-body">
422-
<h3><font class='text-success'>&#10003;</font> Version 0.5</h3>
423-
<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>
424-
<small>RPi Dashboard v0.5 (Aug 2020)</small>
422+
<h3><font class='text-success'>&#10003;</font> Version 0.6</h3>
423+
<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>
424+
<small>RPi Dashboard v0.6 (Jan 2021)</small>
425425
</div>
426426
</div>
427427
</div>
@@ -489,9 +489,9 @@ function preload(){
489489
<!-- Footer -->
490490
<footer style="line-height: 40px; background-color: #f5f5f5; margin-top: 10px;">
491491
<div class="container text-center">
492-
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>
492+
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>
493493
<hr style="margin-top: 0; margin-bottom: 0;">
494-
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>
494+
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>
495495
</div>
496496
</footer>
497497
<!-- End Footer -->

0 commit comments

Comments
 (0)