This repository was archived by the owner on Dec 18, 2025. It is now read-only.
Releases: artegoser/AnoPaper
Releases · artegoser/AnoPaper
Release list
v1.2.0
This is the latest 1.x version. Soon I will rewrite the whole project on typescript and will use indexeddb instead of localstorage. As a web framework I will use NestJs. Instead of mongodb I will use Prisma (I can customize it for my own database). Maybe I will use NextJs or something similar, or maybe I will leave react for other frontend frameworks.
What's Changed
- Add helmet by @artegoser in #68
Full Changelog: 1.1.0...v1.2.0
v1.1.0
Features:
- Local notes editing (0a0f0f9)
- Publish local notes (3963e43)
- 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 (238af9a)
What's Changed (Github generated)
- Mongodb migration by @artegoser in #3
- Stats by @artegoser in #8
- Encryption by @artegoser in #26
Full Changelog: 1.0.0...1.1.0