github ArchiveBox/ArchiveBox v0.8.2-rc
v0.8.2-rc: New Snapshot UI ✨, Admin UI speedups, more REST API endpoints, Django 5.1, and bugfixes

latest releases: v0.8.4-rc, v0.8.3-rc
pre-releaseone month ago

Warning

This is a BETA pre-release that improves upon the previous v0.8.0-rc ALPHA pre-release. This one brings us closer to a final v0.8 release and contains several core architectural improvements around how we key things with unique IDs, as well as a ✨ new Snapshot Detail UI ✨. We want brave early adopters to help us test it! If that sounds like you, make sure to back up your archive first, then let us know if you find bugs by opening a new issue!

Note: This release will run several schema migrations when it starts, it may take several hours to migrate existing data if you're on a slower HDD! Please open an issue if you have any questions/concerns about migrations.

Try this release early using docker or pip:

# MAKE SURE TO BACK UP YOUR INSTANCE BEFORE INSTALLING A NEW RELEASE!!
# (especially important to back up: ./data/index.sqlite3)

# with docker (pre-built)
docker pull archivebox/archivebox:dev
# with docker (built from source)
docker build -t archivebox:dev https://github.com/ArchiveBox/ArchiveBox.git#dev
# with pip (built from source)
pip install 'git+https://github.com/ArchiveBox/ArchiveBox@dev'

Changelog: v0.8.0-rc...v0.8.2-rc

Don't miss a new ArchiveBox release

NewReleases is sending notifications on new releases.