All Versions
20
Latest Version
Avg Release Cycle
66 days
Latest Release
908 days ago

Changelog History
Page 2

  • v0.4.12 Changes

    August 10, 2020

    ๐Ÿ›  This is a minor bugfix release with some Dockerfile improvements to qualify for the official docker image library.

  • v0.2.4 Changes

    February 27, 2019
    • ๐Ÿ‘ better archive corruption guards (check structure invariants on every parse & save)
    • โœ‚ remove title prefetching in favor of new FETCH_TITLE archive method
    • ๐Ÿ“œ slightly improved CLI output for parsing and remote url downloading
    • โšก๏ธ re-save index after archiving completes to update titles and urls
    • โœ‚ remove redundant derivable data from link json schema
    • ๐Ÿ“œ markdown link parsing support
    • ๐Ÿ“œ faster link parsing and better symbol handling using a new compiled URL_REGEX
  • v0.2.3 Changes

    February 19, 2019
    • ๐Ÿ›  fixed issues with parsing titles including trailing tags
    • ๐Ÿ›  fixed issues with titles defaulting to URLs instead of attempting to fetch
    • ๐Ÿ›  fixed issue where bookmark timestamps from RSS would be ignored and current ts used instead
    • ๐Ÿ›  fixed issue where ONLY_NEW would overwrite existing links in archive with only new ones
    • ๐Ÿ›  fixed lots of issues with URL parsing by using urllib.parse instead of hand-written lambdas
    • ๐Ÿฑ ignore robots.txt when using wget (ssshhh don't tell anyone ๐Ÿ˜)
    • ๐Ÿ›  fix RSS parser bailing out when there's whitespace around XML tags
    • ๐Ÿ›  fix issue with browser history export trying to run ls on wrong directory
  • v0.2.2 Changes

    February 07, 2019

    ๐Ÿ›  This is a bugfix release, many parts of the parsing process have been improved or fixed.

    • ๐Ÿ‘ Shaarli RSS export support
    • ๐Ÿ›  Fix issues with plain text link parsing including quotes, whitespace, and closing tags in URLs
    • โž• add USER_AGENT to archive.org submissions so they can track archivebox usage
    • โœ‚ remove all icons similar to archive.org branding from archive UI
    • hide some of the noisier youtubedl and wget errors
    • set permissions on youtubedl media folder
    • ๐Ÿ›  fix chrome data dir incorrect path and quoting
    • ๐Ÿ‘ better chrome binary finding
    • ๐Ÿ“œ show which parser is used when importing links, show progress when fetching titles
  • v0.2.1 Changes

    January 11, 2019

    ๐Ÿš€ This is a feature-packed release, so it's likely to be a little buggier than usual!

    ๐Ÿ†• New features:

    • ๐Ÿ“œ ability to load any plain text list of links (also the new fallback for all parses)
    • WARC file saving via wget: FETCH_WARC=True
    • Git repository downloading with git clone: FETCH_GIT=True GIT_DOMAINS=github.com,gitlab.com,bitbucket.org
    • Media downloading with youtube-dl: FETCH_MEDIA=True MEDIA_TIMEOUT=36000

    ๐Ÿ›  Bugfixes:

    • autodetect the correct chromium binary in almost all cases
    • ๐Ÿ’ป create browser history export folder automatically
    • higher allowed timestamp precision

    ๐Ÿ†• New logo:

  • v0.2.0 Changes

    December 21, 2018

    No major changes other than the name.

  • v0.1.0 Changes

    June 11, 2018

    ๐Ÿšš Warning: Running this version will move the old html/ output folder to the new location: output/.

    ๐Ÿ”„ Changes:

    • entirely new folder structure & code layout
    • ๐Ÿšš moved scripts into bin/ folder, symlinked setup and archive for backwards-compatibility
    • removed TEMPLATE_INDEX* config options, just symlink the files in templates/ to your custom versions
    • โž• added support for ./bin/export-browser-history JSON imports of browsing history from Chrome and Firefox
  • v0.0.3 Changes

    October 30, 2017

    ๐Ÿ†• New Features:

    • ๐Ÿ‘Œ Support for parsing links from RSS feeds
    • ๐Ÿ‘Œ Support for specifying a URL as well as local file paths: ./archive.py https://example.com/path/to/rss/feed.xml
    • ๐Ÿ‘Œ Support for --user-data-dir for archiving restricted sites with chrome headless
    • Simple & Fancy HTML & JSON indexes for each individual link
    • Archive attempt history stored in link index.json

    ๐Ÿ‘Œ Improvements:

    • Append to existing archive instead of overwriting the index each time
    • โฌ‡๏ธ Reduced unnecessary config options, it should "just work"
    • Smartly dedupe and cleanup messy archive folders
    • Massively cleaned up codebase
  • v0.0.2 Changes

    July 04, 2017
    • ๐Ÿ”จ refactor codebase into separate files
    • check for minimum python version before running
    • ๐Ÿ›  fix utf-8 encoding errors when writing index.html
    • ๐Ÿ‘‰ make index easier to customize with templates/ folder
    • ๐Ÿšง WIP audio & video downloading with youtube-dl
  • v0.0.1 Changes

    July 04, 2017

    It's reached a point where I'm comfortable bringing Bookmark Archiver out of alpha and into beta.
    ๐Ÿš€ This release supports a broad range of bookmark export files, works well with wget archiving, and produces clean, future-compatible archive folders.

    ๐Ÿš€ See the README for more details and a list of features. Future releases will have a changelog.