Skip to content

Commit f39e581

Browse files
committed
Update version
1 parent 02292c6 commit f39e581

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Open for your feature [requests](https://github.com/femto-code/Rasberry-Pi-Dashb
1515
## Changed
1616
- improved error handling of network requests
1717

18+
## [1.1.2] - 2023-07-11
19+
- allow permanently changing temperature unit to Fahrenheit
20+
1821
## [1.1.1] - 2023-01-10
1922
- pre-release (development continues)
2023

index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -517,9 +517,9 @@
517517
</div>
518518
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
519519
<div class="card-body">
520-
<h3><span class='text-success'>&#10003;</span> Version 1.1.1</h3>
520+
<h3><span class='text-success'>&#10003;</span> Version 1.1.2</h3>
521521
<ul><li>live page title with hostname + status of monitored RPi</li><li>overhauled project documentation / 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>
522-
<small>most important changes since RPi Dashboard v1.0.1 (Sep 2021)</small>
522+
<small>most important changes since RPi Dashboard v1.0.1</small>
523523
</div>
524524
</div>
525525
</div>
@@ -583,7 +583,7 @@
583583
<!-- Footer -->
584584
<footer style="line-height: 40px; background-color: #f5f5f5; margin-top: 10px;">
585585
<div class="container text-center">
586-
RPi Dashboard v1.1.1 <span class="text-muted">(Jan 2023)</span> <span id="dot">&middot;</span> <span id="notf" class="text-success">See the <a href="https://github.com/femto-code/Rasberry-Pi-Dashboard/releases">Github releases</a> for updates!</span><br />
586+
RPi Dashboard v1.1.2 <span class="text-muted">(Jul 2023)</span> <span id="dot">&middot;</span> <span id="notf" class="text-success">See the <a href="https://github.com/femto-code/Rasberry-Pi-Dashboard/releases">Github releases</a> for updates!</span><br />
587587
<button class="btn btn-secondary mb-2" onclick="$('#exampleModal').modal('show');"><i class="bi bi-gear"></i>&nbsp;Options</button>
588588
<hr style="margin-top: 0; margin-bottom: 0;">
589589
femto-code&nbsp;<a href="https://github.com/femto-code"><i class="bi bi-github"></i></a> &middot; <span class="text-muted">2018 - 2023</span>

0 commit comments

Comments
 (0)