Skip to content

v0.80.0

Compare
Choose a tag to compare
@F1bonacc1 F1bonacc1 released this 13 Jan 23:49
· 195 commits to main since this release

What Changed

  • Added ability to select the visible namespace in TUI (Ctrl-G)
  • Added color icons to visualize processes state (Issue: #125)
  • Added ability to disable the HTTP server (--no-server flag) (Issue: #126)

Bug Fixes

  • Disable selection mode in Wayland - a temporary solution until clipboard is available. (Issue: #116)
  • Disable gin log in headless mode if the PC_DEBUG_MODE environment variable is not defined. (Issue: #124)
  • Fixed search field width

Full Changelog

  • 1a4a1b4 Bug Fix: #116 - Removed selection mode in Wayland session (temp)
  • c9625e0 Bug Fix: #124 - disable gin log if PC_DEBUG_MODE is not defined
  • ceb8005 Bug Fix: Fixed search field width
  • 363b0af Bug Fix: prevent process state race
  • 0268ce6 Bump nix to v0.80.0
  • f6f31e8 Feature: Added ability to select visible namespaces
  • d5aaa59 Issue: #125 - color icons for processes state
  • 5da3fdf Issue: #126 - added ability to disable the HTTP server