Releases: neuralinkcorp/tsui
Releases · neuralinkcorp/tsui
v0.2.0
Installing This Update
If you already have tsui, it should auto-update. To install or manually upgrade, run:
curl -fsSL https://neuralink.com/tsui/install.sh | bash
Changelog
- Add a list of all network devices with basic functionality
- In accordance with recent updates to the Tailscale API, bring login process closer to parity with official Tailscale clients
- Fix many edge cases with the menu scrolling system
New Contributors
- @nikolaydubina made their first contribution in #16
- @leon332157 made their first contribution in #15
v0.1.0
v0.0.4
The first open-source release of tsui. To install or upgrade, run:
curl -fsSL https://neuralink.com/tsui/install.sh | bash
Changelog
- Now licensed under the MIT license!
- Fixed update checker and installer script.
- Swapped received and sent byte counters so received is first.
- Tweaked selection color of danger buttons.
v0.0.3
Changelog
- Adds a warning for the user when they run tsui without write permissions.
- Fixes duration formatting of the key expiration time.
- Adds a note on how to quit the program.
- Adds an update checker.
- Binaries are now generated with a standardized build system, and we are statically linking X11 for clipboard support.
- There's now a Linux ARM build!