v0.0.7
- Breaking changes for configuration file regarding
Style
property.
before:
perfomance = "High"
[style]
font-size = 18
theme = "lucario"
now:
perfomance = "High"
theme = "lucario"
font-size = 18
- Fix Background color not entirely set on vim #88
- Scroll now works for x11 and wayland.
- No longer renders to macos and x11 windows that are fully occluded / not directly visible.
- Introduced
window-opacity
config property for WebAssembly and Wayland builds. - Add permissions instructions to Rio macos builds (Fix #99).
- Fixes for x11 and wayland rendering (Related: #98 and #100).
- Perfomance fixes (Related: #101).
- Sugarloaf WebAssembly support.
- Fixed resize for all contexts: removed the glitch when resizing and switching between tabs.
- Fixed cursor incosistencies #95.
- Added command line interface support (
--help
,--version
,-e
and--command
). - Added a fallback for WPGU request device operation: downlevel limits, which will allow the code to run on all possible hardware.
- Added
padding-x
to configuration. - Reload automatically when the configuration file is changed (#69).
- Fix
Ctrl+D
. - Fix
exit
command not closing the app (#87). - Changed default
light-black
color.