From 32f1d78a71875c8a15c337f0f00b37f1bc42d8b3 Mon Sep 17 00:00:00 2001 From: Artemy Date: Sat, 29 Apr 2023 09:45:40 +0300 Subject: [PATCH] doc: update changelog and readme --- README.md | 1 + changelog.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c1fc5d..cbcd4ff 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Running on: ## Features - Save notes locally +- Edit local notes - Publish one-time notes (when read, the note is deleted from the server and saved locally) - Use OpenAI API to complete notes (with your own api key) - Collaborate with other users on notes diff --git a/changelog.md b/changelog.md index 260d151..42d84e5 100644 --- a/changelog.md +++ b/changelog.md @@ -17,7 +17,7 @@ # Anopaper v1.1.0 (coming) -- [ ] Local notes editing +- [x] Local notes editing - [ ] Publish local notes - [x] Migration notes storage to mongodb (#3) - [ ] Settings for publish notes, such as: delete after reading, number of reads before deleting, adding your own data (name, picture, status in the settings) to the note.