From aab43db44abff917c6030b87c3145f7fa701cb31 Mon Sep 17 00:00:00 2001 From: sneak Date: Thu, 8 Jan 2026 11:12:59 -0800 Subject: [PATCH] Add WebP and AVIF encoding support to P0 TODO --- TODO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.md b/TODO.md index 9132f94..a502922 100644 --- a/TODO.md +++ b/TODO.md @@ -4,6 +4,10 @@ Remaining tasks sorted by priority for a working 1.0 release. ## P0: Critical for 1.0 +### Image Processing +- [ ] Add WebP encoding support (currently returns error) +- [ ] Add AVIF encoding support (currently returns error) + ### Manual Testing (verify auth/encrypted URLs work) - [ ] Manual test: visit `/`, see login form - [ ] Manual test: enter wrong key, see error