Releases: matheus-git/systemd-manager-tui
Releases · matheus-git/systemd-manager-tui
v1.2.0
- 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
- Fixed bug when editing unit files or viewing logs for user units
- Optimized release binary
- Improved some error messages
v1.1.0
- New filter cycle with 4 states (all→active→inactive→failed)
- Improved help system with detailed popup
v1.0.9
- Visual feedback on actions for units
- Wait until start/stop/restart completes, avoiding "activating" or "deactivating"
- Mask/Unmask action
v1.0.8
- Removing
libcfrom the list of dependencies because it is no longer being imported.
v1.0.7
- Vim-like navigation enabled, though not shown in shortcuts
- Significant performance improvements in actions: start, stop, enable, disable
List all units
- As requested,
systemd-manager-tuinow 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.
v1.0.2
Merge pull request #24 from matheus-git/develop style 'systemctl cat' output