Skip to content

Commit 85f474d

Browse files
committed
Update version
1 parent a9de5b7 commit 85f474d

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.1] - 2020-06-16
8-
First public release on Github, starting new version count with v0.1
97
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)!
108
[https://github.com/femto-code/Rasberry-Pi-Dashboard](https://github.com/femto-code/Rasberry-Pi-Dashboard)
119

10+
## [0.2] - 2020-06-21
11+
- Dark Theme
12+
- Reworked power options
13+
- updating dependencies
14+
- smaller improvements and translation
15+
16+
## [0.1] - 2020-06-16
17+
First public release on Github, starting new version count with v0.1
18+
1219
## [2.7] - 2020-04-30
1320
### Added
1421
- form to schedule shutdown/reboot

index.php

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

484484
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
485485
<div class="card-body">
486-
<h3><font class='text-success'>&#10003;</font> Version 0.1</h3>
487-
First release published to Github<ul><li>Issues and feature requests are welcome!</li><li><a href='https://github.com/femto-code/Rasberry-Pi-Dashboard/releases'>Stay updated here</a></li><li><i><a href="CHANGELOG.md">CHANGELOG</a></i></li></ul>
488-
<small>RPi Dashboard v0.1 (Jun 2020)</small>
486+
<h3><font class='text-success'>&#10003;</font> Version 0.2</h3>
487+
<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>
488+
<small>RPi Dashboard v0.2 (Jun 2020)</small>
489489
</div>
490490
</div>
491491
</div>
@@ -550,7 +550,7 @@ function preload(){
550550
<!-- Footer -->
551551
<footer style="line-height: 40px; background-color: #f5f5f5; margin-top: 10px;">
552552
<div class="container text-center">
553-
RPi Dashboard v0.1 <font class="text-muted">(Jun 2020)</font> &middot; <font class="text-success">See the <a href="https://github.com/femto-code/Rasberry-Pi-Dashboard/releases">Github releases</a> for updates!</font>
553+
RPi Dashboard v0.2 <font class="text-muted">(Jun 2020)</font> &middot; <font class="text-success">See the <a href="https://github.com/femto-code/Rasberry-Pi-Dashboard/releases">Github releases</a> for updates!</font>
554554
<hr style="margin-top: 0; margin-bottom: 0;">
555555
© 2018 - 2020 : Florian (<a href="javascript:send_supportmail()">Support Mail</a>) - <button class="btn btn-secondary" onclick="$('#exampleModal').modal('show');">Settings</button>
556556
</div>

0 commit comments

Comments
 (0)