Skip to content

Commit 632ab03

Browse files
committed
Prepare v0.3
1 parent b6b056a commit 632ab03

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ 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.3] - 2020-07-10
11+
- new loading screen
12+
- small design adjustments
13+
- mobile appearence improved
14+
1015
## [0.2] - 2020-06-21
1116
- Dark Theme
1217
- Reworked power options

index.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -490,9 +490,9 @@ function preload(){
490490

491491
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
492492
<div class="card-body">
493-
<h3><font class='text-success'>&#10003;</font> Version 0.2</h3>
494-
<ul><li>Dark Theme</li><li>Rework of power options</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>
495-
<small>RPi Dashboard v0.2 (Jun 2020)</small>
493+
<h3><font class='text-success'>&#10003;</font> Version 0.3</h3>
494+
<ul><li>New loading screen</li><li>Small design adjustments</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>
495+
<small>RPi Dashboard v0.3 (Jul 2020)</small>
496496
</div>
497497
</div>
498498
</div>
@@ -557,7 +557,7 @@ function preload(){
557557
<!-- Footer -->
558558
<footer style="line-height: 40px; background-color: #f5f5f5; margin-top: 10px;">
559559
<div class="container text-center">
560-
RPi Dashboard v0.2 <font class="text-muted">(Jun 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>
560+
RPi Dashboard v0.3 <font class="text-muted">(Jul 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>
561561
<hr style="margin-top: 0; margin-bottom: 0;">
562562
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>
563563
</div>

0 commit comments

Comments
 (0)