mirror of
https://github.com/artegoser/AnoPaper.git
synced 2024-11-05 12:33:58 +03:00
2.2 KiB
2.2 KiB
Anopaper vSomeday
- 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)
- Add helmet
Anopaper v1.1.0 (current)
- Local notes editing (
0a0f0f950a
) - Publish local notes (
3963e435e8
) - Migration notes storage to mongodb (#3)
- Maintaining statistics on sent notes, the number of notes received, number of deleted notes (#8)
- Encrypting notes in the database (#26)
- Local notes ids is
incrementalDate.now()
instead of uuidv4 (238af9ad69
)
AnoPaper v1.0.0
- MD Support (
43d7601ea6
) - Local notes (
7e7b336d56
) - Publish notes (
0f35ab4515
) - Delete local notes (
df877c6aa5
) - MathJax support (
866181e48a
) - GFM support (
697439f7b4
) - OpenAi completion support (
2c07e71349
) - Collaborative editing (
536c847375
) - Sync (
6af0bfacb2
) - Local notes search (
a34ae82215
) - Limit for publish notes (
a07ea54631
)