Skip to content

v1.3.1: Frames Support (release fix)

Choose a tag to compare

@GeiserX GeiserX released this 06 Apr 18:53

Supersedes v1.3.0 (whose release workflow did not fire correctly).

What's New

New Features

  • Added support for <frame> and <frameset> pages — sites built entirely with frames (common in early 2000s web) now have all frame content downloaded and URLs rewritten for offline viewing
  • Internal <iframe> content is also now properly downloaded and processed

Bug Fixes

  • Fixed frame-only pages downloading nothing but the index HTML (fixes #1)
  • Fixed Wayback Machine replay prefix parsing (fw_, if_) that was preventing frame URL extraction

Improvements

  • Single version source of truth (__init__.pysetup.py)
  • Release workflow uploads build artifacts and gracefully skips PyPI when token is absent