mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 05:36:37 +00:00
Update Changelog
This commit is contained in:
parent
239c56f243
commit
89c09620fb
@ -2,17 +2,19 @@
|
|||||||
|
|
||||||
## v0.7.0
|
## v0.7.0
|
||||||
|
|
||||||
|
### Web UI
|
||||||
|
- _Selectable dark/light theme?_
|
||||||
|
|
||||||
|
### Objects
|
||||||
|
- All objects can have a custom `tag` which can contain JSON data (or numbers or text) (thanks @nagyrobi)
|
||||||
|
|
||||||
### Fonts
|
### Fonts
|
||||||
- Use FreeType fonts from flash
|
- Use FreeType fonts from flash
|
||||||
- Use LVGL binary fonts from flash, loaded into PSram
|
- Use LVGL binary fonts from flash, loaded into PSram
|
||||||
- Removed defunct .zi font support
|
- Removed defunct .zi font support
|
||||||
- Added Vietnamese encoding (thanks @kydang789)
|
|
||||||
- ~~Breaking: The UTF codes for the built-in icons have changed from the previous list!~~
|
- ~~Breaking: The UTF codes for the built-in icons have changed from the previous list!~~
|
||||||
- Font ID is replaced by `namexx` (`where xx is the size`) but the previous Font ID still works for backwards compatibility
|
- Font ID is replaced by `namexx` (`where xx is the size`) but the previous Font ID still works for backwards compatibility
|
||||||
|
|
||||||
### Web UI
|
|
||||||
- _Selectable dark/light theme?_
|
|
||||||
|
|
||||||
### Services
|
### Services
|
||||||
- Add SimpleFTPServer to easily upload and download files to the plate *(one simultanious connection only)*
|
- Add SimpleFTPServer to easily upload and download files to the plate *(one simultanious connection only)*
|
||||||
|
|
||||||
@ -30,7 +32,11 @@
|
|||||||
- Hide cursor during `antiburn` and `idle` if the pointer is enabled
|
- Hide cursor during `antiburn` and `idle` if the pointer is enabled
|
||||||
|
|
||||||
### Objects
|
### Objects
|
||||||
- `img.src` now accepts `https` urls (thanks @htvekov)
|
- `img.src` now accepts both `http` and `https` urls (thanks @htvekov)
|
||||||
|
- `img.src` now accepts `png` and `binary` image urls
|
||||||
|
|
||||||
|
### Fonts
|
||||||
|
- Added Vietnamese encoding build option (thanks @kydang789)
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
- Fix a bug in `dropdownlist` were `close` method performed `open` instead (thanks @htvekov)
|
- Fix a bug in `dropdownlist` were `close` method performed `open` instead (thanks @htvekov)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user