Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Releases: artegoser/AnoPaper

v1.2.0

Choose a tag to compare

@artegoser artegoser released this 24 Aug 17:11
95fe085

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

Full Changelog: 1.1.0...v1.2.0

v1.1.0

Choose a tag to compare

@artegoser artegoser released this 24 Jul 17:33
55a1b75

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 incremental Date.now() instead of uuidv4 (238af9a)

What's Changed (Github generated)

Full Changelog: 1.0.0...1.1.0

AnoPaper v1.0.0

Choose a tag to compare

@artegoser artegoser released this 24 Apr 06:55
51c9922

New Features