Releases: l5yth/psn
Releases · l5yth/psn
psn v0.1.4
psn v0.1.4 is a service release that fixes version string inconsistencies. sorry for that :)
Full Changelog: v0.1.3...v0.1.4
psn v0.1.3
psn v0.1.3 is a service release that keeps dependencies tidy and fixes a refresh bug after sending signals.
What's Changed
- remove obsolete ps dependency by @l5yth in #15
- Bump sysinfo from 0.38.3 to 0.38.4 by @dependabot[bot] in #16
- Bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #18
- fix bug where killed process linger in list by @l5yth in #19
Full Changelog: v0.1.2...v0.1.3
psn v0.1.2
psn v0.1.2 is a service release that adds, among others, interactive filtering with /.
What's Changed
- Bump sysinfo from 0.38.2 to 0.38.3 by @dependabot[bot] in #10
- Bump nix from 0.31.1 to 0.31.2 by @dependabot[bot] in #11
- add nix flake by @l5yth in #12
- allow packaging on arm architecture by @l5yth in #13
- allow filtering / as you type by @l5yth in #14
New Contributors
- @dependabot[bot] made their first contribution in #10
Full Changelog: v0.1.1...v0.1.2
psn v0.1.1
psn v0.1.1 is a service release that improves usability.
What's Changed
- don't make pid 1 root item of all in tree by @l5yth in #8
- debug: add a tui debugging mode for visual development by @l5yth in #9
Full Changelog: v0.1.0...v0.1.1
psn v0.1.0
This is the first release for psn, the rust-based terminal user interface for quick ps process status navigation and control.
What's Changed
- initialize ci by @l5yth in #1
- chore: refactor psn into modules by @l5yth in #2
- improve footer help by @l5yth in #3
- ask for confirmation before sending signal by @l5yth in #4
- introduce cli flags by @l5yth in #5
- split out runtime for performance by @l5yth in #6
- show processes in a tree view by @l5yth in #7
New Contributors
Full Changelog: https://github.com/l5yth/psn/commits/v0.1.0