Skip to content

Releases: matheus-git/systemd-manager-tui

v1.2.4

25 Feb 21:40

Choose a tag to compare

  • Enabled polkit! Now running systemd-manager-tui in an environment with a GUI will trigger a pop-up (polkit) that will mediate the permission in a more restricted way. There’s no need to run it with sudo! #54
  • Added a notifier (using the OS’s native notifications) that is triggered when any system unit fails. It only works if you run it without sudo, since it needs a connection to the session.
  • Fixed a bug where unmask was not happening. #65
  • Optimization in loading the unit’s uptime. #63

v1.2.2

15 Feb 19:37
a4d696c

Choose a tag to compare

  • Added runtime display for the selected service by @reidt1 in #61
  • Changed inactive labels to gray (#60)
  • Added "/" as a shortcut for filtering
  • Implemented suspend (Ctrl+Z) command, allowing you to switch between the terminal and systemd-manager-tui using Ctrl+z and fg without losing state
  • Fixed initial cursor position (it sometimes did not start at the beginning of the input)

Thanks for 1k stars!! 🎉

v1.2.1

10 Feb 21:02

Choose a tag to compare

Improvements suggested via issues:

  • Added common text editing shortcuts to filter issue #57
  • Added Escape as an alternative shortcut to go back in menus issue #58
  • Changed table header to gray issue #59

v1.2.0

06 Dec 21:32
6960282

Choose a tag to compare

  • Starts 1 second faster (in my benchmark)
  • Queries 'State' in another thread, with a placeholder '...' while the information is loading.
  • Fixes a bug where information about the unit is not displayed, even though it exists.
  • At startup, it displays only runtime services. You can display all units by pressing 'f'.

v1.1.1

15 Oct 01:26

Choose a tag to compare

  • Fixed bug when editing unit files or viewing logs for user units
  • Optimized release binary
  • Improved some error messages

v1.1.0

26 Jul 20:08

Choose a tag to compare

  • New filter cycle with 4 states (all→active→inactive→failed)
  • Improved help system with detailed popup

v1.0.9

19 Jul 15:20
61f6e62

Choose a tag to compare

  • Visual feedback on actions for units
  • Wait until start/stop/restart completes, avoiding "activating" or "deactivating"
  • Mask/Unmask action

v1.0.8

10 Jul 21:14

Choose a tag to compare

  • Removing libc from the list of dependencies because it is no longer being imported.

v1.0.7

10 Jul 20:28

Choose a tag to compare

  • Vim-like navigation enabled, though not shown in shortcuts
  • Significant performance improvements in actions: start, stop, enable, disable

List all units

10 Jul 00:21

Choose a tag to compare

  • As requested, systemd-manager-tui now implements the feature to display ALL units. The API doesn’t return all data if the unit isn’t running, so some rows may appear with empty columns.
  • The next feature will be Vim-like navigation.