Releases: Lookyloo/har2tree
v1.36.1
Some nodes have a referer, but it's not the full URL (with path) of the parent, making it harder to attach at the right place.
This release doesn't completely fixes it (as we need to rely on guessing), but it attaches the node to the furthest HTML document int he tree that is loaded from that domain. It should make the tree somewhat better, but we will see in practice.
Full Changelog: v1.36.0...v1.36.1
v1.36.0
Maintenance release, bump version to sync with lookyloo.
What's Changed
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #415
Full Changelog: v1.35.1...v1.36.0
v1.35.1
Avoid exception on old captures with frames.
Full Changelog: v1.35.0...v1.35.1
v1.35.0
- Improve matching local iFrames URLs
- Improve generation of HHHashes in edge case
Full Changelog: v1.34.2...v1.35.0
v1.34.2
Many improvements (speed and straight bugs) in the iFrames support.
Use frames during the tree generation, improving the tree.
Full Changelog: v1.34.1...v1.34.2
v1.34.1
Insert rendered frames in the tree (if any), less aggressive use of full regex to attach nodes in tree.
Full Changelog: v1.34.0...v1.34.1
v1.34.0
Maintenance, drop python 3.9.
Full Changelog: v1.33.0...v1.34.0
v1.33.0
Mostly a maintenance release, improve logging.
What's Changed
- build(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #396
Full Changelog: v1.32.1...v1.33.0
v1.32.1
Maintenance, missing a f-string in the logs.
Full Changelog: v1.32.0...v1.32.1
v1.32.0
Two relatively important changes in this one:
- Decode POSTed contents in multipart format
- Improve trees when the final URL in the browser is not in the HAR (yes, it is a thing)
Also match a few more JSON types for pretty-print.
Full Changelog: v1.31.6...v1.32.0