doc: update changelog and readme

This commit is contained in:
Artemy 2023-04-29 09:45:40 +03:00
parent 6d17fca352
commit 32f1d78a71
2 changed files with 2 additions and 1 deletions

View file

@ -26,6 +26,7 @@ Running on: <https://anopaper.artegoser.ru/>
## Features ## Features
- Save notes locally - Save notes locally
- Edit local notes
- Publish one-time notes (when read, the note is deleted from the server and saved locally) - 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) - Use OpenAI API to complete notes (with your own api key)
- Collaborate with other users on notes - Collaborate with other users on notes

View file

@ -17,7 +17,7 @@
# Anopaper v1.1.0 (coming) # Anopaper v1.1.0 (coming)
- [ ] Local notes editing - [x] Local notes editing
- [ ] Publish local notes - [ ] Publish local notes
- [x] Migration notes storage to mongodb (#3) - [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. - [ ] 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.