From 1481e4f21b8380760b9c7c20232870fa517123d1 Mon Sep 17 00:00:00 2001 From: Freedom Smuggler <134819643+tkhumush@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:08:56 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60249c6..cb444e2 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ Zaplan.work Version 0.5 - [x] Allow for other nostr extensions to work. currently, only Alby is supported -- [ ] Extend extension support to other browsers (Currently only Firefox is supported) +- [x] Extend extension support to other browsers (Currently only Firefox is supported) - [x] Pull profile data from kind 0 and update profile picture: This requires better event handling (retrieving more than 1 event, sorting events by date, and using the latest info for both profile and todo list JSON - [x] Update the checkbox icon to use the app logo - [x] We need to create a secondary icon (one for checked and unchecked) -- [ ] Better relay selection (Currently hard-coded) +- [x] Better relay selection (Currently hard-coded) Zaplan.work Version 0.6 - [ ] Create a second page for public todo list items not only encrypted, but this also means we need to add event verification.