Releases: EdJoPaTo/mqttui
Releases · EdJoPaTo/mqttui
v0.14.0
- feat: pass mqtt credentials via cli 1c6e9b8
- feat(cli): allow for environment variable arguments 5320de3
- fix(cli): visible publish subcommand aliases e846518
- fix: show value on full width e1ee67c
- fix: improve error message cfea32b
- housekeeping, dependency updates, performance improvements, …
v0.13.0...v0.14.0
v0.13.0
- d1b6c63 feat(completions): generate completions
- bef57b4 fix(cli): switch --host to --broker
- 2e3ae6e perf: improve release build performance
- 8c3b6a8 ci(rust): include LICENSE in artifact
- 0b80ad3 ci(actions): include version in release package
BREAKING CHANGE: CLI argument -h/--host is now named --broker or -b bef57b4
v0.12.0
- feat(tui): show mqtt connection error instead of panic 0e60660
- feat(tui): gracefully quit on Ctrl + C ac9012e
- fix(tui): click into empty topic view no longer panics 6862dca
v0.11.1...v0.12.0
v0.11.0
- feat(tui): support mouse scrollwheel 105a153
- feat(tui): initial mouse click support 6497ad7
- feat(publish): add pub as cli alias ec35d67
- feat(publish): with retain argument d6a5f6c
- fix(tui): quit a bit more gracefully 14ab1aa
- perf(topic): understand topics faster 0c686c2
- perf(tui): mark tickrate as constant 2bb2e42
- perf(mqtt): use default (less often) keep alive interval 290a990
- refactor: update to tui 0.14 f258a7a
- chore(action): publish tar.gz releases 6a38cac
v0.10.0...v0.11.0
v0.10.0
- remove simple subscribe mode
- default to interactive mode
- move publish to subcommand publish
v0.9.0
Show JSON values as a tree widget and allow to select a key. The selected key is then shown in the history table/graph. 62be44e 0e9e95f 33e262d
v0.8.0
- feat(tui): improve tree view 238db97
- fix(mqtt_history): startup connection until ConnAck 4e146e1
- fix(tui): include border in payload size max height b9b372b
v0.7.0
- feat(tui): try to show payload as pretty json 3311da5
- feat(tui): last topic down is first topic again f5dd7d8
v0.6.0
- feat(tui): show meta data in topic overview 4d15291
- feat(tui): show message every ~n seconds 6bd6e58
- fix(tui): remove topic highlight symbol 7a38507