mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-23 14:44:21 +02:00
Updated Changelog (markdown)
29
Changelog.md
29
Changelog.md
@@ -11,6 +11,35 @@ See the [releases](https://github.com/pirate/ArchiveBox/releases) page for versi
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
- https://pypi.org/project/archivebox/
|
||||||
|
- https://hub.docker.com/r/nikisweeting/archivebox
|
||||||
|
- https://archivebox.readthedocs.io/en/latest/
|
||||||
|
- https://github.com/pirate/ArchiveBox/releases
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip install archivebox
|
||||||
|
|
||||||
|
cd path/to/your/archive/folder
|
||||||
|
|
||||||
|
archivebox init
|
||||||
|
archviebox add 'https://example.com'
|
||||||
|
archviebox add 'https://getpocket.com/users/USERNAME/feed/all' --depth=1
|
||||||
|
# docker setup available as well
|
||||||
|
```
|
||||||
|
|
||||||
|
- `pip install archivebox` is now available
|
||||||
|
- full transition to Django Sqlite DB with migrations (making upgrades between versions much safer now)
|
||||||
|
- maintains an intuitive and helpful CLI that's backwards-compatible with all previous archivebox data versions
|
||||||
|
- uses argparse instead of hand-written CLI system: see `archivebox/cli/archivebox.py`
|
||||||
|
- new subcommands-based CLI for `archivebox` (see below)
|
||||||
|
- new Web UI with pagination, better search, filtering, permissions, and more
|
||||||
|
- 30+ assorted bugfixes, new features, and tickets closed
|
||||||
|
|
||||||
|
For more info, see: https://github.com/pirate/ArchiveBox/releases/tag/v0.4.9
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
- v0.2.4 released
|
- v0.2.4 released
|
||||||
|
Reference in New Issue
Block a user