Releases: altwalker/live-viewer
Releases · altwalker/live-viewer
Version 0.4.2
Changelog
Added
- Refactor WebSocket Server to serve as an intermediate layer between the Reporter and the Browser (#14).
- Add
--graphwalker-host
option to thewalk
andonline
commands (#17). - Add the
--verbose
,--unvisited
and--blocked
options to theonline
andwalk
command (#18). - Add the
-host
and-port
options to theopen
command (#19). - Add all the reporting options to the
online
andwalk
command (#20). - Add the
--import-mode
options to theonline
andwalk
commands (#21). - Use the model-visualizer version 0.0.6 from jsDelivr (#55).
- Add a health check endpoint at
/healthz
(#61). - Add a
/versionz
endpoint for getting the server version (#63).
Fixed
- Fix issue where the WebSocket client from the Browser disconnects during lengthy step execution (#29).
- Fix issue where the LiveViewer displays last executed step as current step (#30).
Removed
- Remove the
--delay
option (#22).
Version 0.4.1
(bugfix release)
Changelog
Fixed
- The
altwalker-viewer online
command throws an "Executor type 'tests' is not supported" error. (#12)
Version 0.4.0
Changelog
- Initial release.