From 842bb2ff4159774112b061b9a81ac20a8a5ad0b3 Mon Sep 17 00:00:00 2001 From: Artemy Date: Sun, 27 Aug 2023 21:30:52 +0300 Subject: [PATCH] doc: update changelog --- .gitignore | 2 ++ changelog.md | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 37fd133..33cb311 100644 --- a/.gitignore +++ b/.gitignore @@ -128,3 +128,5 @@ dist notes/ .vscode/ + +.svelte-kit \ No newline at end of file diff --git a/changelog.md b/changelog.md index 78b3426..e0352c6 100644 --- a/changelog.md +++ b/changelog.md @@ -20,10 +20,15 @@ - [ ] Api for upload photos - [ ] Inserting a photo in a note - [ ] Cloud sync +- [ ] 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. + +# AnoPaper v2.0.0 + +- [ ] Full migration to svelte # AnoPaper v1.2.0 (coming) -- [ ] 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. +- [x] Add helmet # Anopaper v1.1.0 (current)