Skip to content

Commit

Permalink
Prepare v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
femto-code committed Aug 25, 2020
1 parent 368a419 commit 3ea04db
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
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)!
[https://github.com/femto-code/Rasberry-Pi-Dashboard](https://github.com/femto-code/Rasberry-Pi-Dashboard)

## [0.5] - 2020-08-25
- Better warnings about system hardware with new modern Toast library
- See the remaining time until the next shutdown/reboot right on the dashboard

### Changed
- design improvements

## [0.4] - 2020-08-17
- new authorization/login modal to secure dashboard
- small shutdown/reboot improvements
Expand Down
8 changes: 4 additions & 4 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -418,9 +418,9 @@ function preload(){
</div>
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
<div class="card-body">
<h3><font class='text-success'>&#10003;</font> Version 0.4</h3>
<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>
<small>RPi Dashboard v0.4 (Aug 2020)</small>
<h3><font class='text-success'>&#10003;</font> Version 0.5</h3>
<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>
<small>RPi Dashboard v0.5 (Aug 2020)</small>
</div>
</div>
</div>
Expand Down Expand Up @@ -488,7 +488,7 @@ function preload(){
<!-- Footer -->
<footer style="line-height: 40px; background-color: #f5f5f5; margin-top: 10px;">
<div class="container text-center">
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>
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>
<hr style="margin-top: 0; margin-bottom: 0;">
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>
</div>
Expand Down

0 comments on commit 3ea04db

Please sign in to comment.