Releases: manatlan/htag
v0.62.0
runner ChromeApp (starlette)
- add
add_route( path, handle )
runner WinApp (tornado)
- add
add_handler( path, handle )
Full Changelog: v0.61.0...v0.62.0
v0.61.0
features for AndroidApp & BrowserTornadoHTTP
- tornado's runners got an
add_handler( path, requesthandler )
too. (like starlette's runners got anadd_route( path, handle )
)
Full Changelog: v0.60.1...v0.61.0
v0.60.1
Runner WinApp, if it can't start a chrome in "app mode" : open a tab in the current webbrowser (and can exit on tab close).
So, in all cases : WinApp will start something.
So WinApp is like ChromeApp : in all cases, they will be able to run a tab in the current browser ... if they fail to start a chrome in app mode.
Full Changelog: v0.60.0...v0.60.1
v0.60.0
Runner ChromeApp, if it can't start a chrome in "app mode" : open a tab in the current webbrowser (and can exit on tab close).
So, in all cases : ChromeApp will start something.
It's a major difference vs WinApp (todo: should update docs)
Full Changelog: v0.55.0...v0.60.0
v0.55.0
v0.54.0
v0.53.0
htag.runners.ChromeApp displays uvicon log as critical only
Full Changelog: v0.52.0...v0.53.0
v0.52.0
htag.runners ChromeApp & WinApp now do a "window.close()" when websocket onclose
Full Changelog: v0.51.0...v0.52.0