v0.66.0
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