Skip to content

Commit 1d2b763

Browse files
committed
Prepare v1.0.0
1 parent 047281e commit 1d2b763

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ 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+
## [1.0.0] - 2021-08-04
11+
> Call for testing!
12+
13+
### Added
14+
- brand-new setup and welcome page for easier setup and configuration instructions 💯 🎆
15+
16+
### Changed
17+
- notably updated readme with more comprehensive help / info
18+
- minor dark mode improvements
19+
- extended descriptions and help/instructions on error
20+
(- since v0.10 revamped user config options (major change requiring valid permissions set on /var/www/html - see #22 or installation instructions ❕ )
21+
22+
### Fixed
23+
- auto-detection of missing permissions for retrieving advanced system information via vcgencmd
24+
- small improvements on settings
25+
1026
## [0.10] - 2021-03-18
1127
> Last release before a major 1.0.0
1228

index.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<link rel="stylesheet" href="css/bootstrap-4.6.0.min.css">
4242
<link rel="stylesheet" href="css/bootstrap-icons.css?v=1.4.0">
43-
<link rel="stylesheet" href="css/darkmode.css?v=0.10" id="dmcss" type="text/css" disabled>
43+
<link rel="stylesheet" href="css/darkmode.css?v=1.0.0" id="dmcss" type="text/css" disabled>
4444
<link rel="stylesheet" href="css/mdtoast.min.css?v=2.0.2">
4545

4646
<title>RPi Dashboard</title>
@@ -503,9 +503,9 @@
503503
</div>
504504
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
505505
<div class="card-body">
506-
<h3><font class='text-success'>&#10003;</font> Version 0.10</h3>
507-
<ul><li>allow password change via options</li><li>updated <i>customize</i> section</li><li>notably improved 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>
508-
<small>most important changes since RPi Dashboard v0.9 (Feb 2021)</small>
506+
<h3><font class='text-success'>&#10003;</font> Version 1.0.0</h3>
507+
<ul><li>brand-new setup and welcome page for easier setup and configuration instructions</li><li>notably updated readme with more comprehensive help / info</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>
508+
<small>most important changes since RPi Dashboard v0.10 (Mar 2021)</small>
509509
</div>
510510
</div>
511511
</div>
@@ -569,7 +569,7 @@
569569
<!-- Footer -->
570570
<footer style="line-height: 40px; background-color: #f5f5f5; margin-top: 10px;">
571571
<div class="container text-center">
572-
RPi Dashboard v0.10 <font class="text-muted">(Mar 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 />
572+
RPi Dashboard v1.0.0 <font class="text-muted">(Aug 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 />
573573
<button class="btn btn-secondary mb-2" onclick="$('#exampleModal').modal('show');"><i class="bi bi-gear"></i>&nbsp;Options</button>
574574
<hr style="margin-top: 0; margin-bottom: 0;">
575575
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>
@@ -593,7 +593,7 @@
593593
console.log("Custom user options: warncputemp="+warn_cpu_temp+" | warn_ram_space="+warn_ram_space+" | upd_time_interval="+upd_time_interval+" | warn_loads_size="+warn_loads_size);
594594
</script>
595595

596-
<script src="js/main.js?v=0.10"></script>
596+
<script src="js/main.js?v=1.0.0"></script>
597597

598598
<script>
599599
var ctx = document.getElementById('myChart').getContext('2d');

0 commit comments

Comments
 (0)