From baccc4603b61b3799552f6b2baba4477823be0f0 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 28 Jul 2020 08:46:46 -0400 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/Changelog.md b/Changelog.md index 2c7d2e5..c866d0b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -11,6 +11,35 @@ See the [releases](https://github.com/pirate/ArchiveBox/releases) page for versi +--- + + +- 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