Skip to content

Releases: manatlan/htag

v0.62.0

12 Nov 08:55
Compare
Choose a tag to compare

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

10 Nov 14:48
Compare
Choose a tag to compare

features for AndroidApp & BrowserTornadoHTTP

  • tornado's runners got an add_handler( path, requesthandler ) too. (like starlette's runners got an add_route( path, handle ))

Full Changelog: v0.60.1...v0.61.0

v0.60.1

01 Nov 08:00
7faab3b
Compare
Choose a tag to compare

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

01 Nov 07:25
a106a47
Compare
Choose a tag to compare

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

01 Nov 06:53
731ed53
Compare
Choose a tag to compare

fix previous fix

v0.54.0

01 Nov 06:38
61ca2da
Compare
Choose a tag to compare

Fix: runner ChromeApp/exit when it can't really start. So it closes fine

v0.53.0

25 Oct 12:08
6836352
Compare
Choose a tag to compare

htag.runners.ChromeApp displays uvicon log as critical only

Full Changelog: v0.52.0...v0.53.0

v0.52.0

25 Oct 10:00
7d23814
Compare
Choose a tag to compare

htag.runners ChromeApp & WinApp now do a "window.close()" when websocket onclose

Full Changelog: v0.51.0...v0.52.0

v0.51.0

06 Oct 10:16
a0714a6
Compare
Choose a tag to compare

fix on previous

  • tag.state is REALLY more dynamic

Full Changelog: v0.50.3...v0.51.0

v0.50.3

06 Oct 06:12
739e80a
Compare
Choose a tag to compare

fix on previous

tag.state is more dynamic

Full Changelog: v0.50.2...v0.50.3