v0.4.298
This commit is contained in:
@@ -188,6 +188,9 @@ _\*this step can be skipped if you add WiFiSSID WiFiPassword pairs to the [yoRad
|
||||
|
||||
---
|
||||
## Version history
|
||||
#### v0.4.298
|
||||
- fixed playlist scrollbar in Chrome
|
||||
|
||||
#### v0.4.297
|
||||
- fix _"Could not decode a text frame as UTF-8"_ websocket error _//Thanks for [Verholazila](https://4pda.to/forum/index.php?s=&showtopic=1010378&view=findpost&p=113551446)_
|
||||
- fix display of non-latin characters in the web interface
|
||||
|
||||
@@ -447,7 +447,7 @@ input[type=range]::-moz-range-track {
|
||||
scrollbar-color: #e3d25f #000;
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
#playlist::-webkit-scrollbarr {
|
||||
#playlist::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
height: 8px;
|
||||
background-color: #000;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef options_h
|
||||
#define options_h
|
||||
|
||||
#define VERSION "0.4.297"
|
||||
#define VERSION "0.4.298"
|
||||
|
||||
#if __has_include("myoptions.h")
|
||||
#include "myoptions.h" // <- write your variable values here
|
||||
|
||||
Reference in New Issue
Block a user