Skip to content

Commit

Permalink
Prepare v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
femto-code committed Feb 7, 2021
1 parent d1327cb commit 061395b
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.7.1] - 2021-02-07
### Changed
- changed footer layout

### Fixed
- [IMPORTANT] fixed password check always failing

## [0.7] - 2021-02-06
- reworked shutdown / power event handling (less problems detecting which shutdown event is scheduled)
- added dark theme option to apply to current system settings
Expand Down
8 changes: 4 additions & 4 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,9 @@
</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.7</h3>
<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>
<small>RPi Dashboard v0.7 (Feb 2021)</small>
<h3><font class='text-success'>&#10003;</font> Version 0.7.1</h3>
<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>
<small>changes since RPi Dashboard v0.7 (Feb 2021)</small>
</div>
</div>
</div>
Expand Down Expand Up @@ -484,7 +484,7 @@
<!-- Footer -->
<footer style="line-height: 40px; background-color: #f5f5f5; margin-top: 10px;">
<div class="container text-center">
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 />
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 />
<button class="btn btn-secondary mb-2" onclick="$('#exampleModal').modal('show');"><i class="bi bi-gear"></i>&nbsp;Options</button>
<hr style="margin-top: 0; margin-bottom: 0;">
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>
Expand Down

0 comments on commit 061395b

Please sign in to comment.