mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-23 22:53:00 +02:00
Updated Changelog (markdown)
33
Changelog.md
33
Changelog.md
@@ -13,32 +13,25 @@ See the [releases](https://github.com/pirate/ArchiveBox/releases) page for versi
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
- v0.4.9 released
|
||||||
- https://pypi.org/project/archivebox/
|
- `pip install archivebox` https://pypi.org/project/archivebox/
|
||||||
- https://hub.docker.com/r/nikisweeting/archivebox
|
- `docker run nikisweeting/archivebox` https://hub.docker.com/r/nikisweeting/archivebox
|
||||||
- https://archivebox.readthedocs.io/en/latest/
|
- https://archivebox.readthedocs.io/en/latest/
|
||||||
- https://github.com/pirate/ArchiveBox/releases
|
- https://github.com/pirate/ArchiveBox/releases
|
||||||
|
- easy migration from previous versions
|
||||||
```bash
|
```bash
|
||||||
pip install archivebox
|
cd path/to/your/archive/folder
|
||||||
|
archivebox init
|
||||||
cd path/to/your/archive/folder
|
archviebox add 'https://example.com'
|
||||||
|
archviebox add 'https://getpocket.com/users/USERNAME/feed/all' --depth=1
|
||||||
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)
|
- 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
|
- 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`
|
- uses argparse instead of hand-written CLI system: see `archivebox/cli/archivebox.py`
|
||||||
- new subcommands-based CLI for `archivebox` (see below)
|
- new subcommands-based CLI for `archivebox` (see below)
|
||||||
- new Web UI with pagination, better search, filtering, permissions, and more
|
- new Web UI with pagination, better search, filtering, permissions, and more
|
||||||
- 30+ assorted bugfixes, new features, and tickets closed
|
- 30+ assorted bugfixes, new features, and tickets closed
|
||||||
|
- for more info, see: https://github.com/pirate/ArchiveBox/releases/tag/v0.4.9
|
||||||
For more info, see: https://github.com/pirate/ArchiveBox/releases/tag/v0.4.9
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user