Skip to content

v1.2 - Hypnotic Frog

Compare
Choose a tag to compare
@tferreira tferreira released this 06 Jun 13:44
· 122 commits to master since this release

v1.2 implements a major change on transactions and balance behavior.

You can now wait until your transactions has been processed by your favorite bank before ticking them into Piggydime. Your current balance will update accordingly.

By default the transactions will not be ticked. If you come from a previous version of the app, you will have to tick your old transactions.

This release has breaking changes on the database. The transaction database table schema has been reworked.

For both new installation or upgrade, you need to run the db upgrade as like:

$ export DATABASE_URL="mysql+mysqlconnector://username:password@localhost/mydatabase"
$ python3.5 manage.py db upgrade

If you're running it on production (using dist files and not launching yarn start), you'll also need to recompile the assets from within the static directory:

$ yarn run build:production