Releases: l5yth/lsu
Releases · l5yth/lsu
lsu v0.1.2
lsu v0.1.2 is a service release that adds new features.
- adds a
--sortflag to control the organization of the unit list - adds keybindings to start/restart/stop services and enable/disable units
What's Changed
- improve footer help by @l5yth in #20
- add long name to usage instructions by @l5yth in #21
- debug: add a tui debugging mode for visual development by @l5yth in #22
- lsu: allow restarting and enabling services from the tui by @l5yth in #23
- Show installed-only units, and add --sort flag by @laanwj in #24
- remove installed test artifact by @l5yth in #25
- update linux packages by @l5yth in #26
Full Changelog: v0.1.1...v0.1.2
lsu v0.1.1
lsu v0.1.1 is a service release that adds (and removes) new features.
- You can limit scope to user units only by passing
--userflag thanks @laanwj - The autorefresh feature has been removed as it is not sensible.
What's Changed
- chore: bump crate to v0.1.1 by @l5yth in #12
- tui: better error handling when command is not found by @l5yth in #14
- Add flag for viewing user scoped units by @laanwj in #13
- fix user scope clippy warnings by @l5yth in #15
- remove autorefresh by @l5yth in #16
- refactor monolithic tui code by @l5yth in #17
- deny missing docs by @l5yth in #18
- limit usage instructions to 120 width by @l5yth in #19
New Contributors
Full Changelog: v0.1.0...v0.1.1
lsu v0.1.0
This is the first release for lsu, the rust-based terminal user interface for quick systemctl and journalctl inspection.
What's Changed
- ci: enable workflow by @l5yth in #1
- build(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #2
- build(deps): bump crossterm from 0.27.0 to 0.29.0 by @dependabot[bot] in #3
- build(deps): bump ratatui from 0.26.3 to 0.30.0 by @dependabot[bot] in #4
- do not block ui when data refreshes by @l5yth in #5
- allow filtering units by status by @l5yth in #6
- packaging: provide aur pkgbuild and gentoo ebuild by @l5yth in #7
- allow log inspection by @l5yth in #8
- display a warning when no units match filters by @l5yth in #9
- do only use trusted system binary paths by @l5yth in #10
- fix unit filtering edge cases by @l5yth in #11
New Contributors
- @l5yth made their first contribution in #1
- @dependabot[bot] made their first contribution in #2
Full Changelog: https://github.com/l5yth/lsu/commits/v0.1.0