Skip to content

Commit 229c8bf

Browse files
committed
Development continues!🥳
1 parent a65d3c1 commit 229c8bf

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

100644100755
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.1] - 2023-01-10
19+
- pre-release (development continues)
20+
1821
## [1.1.0] - 2021-10-09
1922

2023
### Added

index.php

100644100755
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123

124124
</head>
125125
<body onload="preload()" style="background-color: #eee">
126-
<noscript style="z-index: 99999!important; position: absolute; top: 0; width: 98%; padding: 3%;"><div class="alert alert-danger" role="alert">JavaScript is disabled in your browser. This site <b>requires</b> JS in order to work properly - please activate!</div></noscript>
126+
<noscript style="z-index: 99999!important; position: absolute; top: 0; width: 98%; padding: 3%;"><div class="alert alert-danger" role="alert">Raspberry Pi Dashboard Web Application <b>requires</b> JavaScript to be enabled in order to work properly - enable it to continue!</div></noscript>
127127
<div class="preload-screen"></div>
128128

129129
<nav class="navbar navbar-expand-lg fixed-top navbar-dark bg-dark shadow-sm">
@@ -508,8 +508,8 @@
508508
</div>
509509
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
510510
<div class="card-body">
511-
<h3><font class='text-success'>&#10003;</font> Version 1.1.0</h3>
512-
<ul><li>live page title with hostname + status of monitored RPi</li><li>new project logo and improved readme.md design (thanks @Roo7K1d)</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>
511+
<h3><span class='text-success'>&#10003;</span> Version 1.1.1</h3>
512+
<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>
513513
<small>most important changes since RPi Dashboard v1.0.1 (Sep 2021)</small>
514514
</div>
515515
</div>
@@ -574,10 +574,10 @@
574574
<!-- Footer -->
575575
<footer style="line-height: 40px; background-color: #f5f5f5; margin-top: 10px;">
576576
<div class="container text-center">
577-
RPi Dashboard v1.1.0 <font class="text-muted">(Oct 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 />
577+
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 />
578578
<button class="btn btn-secondary mb-2" onclick="$('#exampleModal').modal('show');"><i class="bi bi-gear"></i>&nbsp;Options</button>
579579
<hr style="margin-top: 0; margin-bottom: 0;">
580-
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>
580+
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>
581581
</div>
582582
</footer>
583583
<!-- End Footer -->

0 commit comments

Comments
 (0)