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

Changelog History
Page 1

  • v0.4.24

    December 03, 2020
  • v0.4.21

    August 18, 2020
  • v0.4.20

    August 18, 2020
  • v0.4.19

    August 18, 2020
  • v0.4.18

    August 18, 2020
  • v0.4.17 Changes

    August 18, 2020
    • ๐Ÿ›  Fix bugs with parsing long URLs as paths
    • html-encoded URLs
    • ๐Ÿ†• new generic HTML parser
    • ๐Ÿ†• new --init and --overwrite flags on add
    • ๐Ÿ‘Œ improve stdout and hints
    • ๐Ÿ›  fix Pull title button
    • ๐Ÿ›  other small bugfixes
  • v0.4.16 Changes

    August 18, 2020

    ๐Ÿ›  A minor bugfix release for the Readability archive method to avoid timing out killing the whole archiving process.

  • v0.4.15 Changes

    August 18, 2020
    • ๐Ÿ›  fix a bug where invalid URLs where attempted to be parsed an imported, causing the whole archive process to crash
    • โž• add support for scheduled archiving in docker

      docker run -v $PWD:/data archivebox schedule --foreground --every=day --depth=1 'https://getpocket.com/users/USERNAME/feed/all'

      docker-compose.ymlversion: '3.7'services: archivebox: image: nikisweeting/archivebox:latestcommand: schedule --foreground --every=day --depth=1 'https://getpocket.com/users/USERNAME/feed/all'environment: - USE_COLOR=True - SHOW_PROGRESS=Falsevolumes: - ./data:/data

  • v0.4.14 Changes

    August 14, 2020

    โž• Add support for the Readability article text extractor, it runs on the SingleFile, Wget, and DOM dump output by default, but if none of those are available it will download the article from scratch to do text extraction. This release also officially adds Docker support for ARM architectures, including the Raspberry Pi. The image size was also shrunk from 1.5GB to 452MB by making sure unnecessary build tools are uninstalled after the package build process.

    image

  • v0.4.13

    August 10, 2020