Slab v0.6.4
coding-jackalope
released this
25 May 00:00
·
233 commits
to master
since this release
This release addresses some issues found within the last release as well as some feature requests. Below is a list of some important changes made. For a more detailed list of changes, refer to the commit history.
Changes
- [Window] BeginWindow now returns the open state of the window to help in simplifying API calls and provides an alternative to managing window open state. (#16)
- [Cursor] Added functionality to indent/unindent the anchored cursor X position. (#17)
- [ListBox] Fixed an issue with elements being selectable outside the visible region. (#19)
- [Save State] Implemented feature request to save UI state to disk and load from disk on initialize. (#18)
- [Debug] Added SetVerbose function to toggle Slab logging to diagnose internal issues.