Skip to content

v0.9.0 Unstable

Latest
Compare
Choose a tag to compare
@levovix0 levovix0 released this 23 Jun 20:30
· 6 commits to master since this release

Breaking changes

  • sizeHorisontal is now sizeHorizontal.
  • Now all enums are non-pure by default. Use -d:siwin_use_pure_enums to return previous behavior.
  • Software-rendering windows are now give a PixelBuffer, instead of allowing to drawImage on them. Also PilexBuffer is now used to set window icon.
  • siwin/bgra is now siwin/colorutils and Color32bit should be used instead of ColorBgrx.
  • FocusChangedEvent, FullscreenChangedEvent and MaximizedChangedEvent is combined into StateBoolChangedEvent.

New features

  • added Wayland support. (for now not all features are properly inplemented, and there may be many bugs).
  • added level3_shift and level5_shift keys.

Full Changelog: 0.8.4.6...0.9.0