Long story short:
- Made a vector implementation that could fix some weird bugs with the hopes-and-prayers previous implementation.
- Added
behavior.source
andbehavior.user_source
to source files on startup (pretty much my lazy way to fix env issues, just throw/etc/locale.conf
in there and maybe custom stuff). It is a KEY/VALUE file, doesn't execute it. - Prob a few dev script fixes or ci tools config that I forgor about, not relevant.
- And some conventional ways to handle standard stuff in C.
afdsafdgafda, GitHub no longer allows user nobody in workflow runs or smth and I gotta update aur pkgs manually help
Automatic release notes:
What's Changed
- Code quality & Fixes by @javalsai in #24
- feat: add behavior.{source,user_source} for custom env by @javalsai in #26
Full Changelog: v0.1.0...v0.2.0