From 5da079ada339c15f3f9d55a4252183e160959cfd Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 29 Feb 2024 19:03:13 -0800 Subject: [PATCH] Updated Roadmap (markdown) --- Roadmap.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Roadmap.md b/Roadmap.md index 07c3eda..ede56e2 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -20,6 +20,7 @@ - create a migration system for folder layout independent of the index (`mv` is atomic at the FS level, so we just need a `transaction.atomic(): move(oldpath, newpath); snap.data_dir = newpath; snap.save()`) - make `Tag` a real model `ManyToMany` with Snapshots - allow multiple Snapshots of the same site over time + CLI / UI to manage those, + migration from old style `#2020-01-01` hack to proper versioned snapshots + - upgrade from Django 3 to Django 5 https://github.com/ArchiveBox/ArchiveBox/issues/988 ### `v0.8: Security` - Add CSRF/CSP/XSS protection to rendered archive pages