mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-26 04:36:38 +00:00
Update Changelog and Readme
This commit is contained in:
parent
57614ee89b
commit
b8369c8ada
@ -6,12 +6,11 @@
|
|||||||
- _Selectable dark/light theme?_
|
- _Selectable dark/light theme?_
|
||||||
|
|
||||||
### Objects
|
### Objects
|
||||||
- All objects can have a custom `tag` which can contain JSON data (or numbers or text) (thanks @nagyrobi)
|
- All objects have a custom `tag` property which can contain abritrary 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
|
|
||||||
- ~~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
|
||||||
|
|
||||||
@ -24,7 +23,6 @@
|
|||||||
### Web UI
|
### Web UI
|
||||||
- Updated to modern responsive design
|
- Updated to modern responsive design
|
||||||
- Allow for a customizible `vars.css`, `style.css`, `script.js` and `edit.htm`
|
- Allow for a customizible `vars.css`, `style.css`, `script.js` and `edit.htm`
|
||||||
- _Selectable dark/light theme?_
|
|
||||||
- Display info message when configuration is changed and reboot is needed
|
- Display info message when configuration is changed and reboot is needed
|
||||||
- Add checkbox to toggle ANSI codes (thanks @geiseri)
|
- Add checkbox to toggle ANSI codes (thanks @geiseri)
|
||||||
|
|
||||||
@ -33,10 +31,11 @@
|
|||||||
|
|
||||||
### Objects
|
### Objects
|
||||||
- `img.src` now accepts both `http` and `https` urls (thanks @htvekov)
|
- `img.src` now accepts both `http` and `https` urls (thanks @htvekov)
|
||||||
- `img.src` now accepts `png` and `binary` image urls
|
- `img.src` now accepts `png` and `binary` image urls, PSram is *highly* recommended
|
||||||
|
|
||||||
### Fonts
|
### Fonts
|
||||||
- Added Vietnamese encoding build option (thanks @kydang789)
|
- Added Vietnamese encoding build option (thanks @kydang789)
|
||||||
|
- **Breaking:** Removed defunct .zi font support
|
||||||
|
|
||||||
### 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)
|
||||||
|
@ -49,7 +49,7 @@ For support using openHASP, please join the [#openHASP channel][6] on Discord.
|
|||||||
|
|
||||||
## [Donate][9]
|
## [Donate][9]
|
||||||
|
|
||||||
[](https://www.buymeacoffee.com/aktdCofU)
|
[](https://ko-fi.com/openhasp)
|
||||||
[][9]
|
[][9]
|
||||||
|
|
||||||
[1]: https://github.com/HASwitchPlate/HASPone
|
[1]: https://github.com/HASwitchPlate/HASPone
|
||||||
|
Loading…
x
Reference in New Issue
Block a user