Skip to content

Commit 2340599

Browse files
committed
Prepare v0.8
1 parent 1ca2970 commit 2340599

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ 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.8] - 2021-02-17
11+
### Added
12+
- new settings form for saving custom warning thresholds and basic dashboard settings (more paramters will come)
13+
- further error handling and indicators that inform user about results or when dashboard is updating
14+
15+
### Changed
16+
- improved Readme with new screenshots
17+
- added updating information (run <code>git pull</code> in a terminal)
18+
- minor code improvements
19+
20+
### Fixed
21+
- [Design] fixed tablet appearance (#9)
22+
1023
## [0.7.2] - 2021-02-14
1124
### Changed
1225
- removed user config files (will be replaced by user-friendly settings form in future)

index.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,9 @@
448448
</div>
449449
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
450450
<div class="card-body">
451-
<h3><font class='text-success'>&#10003;</font> Version 0.7.2</h3>
452-
<ul><li>adjusted cpu temperature color indicators and increased default critical value</li><li>improved error handling</li><li>removed user config files (will be replaced by user-friendly settings form in future)</li><li>fixed shutdown not working</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, miscellaneous improvements, updated Readme</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>
453-
<small>changes since RPi Dashboard v0.7 (Feb 2021)</small>
451+
<h3><font class='text-success'>&#10003;</font> Version 0.8</h3>
452+
<ul><li>new settings form for saving custom warning thresholds and basic dashboard settings (more paramters will come)</li><li>further error handling and indicators that inform user about results or when dashboard is updating</li><li>[Design] fixed tablet appearance (#9)</li><li>added updating information (run <code>git pull</code> in a terminal)</li><li>bug fixes, miscellaneous improvements, updated Readme</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>
453+
<small>changes since RPi Dashboard v0.8 (Feb 2021)</small>
454454
</div>
455455
</div>
456456
</div>
@@ -518,7 +518,7 @@
518518
<!-- Footer -->
519519
<footer style="line-height: 40px; background-color: #f5f5f5; margin-top: 10px;">
520520
<div class="container text-center">
521-
RPi Dashboard v0.7.2 <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 />
521+
RPi Dashboard v0.8 <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 />
522522
<button class="btn btn-secondary mb-2" onclick="$('#exampleModal').modal('show');"><i class="bi bi-gear"></i>&nbsp;Options</button>
523523
<hr style="margin-top: 0; margin-bottom: 0;">
524524
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>

0 commit comments

Comments
 (0)