Skip to content

v2.1.3: Complete Rewrite with offline saving, tagging, and support for v0.8.5

Compare
Choose a tag to compare
@pirate pirate released this 17 Mar 05:58
· 26 commits to master since this release

configuring-server
url-submission
admin-ui

Usage:

load the ./redesign folder in Chrome as an "Unpacked Extension" after enabling Dev Mode in `chrome://extensions`.

It should autoreload from source automatically for most basic edits, but it can also be manually refreshed from chrome://extensions.

  • update to manifest v3
  • Fixes #30
  • Fixes #26
  • Fixes #23
  • Fixes #9
  • Fixes #6
  • Fixes #5
  • Fixes #3
  • Fixes #10
  • Fixes #2
  • Fixes #25
  • TODO #4 will revesit later
  • TODO #29 will revisit later
  • TODO #15 will revisit later
image
  • redesign UI to show a popup in the upper right when image action button is clicked
  • autocomplete tags from all tags in popup

image


image
image

  • add admin view where you can see a list of all the URLs you've collected so far
  • add ability to search admin view by url, timestamp, uuid, tags
  • add the ability to export filtered URLs list from history as CSV and JSON
  • add the ability to import URLs from chrome history / bookmarks by daterange or filter query

image
  • add the ability to edit extension config options, allowlist/denylist, etc. from options.html
  • add the ability to test connection to ArchiveBox server

image
  • add the ability to load cookies from browser into archivebox persona

Other Changes

  • Redesign fixes by @benmuth in #34
  • Improve status and error reporting by @benmuth in #35
  • Add fallback when API call fails. by @benmuth in #36
  • Bugfixes by @benmuth in #37
  • Update to manifest v3, redesign UI to allow click-to-archive + tagging, add history view + options.html page for settings by @pirate in #31
  • Misc extension fixes by @benmuth in #39

New Contributors

Full Changelog: v1.3.1...v2.1.3