Releases: javalsai/lidm
v0.2.0
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
Version 0.1.0
Mainly #22:
- Support for all popular init systems
- Manual pages
- No build warnings
- Small config changes
- Fix grammer
- A lot more CI (importantly, added builds for x32, aarch64, armv7 and riscv64)
And aside, went back to release tags in the format of vX.X.X
Automatic release notes:
What's Changed
New Contributors
Full Changelog: 0.0.2...v0.1.0
Version 0.0.2
What's Changed
Summarizing poor commit summary, decent README, added AUR packages, added nix flake (broken because of name case iirc), and about software... custom implementation of chvt
instead of relying on the command.
- changed the read me to be readable by @killertofus in #8
- idk what the li.service thing is about, I don't remember commiting this by @DeaDvey in #10
- bruh by @DeaDvey in #13
- feat(chvt): use custom implementation instead of system() by @grialion in #11
- I think there's supposed to be a newline here. by @cerealexperimentation in #14
- feat: add Nix flake by @grialion in #20
New Contributors
- @grialion made their first contribution in #11
- @cerealexperimentation made their first contribution in #14
Full Changelog: 0.0.1...0.0.2
I should probably go back to tags of vX.X.X format
Version 0.0.1
This will be the release format for now on, testing the AUR packages and I need a release to test them.
A small summary (from memory):
- Multiple env/pam fixes
- Some small ui bug fixes
- Elaborating on the makefile
- Support for systemd and init
- Several theme options (and more to come)
Version 0.0.0
Ig github workflow should compile and attach the binary after this. (if it doesn't fail now lol)