Skip to content

Releases: rgwood/systemctl-tui

v0.3.5

03 May 01:11
2f80971
Compare
Choose a tag to compare

What's Changed

  • Add distro packages section to README.md by @orhun in #16
  • Fix a bug where an error on older systemd versions would mess with the terminal UI @rgwood in #18

New Contributors

  • @orhun made their first contribution in #16

Full Changelog: v0.3.4...v0.3.5

v0.3.4

27 Apr 04:37
Compare
Choose a tag to compare

Fix a bug where we were printing the scope after exiting, and upgrade dependencies.

Full Changelog: v0.3.3...v0.3.4

v0.3.3

29 Feb 07:04
Compare
Choose a tag to compare
  1. Fixed a bug where the scope specified by the user was not respected on refresh
  2. Fixed a failure to launch on WSL. WSL doesn't really support user services, so now we default to scope=global on WSL
  3. Added better stack traces for users who don't have the RUST_BACKTRACE environment variable set

Full Changelog: v0.3.2...v0.3.3

v0.3.2

29 Feb 06:23
Compare
Choose a tag to compare

What's Changed

  • Removed emoji from the UI because WezTerm on Windows does not handle them well 😔 #15

v0.3.1

21 Jan 21:20
Compare
Choose a tag to compare

What's Changed

  • Fix failure to launch when running as root by @rgwood in #13

v0.3.1-alpha.2

21 Jan 07:29
Compare
Choose a tag to compare
v0.3.1-alpha.2 Pre-release
Pre-release

This "release" is just testing the GitHub CI action that builds binaries and attaches them to each release. LGTM

v0.3.0

21 Jan 03:00
Compare
Choose a tag to compare

Added support for user units: #8