ArchiveBox
Open source self-hosted web archiving
Alternative to: wayback machine, pocket, instapaper, archive.today
About
Versions (45)
v0.9.35rc162
2026-07-28What’s Changed
- Update purge script to match codebase cleanup by @jdlorimer in https://github.com/ArchiveBox/ArchiveBox/pull/206
- Small typo fix by @aried3r in https://github.com/ArchiveBox/ArchiveBox/pull/208
- Copy project into image instead of cloning to avoid stale images on Docker Hub by @bltavares in https://github.com/ArchiveBox/ArchiveBox/pull/216
- Resolve 3 typos in util.py by @dezren39 in https://github.com/ArchiveBox/ArchiveBox/pull/219
- only use stdin if it has a value by @pigmonkey in https://github.com/ArchiveBox/ArchiveBox/pull/229
- Add “prefers-color-scheme: dark” support by @sbrl in https://github.com/ArchiveBox/ArchiveBox/pull/240
- Fix json export date parsing by @t-mw in https://github.com/ArchiveBox/ArchiveBox/pull/241
- V0.4.3+ by @shakkhar in https://github.com/ArchiveBox/ArchiveBox/pull/264
- Fix grammar errors by @OliverParoczai in https://github.com/ArchiveBox/ArchiveBox/pull/277
- Fix a leaking file descriptor. by @Julian in https://github.com/ArchiveBox/ArchiveBox/pull/281
- guess encoding via chardet if available by @michaelbub in https://github.com/ArchiveBox/ArchiveBox/pull/322
- v0.4.3 (pre-release, bugfixes for v0.4.0) by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/274
- New feature: change user-agent for curl. by @comsomisha in https://github.com/ArchiveBox/ArchiveBox/pull/337
- Bug fix with youtube-dl option by @comsomisha in https://github.com/ArchiveBox/ArchiveBox/pull/338
- Fix example in Dockerfile. The source for a mount must be absolute. by @MartinMSPedersen in https://github.com/ArchiveBox/ArchiveBox/pull/343
- Bump base of v0.4.3 branches up to latest master version by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/321
- Ui enhancements for snapshot addition by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/349
- Title encoding issue by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/350
- Allow feed loading from the add links view by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/351
- Add pytest and initial tests by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/352
- fix: Add missing permission to add view (post) by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/359
- fix legacy index.html by @apkallum in https://github.com/ArchiveBox/ArchiveBox/pull/360
- fix: Create user home to avoid warning by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/361
- Depth flag by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/356
- Test Mock alternative. Proof of concept. by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/357
- Add fix by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/362
- fix: timestamp comparison in from_json function by @apkallum in https://github.com/ArchiveBox/ArchiveBox/pull/363
- feat: Add canonical link http header to the static response by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/366
- fix: htmlencode titles before rendering the static html index and detail by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/365
- Wget find paths when using ports by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/370
- Fix timestamp parsing issue by @apkallum in https://github.com/ArchiveBox/ArchiveBox/pull/368
- refactor: Move logging.py to main module to avoid circular import issues by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/371
- fix: Remove imports causing circular import issues by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/373
- Added entrypoint to fix permission errors by @afreydev in https://github.com/ArchiveBox/ArchiveBox/pull/367
- Docker compose fix by @afreydev in https://github.com/ArchiveBox/ArchiveBox/pull/375
- fix: Use w3lib to improve the encoding extraction by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/378
- #372 Rename logging module to avoid conflicts by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/379
- refactor: Remove old bin/archivebox by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/381
- feat: Fallback to link detail when there is an issue loading a link by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/382
- fix: Add notice for issues with index detail by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/383
- Test GitHub action by @afreydev in https://github.com/ArchiveBox/ArchiveBox/pull/384
- ensure correct permissions for output folder by @apkallum in https://github.com/ArchiveBox/ArchiveBox/pull/385
- fix: Add missing colors to dict by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/387
- docs: Update readme for release 0.4 by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/386
- fix: Remove link from sql index on remove command by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/388
- fix: Guess timestamps and add placeholders to support older indices by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/389
- refactor: Organize code to remove flake8 issues by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/390
- ensure correct permissions for archived items by @apkallum in https://github.com/ArchiveBox/ArchiveBox/pull/391
- Support old index case: cmd is string by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/392
- v0.4 (first Django release) by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/207
- Delete isolated quote in ArchiveBox.conf.default by @imlonghao in https://github.com/ArchiveBox/ArchiveBox/pull/394
- Typo - CHROME was spelled CROME x2 by @jkonrath in https://github.com/ArchiveBox/ArchiveBox/pull/397
- #409: Change import that was not working by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/410
- fix: Use pip cache instead of venv folder by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/411
- Oneshot command by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/396
- typo: Fix docker image name by @imlonghao in https://github.com/ArchiveBox/ArchiveBox/pull/420
- tests: Correct pip cache folder by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/424
- #399 Singlefile support by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/403
- Archivebox not working when using only singlefile extractor by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/430
- docs: Improve message for missing singlefile binary by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/434
- fix: utc timing for initial command log as well by @apkallum in https://github.com/ArchiveBox/ArchiveBox/pull/435
- Change roadmap links to wiki by @zachscheider in https://github.com/ArchiveBox/ArchiveBox/pull/436
- Switch Docker to use chromium instead of Google Chrome by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/440
- feat: Initial version of readability extractor by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/426
- Skip invalid URLs when archiving by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/448
- fix: Issue with timeout in readability by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/446
- A round of fixes by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/449
- Add options to ease management of node related extractors by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/451
- fix: Add a default cmd by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/459
- fix: Escape JSON output on singlefile by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/466
- Bump bl from 4.0.2 to 4.0.3 by @dependabot[bot] in https://github.com/ArchiveBox/ArchiveBox/pull/464
- Docker build by @afreydev in https://github.com/ArchiveBox/ArchiveBox/pull/470
- Replace index.json with index.sql as the main index by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/452
- View refactor by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/460
- First part migrating to Pathlib by @apkallum in https://github.com/ArchiveBox/ArchiveBox/pull/465
- Feature: Add @postlight/mercury-parser as an alternative to Readability by @ttimasdf in https://github.com/ArchiveBox/ArchiveBox/pull/478
- Headers extractor by @afreydev in https://github.com/ArchiveBox/ArchiveBox/pull/475
- fix: ensure chrome data dir is none when appropiate by @apkallum in https://github.com/ArchiveBox/ArchiveBox/pull/480
- fix: Syntax issue on config module by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/482
- Header extractor Improved by @afreydev in https://github.com/ArchiveBox/ArchiveBox/pull/481
- Oneshot fix by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/485
- fix: Wget absolute path generating issues by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/486
- fix: Remove trailing slash from public index by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/488
- os.path replacement by @afreydev in https://github.com/ArchiveBox/ArchiveBox/pull/495
- Add a bookmarklet by @adamwolf in https://github.com/ArchiveBox/ArchiveBox/pull/498
- Added network host by @afreydev in https://github.com/ArchiveBox/ArchiveBox/pull/505
- Tags migration by @afreydev in https://github.com/ArchiveBox/ArchiveBox/pull/479
- Updated image by @afreydev in https://github.com/ArchiveBox/ArchiveBox/pull/509
- feat: Add config for extractor args by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/506
- Add parser for Wallabag Atom feeds by @ehainry in https://github.com/ArchiveBox/ArchiveBox/pull/507
- feat: Remove index.json and index.html generation by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/502
- feat: Update usage of get-env in gh-actions (deprecation) by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/512
- fix: CHROME_USER_DATA_DIR by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/517
- Feature: add og:title metadata as alternative title by @ttimasdf in https://github.com/ArchiveBox/ArchiveBox/pull/493
- tests: Add tests for several different ways to extract the title by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/518
- Update license year by @Uzay-G in https://github.com/ArchiveBox/ArchiveBox/pull/519
- fix: Move wheel in setup.py to avoid wheel building issue by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/522
- Fixed docker-compose.yml url by @LaazV in https://github.com/ArchiveBox/ArchiveBox/pull/524
- Tag list filter by @jdcaballerov in https://github.com/ArchiveBox/ArchiveBox/pull/536
- feat: Add extract flag to add command by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/535
- hotfix: Fixes 500 error on Admin search by @jdcaballerov in https://github.com/ArchiveBox/ArchiveBox/pull/540
- File icons improvement by @TrAyZeN in https://github.com/ArchiveBox/ArchiveBox/pull/537
- Create a Workflow for publishing ARM Docker Images by @chrismeller in https://github.com/ArchiveBox/ArchiveBox/pull/541
- Fix string checks in schedule by @mAAdhaTTah in https://github.com/ArchiveBox/ArchiveBox/pull/547
- Move ArchiveResult from detail index.json history to database model by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/525
- Poc setup django on init by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/515
- Hotfix public page search by @jdcaballerov in https://github.com/ArchiveBox/ArchiveBox/pull/559
- fix “inconsisntencies” typo in error message by @hawkrives in https://github.com/ArchiveBox/ArchiveBox/pull/563
- Remove legacy templates by @jdcaballerov in https://github.com/ArchiveBox/ArchiveBox/pull/567
- refactor: Move indexing logic out of logging module by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/555
- Add parser for Pocket API by @mAAdhaTTah in https://github.com/ArchiveBox/ArchiveBox/pull/528
- #544 update: —index-only flag by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/568
- feat: Add —extract flag to update command by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/569
- Full-text search (rebased) by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/570
- Remove walrus operator from the codebase by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/571
- Add ripgrep by @jdcaballerov in https://github.com/ArchiveBox/ArchiveBox/pull/572
- Set info as default logging level for sonic by @jdcaballerov in https://github.com/ArchiveBox/ArchiveBox/pull/574
- Use sonic as default search backend for docker-compose by @jdcaballerov in https://github.com/ArchiveBox/ArchiveBox/pull/573
- fix: Issue with oneshot command by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/575
- Draft PR to Add Archive Mode Options to Web UI by @BlipRanger in https://github.com/ArchiveBox/ArchiveBox/pull/580
- Remove setup django by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/582
- Add ripgrep configs by @jdcaballerov in https://github.com/ArchiveBox/ArchiveBox/pull/584
- Snapshot Grid Feature implementation by @jdcaballerov in https://github.com/ArchiveBox/ArchiveBox/pull/583
- Add submodules and links by @jdcaballerov in https://github.com/ArchiveBox/ArchiveBox/pull/587
- Ignore tests inside vendored modules by @jdcaballerov in https://github.com/ArchiveBox/ArchiveBox/pull/588
- v0.5.0 Release by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/552
- Minor v0.5 release bugfixes from dev by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/607
- Extractors bugs by @cdvv7788 in https://github.com/ArchiveBox/ArchiveBox/pull/608
- Docs: Remove broken link to “#screenshots” by @mikaelf in https://github.com/ArchiveBox/ArchiveBox/pull/610
- Fix dependency dict entries by @thedanbob in https://github.com/ArchiveBox/ArchiveBox/pull/623
- Reduce indexing chunk size to avoid overflowing sonic’s buffer when unicode multi-point characters push char-count past 20,000 by @jdcaballerov in https://github.com/ArchiveBox/ArchiveBox/pull/625
- Implement CodeQL Static Analysis by @mario-campos in https://github.com/ArchiveBox/ArchiveBox/pull/624
- Publish tag to Docker Hub by @mAAdhaTTah in https://github.com/ArchiveBox/ArchiveBox/pull/612
- fix: Refactor
should_save_extractormethods to acceptoverwriteparameter by @thedanbob in https://github.com/ArchiveBox/ArchiveBox/pull/628 - Set archivebox UID/GID via envvars by @thedanbob in https://github.com/ArchiveBox/ArchiveBox/pull/635
- Fix issue #617 by using mark_safe in combination with format_html by @aspensmonster in https://github.com/ArchiveBox/ArchiveBox/pull/632
- v0.5.4 Release by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/636
- v0.5.6 Release by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/652
- v0.6.0 Release beta 1 by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/655
- Bump y18n from 5.0.1 to 5.0.5 by @dependabot[bot] in https://github.com/ArchiveBox/ArchiveBox/pull/685
- v0.6.0 Release by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/680
- add command: —parser option (fixes #235) by @FliegendeWurst in https://github.com/ArchiveBox/ArchiveBox/pull/669
- fix bookmarklet script by @dryrain39 in https://github.com/ArchiveBox/ArchiveBox/pull/708
- point to master image, not latest by @FiddlyRumpus in https://github.com/ArchiveBox/ArchiveBox/pull/739
- Docs: Improve spelling on readme by @Namdrib in https://github.com/ArchiveBox/ArchiveBox/pull/766
- Exempt /add route from CSRF by @tjhorner in https://github.com/ArchiveBox/ArchiveBox/pull/777
- Bump ws from 5.2.2 to 5.2.3 by @dependabot[bot] in https://github.com/ArchiveBox/ArchiveBox/pull/784
- Discard Referer header from iframe and link to original URL by @Inndy in https://github.com/ArchiveBox/ArchiveBox/pull/799
- Update setup.sh in https://github.com/ArchiveBox/ArchiveBox/pull/804
- Fix Pinboard RSS parsing valid links as
Noneby @overhacked in https://github.com/ArchiveBox/ArchiveBox/pull/822 - healthcheck endpoint by @ajgon in https://github.com/ArchiveBox/ArchiveBox/pull/873
- Update README.md by @adamwolf in https://github.com/ArchiveBox/ArchiveBox/pull/884
- Fixes Add button behavior on Safari by @adamwolf in https://github.com/ArchiveBox/ArchiveBox/pull/886
- Tweak JS so Safari can choose admin actions by @adamwolf in https://github.com/ArchiveBox/ArchiveBox/pull/885
- Avoid KeyError on Pocket API parser by @bltavares in https://github.com/ArchiveBox/ArchiveBox/pull/843
- (#847) Decode error output hints to string if needed by @TheCakeIsNaOH in https://github.com/ArchiveBox/ArchiveBox/pull/904
- Change logfile open to write mode only by @tuupola in https://github.com/ArchiveBox/ArchiveBox/pull/906
- Fix #725 - correctly parse tags on json import by @hannah98 in https://github.com/ArchiveBox/ArchiveBox/pull/908
- Bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot[bot] in https://github.com/ArchiveBox/ArchiveBox/pull/910
- Bump jszip from 3.6.0 to 3.7.1 by @dependabot[bot] in https://github.com/ArchiveBox/ArchiveBox/pull/909
- Added TAG_SEPARATOR_PATTERN option for splitting tags by @hannah98 in https://github.com/ArchiveBox/ArchiveBox/pull/911
- Fix typo: volumes section in docker-compose.yml should use array notation by @akhilleusuggo in https://github.com/ArchiveBox/ArchiveBox/pull/918
- Fix broken URI fragment in README.md by @xfq in https://github.com/ArchiveBox/ArchiveBox/pull/942
- Fix typo in README.md by @hyfen in https://github.com/ArchiveBox/ArchiveBox/pull/932
- Fix bin_version: set LANG=C when calling executables to avoid parsing localized output by @pellaeon in https://github.com/ArchiveBox/ArchiveBox/pull/936
- Fix arch installation command by @CrazyPython in https://github.com/ArchiveBox/ArchiveBox/pull/923
- Update pywb entrypoint by @kusold in https://github.com/ArchiveBox/ArchiveBox/pull/961
- Fix missing input redirection in a hint text by @rossvor in https://github.com/ArchiveBox/ArchiveBox/pull/967
- improve title extractor by @prnake in https://github.com/ArchiveBox/ArchiveBox/pull/924
- Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot[bot] in https://github.com/ArchiveBox/ArchiveBox/pull/969
- Add PikaPods as commercial hosting option by @m3nu in https://github.com/ArchiveBox/ArchiveBox/pull/974
- Attempted to warn on #984 and #1014 by @turian in https://github.com/ArchiveBox/ArchiveBox/pull/1020
- Method typo? by @EsEnZeT in https://github.com/ArchiveBox/ArchiveBox/pull/1048
- Added standalone dockerfile instructions by @turian in https://github.com/ArchiveBox/ArchiveBox/pull/1023
- Add missing migration 0021 by @turian in https://github.com/ArchiveBox/ArchiveBox/pull/1027
- get setup.sh to run on FreeBSD again (13.x) by @mwestza in https://github.com/ArchiveBox/ArchiveBox/pull/1068
- Warn on broken steps, use yt-dlp to avoid youtube-dl errors, and don’t crash on bad UTF-8 by @turian in https://github.com/ArchiveBox/ArchiveBox/pull/1026
- Add SINGLEFILE_ARGS to control single-file arguments by @ntevenhere in https://github.com/ArchiveBox/ArchiveBox/pull/1021
- Support for Reverse Proxy authentication backends (like authelia) by @ajgon in https://github.com/ArchiveBox/ArchiveBox/pull/866
- Bump moment from 2.29.3 to 2.29.4 by @dependabot[bot] in https://github.com/ArchiveBox/ArchiveBox/pull/1081
- Install the CodeSee workflow. in https://github.com/ArchiveBox/ArchiveBox/pull/1103
- Revert “Install the CodeSee workflow.” by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1104
- add systemd config by @fa0311 in https://github.com/ArchiveBox/ArchiveBox/pull/1115
- add CHROME_TIMEOUT args by @fa0311 in https://github.com/ArchiveBox/ArchiveBox/pull/1120
- add explicitly specify —headless=new by @fa0311 in https://github.com/ArchiveBox/ArchiveBox/pull/1123
- Add missing closing quote to style attribute by @tejr in https://github.com/ArchiveBox/ArchiveBox/pull/1128
- Fix for Issue #1008 by @dcalano in https://github.com/ArchiveBox/ArchiveBox/pull/1131
- Add FAVICON_PROVIDER option for custom favicon service by @mrled in https://github.com/ArchiveBox/ArchiveBox/pull/1146
- Set /app permissions in the Dockerfile by @mrled in https://github.com/ArchiveBox/ArchiveBox/pull/1147
- Update export_browser_history.sh by @jess-sol in https://github.com/ArchiveBox/ArchiveBox/pull/1152
- Add links to new social media profiles under Further Reading by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1153
- fix: make oneshot command return successful exit code by @sissbruecker in https://github.com/ArchiveBox/ArchiveBox/pull/1154
- Update docker-compose.yml scheduled task image and container name by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1159
- Fix Instapaper export link in README.md by @wogong in https://github.com/ArchiveBox/ArchiveBox/pull/1194
- bin_version means to modify, not replace environ by @overhacked in https://github.com/ArchiveBox/ArchiveBox/pull/1197
- More reliably detect Google Chrome major version number by @overhacked in https://github.com/ArchiveBox/ArchiveBox/pull/1199
- Fix hyphen placement in util.URL_REGEX by @overhacked in https://github.com/ArchiveBox/ArchiveBox/pull/1205
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot[bot] in https://github.com/ArchiveBox/ArchiveBox/pull/1186
- Fix archive_org icon “exists” by @DanielBatteryStapler in https://github.com/ArchiveBox/ArchiveBox/pull/1211
- After a timeout, chrome will leave behind a SingletonLock, which prev… by @spresse1 in https://github.com/ArchiveBox/ArchiveBox/pull/1219
- Update singlefile to the latest version and switch it to single-file-cli by @spresse1 in https://github.com/ArchiveBox/ArchiveBox/pull/1221
- Add Readwise Reader API parser by @mAAdhaTTah in https://github.com/ArchiveBox/ArchiveBox/pull/1168
- Add LDAP support by @DanielBatteryStapler in https://github.com/ArchiveBox/ArchiveBox/pull/1214
- Skip first line of the “JSON” file by @barthalion in https://github.com/ArchiveBox/ArchiveBox/pull/996
- README: update outdated links by @jamesob in https://github.com/ArchiveBox/ArchiveBox/pull/1229
- Fix HTML title parsing bugs. by @benmuth in https://github.com/ArchiveBox/ArchiveBox/pull/1242
- Add config options to initialize admin user on first run without prompting by @benmuth in https://github.com/ArchiveBox/ArchiveBox/pull/1245
- Replace
setup.pywith PDM, update Python, NodeJS, package versions, andDockerfileby @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1249 - Fix docker build by @c01o in https://github.com/ArchiveBox/ArchiveBox/pull/1252
- Add method-specific URL allow/deny lists by @overhacked in https://github.com/ArchiveBox/ArchiveBox/pull/1195
- Fix readwise token by @mAAdhaTTah in https://github.com/ArchiveBox/ArchiveBox/pull/1259
- Remove
playwrightfrom armv7 by @c01o in https://github.com/ArchiveBox/ArchiveBox/pull/1254 - Fix
python_testsby @c01o in https://github.com/ArchiveBox/ArchiveBox/pull/1255 - Add new SQLite FTS5 full-text search backend by @overhacked in https://github.com/ArchiveBox/ArchiveBox/pull/1241
- Fix archivebox user UID & GID by @malteo in https://github.com/ArchiveBox/ArchiveBox/pull/1267
- search index extract html text by @overhacked in https://github.com/ArchiveBox/ArchiveBox/pull/1244
- Bump yt-dlp from 2023.10.13 to 2023.11.14 by @dependabot[bot] in https://github.com/ArchiveBox/ArchiveBox/pull/1271
- make local auth working along with ldap auth so that local superuser … by @vladimirdulov in https://github.com/ArchiveBox/ArchiveBox/pull/1281
- make get_commit_hash more precisce by using exact ref by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1270
- Show banner and hints to upgrade when ArchiveBox is out of date by @benmuth in https://github.com/ArchiveBox/ArchiveBox/pull/1274
- 0.7.2 Release Candidate by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1297
- Fallback to not
chown’ing./data/archivedir if it’s a network mount that prevents ownership changes by @gnattu in https://github.com/ArchiveBox/ArchiveBox/pull/1312 - Make “DOCS” link in navigation bar open in new tab by @TrisSherliker in https://github.com/ArchiveBox/ArchiveBox/pull/1323
- Fixes #1193 Bug: Search sometimes shows the same snapshot twice by @neel-suthar in https://github.com/ArchiveBox/ArchiveBox/pull/1330
- Fix for Bug: Search sometimes shows the same snapshot twice #1193 by @neel-suthar in https://github.com/ArchiveBox/ArchiveBox/pull/1331
- Show the upgrade notification only in specific views by @benmuth in https://github.com/ArchiveBox/ArchiveBox/pull/1314
- ability to populate is_staff and is_superuser flags at LDAP authentication by @vladimirdulov in https://github.com/ArchiveBox/ArchiveBox/pull/1335
- Update README.md by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1336
- Fix generic_json parser by @jimwins in https://github.com/ArchiveBox/ArchiveBox/pull/1365
- Make it a little easier to run specific tests by @jimwins in https://github.com/ArchiveBox/ArchiveBox/pull/1371
- Add COOKIES_FILE support for singlefile extractor by @naoph in https://github.com/ArchiveBox/ArchiveBox/pull/1372
- Update README.md Browser Extension link by @rdela in https://github.com/ArchiveBox/ArchiveBox/pull/1374
- Use feedparser for RSS parsing by @jimwins in https://github.com/ArchiveBox/ArchiveBox/pull/1362
- Use
COOKIES_FILEto fetch page titles by @benmuth in https://github.com/ArchiveBox/ArchiveBox/pull/1364 - Add
_EXTRA_ARGSfor various extractors by @benmuth in https://github.com/ArchiveBox/ArchiveBox/pull/1360 - Add generic_jsonl parser by @jimwins in https://github.com/ArchiveBox/ArchiveBox/pull/1370
- Revise md section not formatting properly in html by @n-hebert in https://github.com/ArchiveBox/ArchiveBox/pull/1382
- Update to Django 4.2.x by @jimwins in https://github.com/ArchiveBox/ArchiveBox/pull/1388
- REST API v1 using
django-ninjaby @Brandl in https://github.com/ArchiveBox/ArchiveBox/pull/1397 - fix the URL_REGEX used in generic_html parsers by @tqobqbq in https://github.com/ArchiveBox/ArchiveBox/pull/1396
- Add Railway self-host option by @boehs in https://github.com/ArchiveBox/ArchiveBox/pull/1417
- Add Webhooks support to new REST API by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1418
- Add ability to view configuration in Admin UI (ability to edit coming later…) by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1420
- Fix quotation by @Brandl in https://github.com/ArchiveBox/ArchiveBox/pull/1421
- Change phrasing by @boehs in https://github.com/ArchiveBox/ArchiveBox/pull/1419
- Bump cryptography from 42.0.6 to 42.0.7 by @dependabot[bot] in https://github.com/ArchiveBox/ArchiveBox/pull/1422
- Text Search and Filters don’t work at the same time in the web UI #1316 by @neel-suthar in https://github.com/ArchiveBox/ArchiveBox/pull/1333
- Path validation fixes for wget_output_path() by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1424
- Update README.md by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1427
- Update README.md to fix typo by @ckcr4lyf in https://github.com/ArchiveBox/ArchiveBox/pull/1434
- Refactor Snapshot and ArchiveResult to use
ulidandtypeidinstead ofuuidv4by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1430 - Add new plugin system to separate out ArchiveBox components by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1432
- New Snapshot detail page UI by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1429
- Bump pydantic from 2.7.2 to 2.7.3 by @dependabot[bot] in https://github.com/ArchiveBox/ArchiveBox/pull/1447
- Bump pydantic-core from 2.18.3 to 2.18.4 by @dependabot[bot] in https://github.com/ArchiveBox/ArchiveBox/pull/1446
- Bump uuid6 from 2023.5.2 to 2024.1.12 by @dependabot[bot] in https://github.com/ArchiveBox/ArchiveBox/pull/1444
- fix README typo by @benharri in https://github.com/ArchiveBox/ArchiveBox/pull/1478
- ABID, Admin UI, and REST API improvements to prepare for v0.8 release by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1488
- Implement searching individual fields by @sclu1034 in https://github.com/ArchiveBox/ArchiveBox/pull/1457
- v0.8.+: Massive speed improvements for Admin UI & common queries, v3 plugins progress, and bugfixes by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1498
- Fixed typo in opening paragraph by @ssoel in https://github.com/ArchiveBox/ArchiveBox/pull/1516
- Move novnc web-ui to 8081 by @agowa in https://github.com/ArchiveBox/ArchiveBox/pull/1522
- Add OpenContainer Image Format Annotations as Labels to Docker Image by @mpgirro in https://github.com/ArchiveBox/ArchiveBox/pull/1525
- Cleanup of new plugin system to remove unecessary pydantic complexity by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1534
- Fix API crash by @benmuth in https://github.com/ArchiveBox/ArchiveBox/pull/1569
- playwright: support PLAYWRIGHT_BROWSERS_PATH environment variable by @andrew-d in https://github.com/ArchiveBox/ArchiveBox/pull/1583
- v0.8.6-rc: Moving plugins to independent python packages with finite state machine interfaces by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1576
- Update config.yml by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1598
- fix syntax errors by @pyrox0 in https://github.com/ArchiveBox/ArchiveBox/pull/1609
- fix syntax error in archivebox/core/models.py by @pyrox0 in https://github.com/ArchiveBox/ArchiveBox/pull/1621
- Fix typo in timestamp scale factor by @1over137 in https://github.com/ArchiveBox/ArchiveBox/pull/1627
- Fix two small errors in abx-{readwise,spec-config} by @ckiee in https://github.com/ArchiveBox/ArchiveBox/pull/1635
- Kill the timer process if it doesn’t properly terminate. by @benmuth in https://github.com/ArchiveBox/ArchiveBox/pull/1649
- fix(export_browser_history): tilde doesn’t expand in quotes by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1661
- Add link to Proxmox installer by @NelsonMinar in https://github.com/ArchiveBox/ArchiveBox/pull/1682
- Improve test suite and remove mock dependencies by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1719
- Improve filesystem based hook architecture by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1720
- Improve concurrency control between plugin hooks by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1721
- Rename media plugin to ytdlp by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1722
- Add MAX_URL_ATTEMPTS option to ArchiveBox by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1723
- Add Claude Code GitHub Workflow by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1724
- fix: Use CustomUserAdmin to fix user creation bug by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1726
- Fix: Make CUSTOM_TEMPLATES_DIR configurable again by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1725
- Implement tags editor widget for Django admin by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1729
- Convert snapshot index from JSON to JSONL by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1730
- Fix hook file overwrites in plugin directory by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1732
- Process.launch()/kill()/.pidfile/.wait()/etc. centralize process handling logic on model methods by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1734
- Persona system and CHROME_USER_DATA_DIR by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1731
- archivebox
create|list|update|delete | … piping support by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1735 - Review output file paths and data directory structure by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1736
- Reduce code duplication between Chrome utilities by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1737
- Consolidate Chrome test helpers across all plugin tests by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1738
- Change hook timeout enforcement strategy by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1739
- Add real-world use cases to CLI pipeline plan by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1740
- Add unit tests for JSONL CLI pipeline commands (Phase 5 & 6) by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1743
- Add pluginmap management command by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1742
- Delete pid_utils.py and migrate to Process model by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1741
- Improve admin snapshot list/grid views with better UX by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1744
- Fix CLI tests to use subprocess and remove mocks by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1746
- Add comprehensive tests for machine/process models, orchestrator, and search backends by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1745
- Add persona CLI command with browser cookie import by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1747
- Add tests for accessibility, parse_dom_outlinks, and consolelog plugins by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1749
- Add DNS traffic recorder plugin by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1748
- Clean up on_Crawl hooks and remove dead code by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1751
- Remove redundant chrome_validate hook, rename wget_validate to wget_i… by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1752
- Add thumbnail previews to live progress header by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1753
- Fix: Make SingleFile use SINGLEFILE_CHROME_ARGS with fallback to CHROME_ARGS by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1754
- Implement native LDAP authentication by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1756
- FIX: docker build by @pellaeon in https://github.com/ArchiveBox/ArchiveBox/pull/1760
- Tag current maintainer of AUR package by @jasongodev in https://github.com/ArchiveBox/ArchiveBox/pull/1761
- Allow tags in JSON to be CSV or array of strings by @danielalanbates in https://github.com/ArchiveBox/ArchiveBox/pull/1767
- Update documentation and dependencies for v0.9.0 release by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1770
- Add Debian and Homebrew package build automation by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1771
- Add configurable server security modes by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1773
- Remove slug field from Tag model by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1789
- [codex] Add static ArchiveBox landing page by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1791
- Update docker-compose.yml by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1802
- Support URLs up to 8000 chars with TextField storage by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1817
- fix: pass archive_results=[] to LiveBusUI.print_summary() in _run_install by @slmingol in https://github.com/ArchiveBox/ArchiveBox/pull/1826
- Add PostgreSQL backend support alongside SQLite by @pirate in https://github.com/ArchiveBox/ArchiveBox/pull/1839
New Contributors
- @aried3r made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/208
- @bltavares made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/216
- @dezren39 made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/219
- @t-mw made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/241
- @OliverParoczai made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/277
- @Julian made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/281
- @michaelbub made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/322
- @comsomisha made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/337
- @MartinMSPedersen made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/343
- @apkallum made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/360
- @afreydev made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/367
- @imlonghao made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/394
- @jkonrath made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/397
- @zachscheider made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/436
- @dependabot[bot] made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/464
- @ttimasdf made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/478
- @adamwolf made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/498
- @ehainry made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/507
- @Uzay-G made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/519
- @LaazV made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/524
- @jdcaballerov made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/536
- @TrAyZeN made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/537
- @chrismeller made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/541
- @mAAdhaTTah made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/547
- @hawkrives made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/563
- @BlipRanger made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/580
- @mikaelf made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/610
- @thedanbob made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/623
- @mario-campos made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/624
- @aspensmonster made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/632
- @FliegendeWurst made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/669
- @dryrain39 made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/708
- @FiddlyRumpus made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/739
- @Namdrib made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/766
- @tjhorner made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/777
- @Inndy made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/799
- @overhacked made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/822
- @ajgon made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/873
- @TheCakeIsNaOH made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/904
- @tuupola made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/906
- @akhilleusuggo made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/918
- @xfq made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/942
- @hyfen made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/932
- @pellaeon made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/936
- @CrazyPython made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/923
- @kusold made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/961
- @rossvor made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/967
- @prnake made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/924
- @m3nu made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/974
- @turian made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1020
- @EsEnZeT made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1048
- @mwestza made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1068
- @ntevenhere made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1021
- @fa0311 made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1115
- @tejr made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1128
- @dcalano made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1131
- @mrled made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1146
- @jess-sol made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1152
- @sissbruecker made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1154
- @wogong made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1194
- @DanielBatteryStapler made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1211
- @spresse1 made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1219
- @barthalion made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/996
- @jamesob made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1229
- @benmuth made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1242
- @c01o made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1252
- @malteo made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1267
- @vladimirdulov made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1281
- @gnattu made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1312
- @TrisSherliker made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1323
- @neel-suthar made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1330
- @jimwins made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1365
- @naoph made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1372
- @rdela made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1374
- @n-hebert made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1382
- @Brandl made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1397
- @tqobqbq made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1396
- @boehs made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1417
- @ckcr4lyf made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1434
- @benharri made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1478
- @sclu1034 made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1457
- @ssoel made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1516
- @agowa made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1522
- @mpgirro made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1525
- @andrew-d made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1583
- @pyrox0 made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1609
- @1over137 made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1627
- @ckiee made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1635
- @NelsonMinar made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1682
- @jasongodev made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1761
- @danielalanbates made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1767
- @slmingol made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1826
Full Changelog: https://github.com/ArchiveBox/ArchiveBox/commits/v0.9.35rc162