|
29 | 29 |
|
30 | 30 | <link rel="stylesheet" href="css/bootstrap-4.6.0.min.css">
|
31 | 31 | <link rel="stylesheet" href="css/bootstrap-icons.css?v=1.4.0">
|
32 |
| -<link rel="stylesheet" href="css/darkmode.css?v=0.9.1" id="dmcss" type="text/css" disabled> |
| 32 | +<link rel="stylesheet" href="css/darkmode.css?v=0.9.2" id="dmcss" type="text/css" disabled> |
33 | 33 | <link rel="stylesheet" href="css/mdtoast.min.css?v=2.0.2">
|
34 | 34 |
|
35 | 35 | <title>RPi Dashboard</title>
|
|
467 | 467 | </div>
|
468 | 468 | <div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
|
469 | 469 | <div class="card-body">
|
470 |
| - <h3><font class='text-success'>✓</font> Version 0.9.1</h3> |
| 470 | + <h3><font class='text-success'>✓</font> Version 0.9.2</h3> |
471 | 471 | <ul><li>logout button</li><li>use fonts locally</li><li>show exact user-readable date of upcoming power event</li><li>bug fixes, miscellaneous improvements, updated 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>
|
472 | 472 | <small>most important changes since RPi Dashboard v0.9 (Feb 2021)</small>
|
473 | 473 | </div>
|
|
533 | 533 | <!-- Footer -->
|
534 | 534 | <footer style="line-height: 40px; background-color: #f5f5f5; margin-top: 10px;">
|
535 | 535 | <div class="container text-center">
|
536 |
| - RPi Dashboard v0.9.1 <font class="text-muted">(Mar 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 /> |
| 536 | + RPi Dashboard v0.9.2 <font class="text-muted">(Mar 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 /> |
537 | 537 | <button class="btn btn-secondary mb-2" onclick="$('#exampleModal').modal('show');"><i class="bi bi-gear"></i> Options</button>
|
538 | 538 | <hr style="margin-top: 0; margin-bottom: 0;">
|
539 | 539 | femto-code <a href="https://github.com/femto-code"><i class="bi bi-github"></i></a> · <font class="text-muted">2018 - 2021</font>
|
|
558 | 558 | 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);
|
559 | 559 | </script>
|
560 | 560 |
|
561 |
| -<script src="js/main.js?v=0.9.1"></script> |
| 561 | +<script src="js/main.js?v=0.9.2"></script> |
562 | 562 |
|
563 | 563 | <script>
|
564 | 564 | var ctx = document.getElementById('myChart').getContext('2d');
|
|
0 commit comments