Skip to content

Releases: l5yth/psn

psn v0.1.4

Choose a tag to compare

@l5yth l5yth released this 06 May 07:36
Immutable release. Only release title and notes can be modified.
v0.1.4
d0e78a2

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

Choose a tag to compare

@l5yth l5yth released this 05 May 10:57
Immutable release. Only release title and notes can be modified.
v0.1.3
062268e

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

Choose a tag to compare

@l5yth l5yth released this 07 Mar 14:46
Immutable release. Only release title and notes can be modified.
v0.1.2
7df4e2d

psn v0.1.2 is a service release that adds, among others, interactive filtering with /.

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

psn v0.1.1

Choose a tag to compare

@l5yth l5yth released this 28 Feb 09:53
Immutable release. Only release title and notes can be modified.
v0.1.1
6822583

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

Choose a tag to compare

@l5yth l5yth released this 26 Feb 19:42
Immutable release. Only release title and notes can be modified.
v0.1.0
8110cc8

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

  • @l5yth made their first contribution in #1

Full Changelog: https://github.com/l5yth/psn/commits/v0.1.0