Skip to content

v0.66.0

Compare
Choose a tag to compare
@manatlan manatlan released this 14 Nov 16:58
· 187 commits to main since this release

All runners (except PyScript) can accept a parameter file at contruction time. This file will be used to restore/save the "tag.session" (dict) changes (and so, the tag.state (which is a subdict of tag.session))

Example:

app=ChromeApp( Page , file="/tmp/data.json")
app.run()

btw: the tag.session is a property used by htagweb. But now, it's a great use in htag desktop runners too !

Full Changelog: v0.65.0...v0.66.0