What's Changed
- Updated libvaxis and refactored
build.zig
by @BrookJeynes in #7 - Notifications are now their own windows that appear to the right by @BrookJeynes in #8
- Notifications are now their own windows that appear to the right of the screen. they disappear after 3 seconds but note that renders only occur after an action has been polled. this means that if you wait for 3 seconds without an action, the notification wont disappear until an action occurs.
- Added info notifications on actions such as renaming, deleting, changing dir, etc.
- Added
notification_box
colour setting to config.
Full Changelog: v0.5.0...v0.6.1