[PR #1297] 0.7.2 Release Candidate #2888

Closed
opened 2026-03-01 18:01:02 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/ArchiveBox/ArchiveBox/pull/1297

State: closed
Merged: Yes


To try out this release candidate early, run:

docker pull archivebox/archivebox:0.7.2

Summary of the changes from 0.7.1 -> 0.7.2

  • add --tag=tag1,tag2,tag3 support to archivebox schedule command
  • tag links immediately in first stage of archivebox add instead of at the end (so that imports that are paused or interrupted still get tagged correctly)
  • fix config variables in CHROME_USER_AGENT format string not getting interpolated properly
  • switch readability to prefer Chrome DOM dumps for article text instead of singlefile (because singlefile output is often huge and crashes readability/times out)
  • allow PGID=0 and root-group ownership (but not PUID=0)
  • improve error messages, hints, and logging in Docker
  • fix action buttons in Snapshot admin page not showing up correctly
  • cleanup Github pages configuration and move it all into a subfolder to avoid clutter of the root folder
  • bump dependency versions (yt-dlp, chrome, readability, node, python)
  • make Docker image smaller by removing unneeded docs files
  • better current version detection and remove annoying +editable string and also add BUILD_TIME
  • add banner to notify user if new ArchiveBox version is available on Github (thanks @benmuth!)
  • fix /browsers/* does not exist warning on startup
  • warn when Docker / or /data volume mounts don't have any space available
**Original Pull Request:** https://github.com/ArchiveBox/ArchiveBox/pull/1297 **State:** closed **Merged:** Yes --- To try out this release candidate early, run: ```bash docker pull archivebox/archivebox:0.7.2 ``` Summary of the changes from `0.7.1` -> `0.7.2` - add `--tag=tag1,tag2,tag3` support to `archivebox schedule` command - tag links immediately in first stage of `archivebox add` instead of at the end (so that imports that are paused or interrupted still get tagged correctly) - fix config variables in `CHROME_USER_AGENT` format string not getting interpolated properly - switch readability to prefer Chrome DOM dumps for article text instead of singlefile (because singlefile output is often huge and crashes readability/times out) - allow `PGID=0` and root-group ownership (but not PUID=0) - improve error messages, hints, and logging in Docker - fix action buttons in Snapshot admin page not showing up correctly - cleanup Github pages configuration and move it all into a subfolder to avoid clutter of the root folder - bump dependency versions (yt-dlp, chrome, readability, node, python) - make Docker image smaller by removing unneeded docs files - better current version detection and remove annoying `+editable` string and also add BUILD_TIME - add banner to notify user if new ArchiveBox version is available on Github (thanks @benmuth!) - fix `/browsers/*` does not exist warning on startup - warn when Docker `/` or `/data` volume mounts don't have any space available
kerem 2026-03-01 18:01:02 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#2888
No description provided.