- Fix upgrade notification (that should have come with 0.4.0)
- Include this changelog into the extension.
- Store snapshots in the downloads folder by default; make storing internally optional. (commit fbebd1c)
- Detect extension upgrade, and notify the user of the new behaviour. (ibid.)
- Add a ‘snapshot & close’ action to the context (right-click) menu of tabs. (commit 7d88b65)
- When snapshotting links in a selection, support multiple selections. (commit 780c0cc)
- Add the possibility to programmatically visit and snapshot multiple pages; e.g. all pages that are listed in a table of contents (select the links, right-click and choose "snapshot linked pages").
- Update freeze-dry to v0.2.3, so that we…
- …no longer choke on some invalid URLs (issue #137);
- …add the proper character encoding declaration to snapshots;
- …keep/make links within the document (e.g.
<a href="#top">
) relative.
- Update most other dependencies (should not noticeably change much)
- Add an options page with:
- a button to download all snapshots from IndexedDB to the downloads folder.
- a checkbox to have every new snapshot to directly be saved as a download.
- Support opening a snapshot in a new tab.
- If storing to IndexedDB fails, fall back to directly downloading the snapshot.
- Thoroughly simplify code base
- Abandon ambitions for full history logging, smart deduplication, etcetera.
- Drop half-implemented support for pdf documents (we made them searchable, but did not save them)
- Drop support for searching through address-/omni-/awesome-bar. Did not seem worth maintaining.
- Change popup behaviour
- Open snapshots in the current tab
- Show (other) snapshots when viewing a snapshot
- Consistently show both 'save as' and delete button at every place that had either.
- Fix 'save as' when invoked from the popup (was broken in Firefox)
- Turn overview into a grid layout
- Updated freeze-dry: store provenance metadata inside the snapshot file, parse css properly, etc.
Just some dependency fixes.
Now also captures content inside frames, after a full rewrite of the underlying freeze-dry code.
Change popup interaction; it now lists previous snapshots of the viewed page. Also some small fixes.
Small design tweaks and technical fixes.
...