|
40 | 40 |
|
41 | 41 | <link rel="stylesheet" href="css/bootstrap-4.6.0.min.css">
|
42 | 42 | <link rel="stylesheet" href="css/bootstrap-icons.css?v=1.4.0">
|
43 |
| -<link rel="stylesheet" href="css/darkmode.css?v=1.0.0" id="dmcss" type="text/css" disabled> |
| 43 | +<link rel="stylesheet" href="css/darkmode.css?v=1.0.1" id="dmcss" type="text/css" disabled> |
44 | 44 | <link rel="stylesheet" href="css/mdtoast.min.css?v=2.0.2">
|
45 | 45 |
|
46 | 46 | <title>RPi Dashboard</title>
|
|
503 | 503 | </div>
|
504 | 504 | <div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
|
505 | 505 | <div class="card-body">
|
506 |
| - <h3><font class='text-success'>✓</font> Version 1.0.0</h3> |
| 506 | + <h3><font class='text-success'>✓</font> Version 1.0.1</h3> |
507 | 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 | 508 | <small>most important changes since RPi Dashboard v0.10 (Mar 2021)</small>
|
509 | 509 | </div>
|
|
569 | 569 | <!-- Footer -->
|
570 | 570 | <footer style="line-height: 40px; background-color: #f5f5f5; margin-top: 10px;">
|
571 | 571 | <div class="container text-center">
|
572 |
| - RPi Dashboard v1.0.0 <font class="text-muted">(Aug 2021)</font> <span id="dot">·</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.1 <font class="text-muted">(Aug 2021)</font> <span id="dot">·</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 /> |
573 | 573 | <button class="btn btn-secondary mb-2" onclick="$('#exampleModal').modal('show');"><i class="bi bi-gear"></i> Options</button>
|
574 | 574 | <hr style="margin-top: 0; margin-bottom: 0;">
|
575 | 575 | femto-code <a href="https://github.com/femto-code"><i class="bi bi-github"></i></a> · <font class="text-muted">2018 - 2021</font>
|
|
593 | 593 | 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);
|
594 | 594 | </script>
|
595 | 595 |
|
596 |
| -<script src="js/main.js?v=1.0.0"></script> |
| 596 | +<script src="js/main.js?v=1.0.1"></script> |
597 | 597 |
|
598 | 598 | <script>
|
599 | 599 | var ctx = document.getElementById('myChart').getContext('2d');
|
|
0 commit comments