| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| archivebox--0.7.1-1.arm64_sonoma.bottle.1.tar.gz | 2023-11-08 | 15.2 MB | |
| archivebox-0.7.1.deb | 2023-11-08 | 1.3 kB | |
| archivebox-0.7.1-py3-none-any.whl | 2023-11-08 | 513.6 kB | |
| archivebox-0.7.1.tar.gz | 2023-11-08 | 446.8 kB | |
| README.md | 2023-11-08 | 8.8 kB | |
| v0.7.1_ Minor new features, bugfixes, and new dependency versions source code.tar.gz | 2023-11-08 | 444.6 kB | |
| v0.7.1_ Minor new features, bugfixes, and new dependency versions source code.zip | 2023-11-08 | 541.8 kB | |
| Totals: 7 Items | 17.1 MB | 0 | |
Get this release via pip, docker, brew, or dpkg (apt ppa update delayed).
:::bash
# Get it with Pip on any OS (`amd64`, `arm64`, `arm/v7`)
pip install --upgrade 'archivebox==0.7.1'`
:::bash
# Get it with Docker on any OS (`amd64`, `arm64`, `arm/v7`)
docker pull archivebox/archivebox:0.7.1
:::bash
# Get it with brew on macOS (`amd64`, `arm64`)
brew tap archivebox/archivebox
brew install archivebox
:::bash
# Get it with apt on Ubuntu/Debian based systems (`any`)
wget 'https://github.com/ArchiveBox/debian-archivebox/raw/main/archivebox-0.7.1.deb'
apt install ./archivebox-0.7.1.deb
# OR
dpkg -i ./archivebox-0.7.1.deb
Note: this is not packaged using "proper" debian techniques like 0.6.2 was, instead it's just a wrapper for executing pip install archivebox w/ a few extras. This is because ArchiveBox relies on some binary and dynamic dependencies (node, chrome, playwright, ffmpeg, yt-dlp, etc.) which aren't allowed in Debian packages.
(Launchpad apt ppa update coming eventually, packaging for apt has gotten harder lately)
:::bash
# Then run this to upgrade an existing collection data dir to 0.7.1
cd ~/path/to/data/dir
archivebox init
What's Changed
Lots of bugfixes, speedups, and small convenience features.
- 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 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 in https://github.com/ArchiveBox/ArchiveBox/pull/910
- Bump jszip from 3.6.0 to 3.7.1 by @dependabot 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 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 @notevenaperson 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 in https://github.com/ArchiveBox/ArchiveBox/pull/1081
- Install the CodeSee workflow. by @codesee-maps 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
New Contributors
Expand to see the list...
* @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
* @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
* @notevenaperson made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1021
* @codesee-maps made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1103
* @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
Full Changelog: https://github.com/ArchiveBox/ArchiveBox/compare/v0.6.2...v0.7.1