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 onadd
- ๐ 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.
-
v0.4.13
August 10, 2020