All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- The GPU segment finally has a non-shell spawning implementation (huge thanks to @k-ronny's suggestion on #1) and started using the iron-oxide crate.
- Everything, all project files & functions have been ported out to Rust.
- Changed cache implementations with new utils (
get_cache
,set_cache
,clear_cache
).
- Add
wm
segment.
- Use mutex locks for shell commands.
- Update
packages
command.
- Initial release.