Releases: robinovitch61/wander
Releases · robinovitch61/wander
v0.4.2
Changelog
- 969556b Fix bug where polling updates multiply with reloads
v0.4.1
Changelog
- 8f8eadb Add host key path and PEM configuration for wander serve (#58)
v0.4.0
Changelog
- 1034e6e Add event tailing by pressing e on jobs page (#57)
- dea9cf8 Cleanup websocket connection before quit
- 7ab28c0 Improve config defaults
v0.3.3
Changelog
- e557562 Fix enter/exit exec session input states
v0.3.1
Changelog
- 887c780 Add instructions for disabling updates in --help
- 74bb260 Replace WANDER_ADDR with NOMAD_ADDR and WANDER_TOKEN with NOMAD_TOKEN (#53)
v0.3.0
Changelog
- da2cc90 Add polling updates for many pages (#40)
- 57e13b6 Color code jobs and allocations by status (#44)
- e84244e Conditionally highlight wrapped lines
- 2f9180c Disable polling if wander_polling_seconds <= 0
- 054be73 Fix bug where updates reset viewport xoffset
- 6a31b8d Fix wander serve by changing poll -> update
- 3f20ba8 Show count on jobs, running/(running+starting+queued) (#45)
- cb9fe1f Sort allocations by started times desc, all else equal
- ba7b138 Stable sort allocations
v0.2.0
Changelog
- 6bc54a4 Ability to exec commands in a running task (#34)
- 2ca8e4e Fix bug with save footer offset
- 3192fca Improve header look
- 2c89b9e Update issue templates
v0.1.4
Changelog
- b553bc3 Better error messages when token unauthorized or wrong size
v0.1.3
Changelog
- e323857 Create LICENSE
- 634dc4d Fix bug where overflow if viewport height matches terminal height exactly