Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@ya-erm ya-erm released this 09 Jun 08:37
· 174 commits to master since this release

Major update

This release includes major updates that are incompatible with the previous version. The data storage system in the database has been completely redesigned to implement offline mode. The data stored on the server is now a log of entity changes. This also allows to apply client-side encryption for increased security. Work has also started on the section analytics and the first page have already added. This page contains information of the expenses and revenues for each month by categories.

New features

  • Offline mode (used localDB and sync with server)
  • Main analytics page
  • Import / Export

Work in progress

  • Client-side RSA-based encryption
  • Other analytics pages

Full Changelog: v1.0.0...v2.0.0