Releases: mentimeter/linkup
Releases · mentimeter/linkup
1.2.1
1.2.0
feat: revamp status command (#114) This PR improves the feedback of the status command to live update the services responses. One "breaking change" is the removal of the --all/-a option. With the idea to give better visibility of the overall status, that option doesn't make that much sense. (we can of course add it back if we think is very important here). Changelog: - Removed --all/-a options. Now all services are shown by default. - Added dependency to [`crossterm`](https://docs.rs/crossterm/latest/crossterm/) to manipulate the terminal output. - Cleaned up the output (removed "Service information:" and "Session information:" headers). - Services statuses are update as soon as we get them. - Removed `component_kind: linkup`. Internal Linkup services are reported as remote or local accordingly. - Added priority option for component status. This way we can keep the Linkup internal services reported on the beginning of the list.
1.1.1
fix: local/remote individual services
1.1.0
chore: bump linkup-cli 1.0.4 -> 1.1.0 (#111)
1.0.4
fix: paid tunnels cli errors (#102)
1.0.3
fix: set linkup env vars in .envs (#99) Sets env vars for both paid and free tunnels
1.0.2
feat: paid tunnels v1 (#97) Tested going from paid to free tunnel, and vice versa. Works smoothly for me at least 🤞 Some extra logging added that shows up when running `RUST_LOG=info cargo run -- start`. There is more that can be done with logging but will leave that for the linear card DO-1495 "linkup: logger". Part of DO-1495 Resolves DO-1496
1.0.1
Upgrade linkup-cli
1.0.0
Linkup version 1.0.0
0.2.15
doc: add link to linkup docs in help command (#81) https://linear.app/mentimeter/issue/DO-1380/add-linkup-docs-links-to-the-help-command