Skip to content

Commit 6e3ce8d

Browse files
committed
Prepare v0.9
1 parent 8d08481 commit 6e3ce8d

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ 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.9] - 2021-02-26
11+
### Added
12+
- [Font] added local fonts instead of remote embed (better privacy)
13+
- use extra folder
14+
- [New] logout button
15+
- show exact user-readable date of upcoming power event
16+
17+
### Changed
18+
- [Design] improved navbar appearance
19+
- [Design] tweaked dark mode
20+
- [Design] grid layout in options modal (on larger screens) and scrollable
21+
- [Design] chart UI improved
22+
- [Design] adjusted login modal appearance (removed useless close button)
23+
- improved error handling on network state or when user is unauthorized
24+
- replaced favicon and app icons as well as more consistent colors (updated manifest)
25+
- drop status mail support for now (SOON)
26+
27+
### Fixed
28+
- [Security] Check user authorization when shutdown action is performed
29+
- [Design] minor glitches (alignment, ratio)
30+
1031
## [0.8] - 2021-02-17
1132
### Added
1233
- new settings form for saving custom warning thresholds and basic dashboard settings (more paramters will come)

index.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -466,9 +466,9 @@
466466
</div>
467467
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
468468
<div class="card-body">
469-
<h3><font class='text-success'>&#10003;</font> Version 0.8</h3>
470-
<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>
471-
<small>changes since RPi Dashboard v0.8 (Feb 2021)</small>
469+
<h3><font class='text-success'>&#10003;</font> Version 0.9</h3>
470+
<ul><li>logout button</li><li>use fonts locally</li><li>show exact user-readable date of upcoming power event</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>
471+
<small>most important changes since RPi Dashboard v0.9 (Feb 2021)</small>
472472
</div>
473473
</div>
474474
</div>
@@ -532,7 +532,7 @@
532532
<!-- Footer -->
533533
<footer style="line-height: 40px; background-color: #f5f5f5; margin-top: 10px;">
534534
<div class="container text-center">
535-
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 />
535+
RPi Dashboard v0.9 <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 />
536536
<button class="btn btn-secondary mb-2" onclick="$('#exampleModal').modal('show');"><i class="bi bi-gear"></i>&nbsp;Options</button>
537537
<hr style="margin-top: 0; margin-bottom: 0;">
538538
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)