Skip to content

v4.1.2

Choose a tag to compare

@harung1993 harung1993 released this 30 Mar 16:44
· 42 commits to main since this release

Dollar Dollar Bill Y'all - Release Notes v4.1.2

What's New in v4.1.2

New Features

  • Recurring Updates: Enhanced auto-detection for recurring transactions
  • Delete Groups: Added ability to delete expense groups

Bug Fixes

  • Fixed currency conversion issues for non-default currencies
  • Resolved category deletion errors
  • Fixed user deletion functionality
  • Eliminated duplicate categories in dashboard views
  • Corrected CSV import issues

Migration Notes

  • IMPORTANT: This update requires running flask db migrate and flask db upgrade commands before restarting the application. Failure to run these migrations will break the application.

If the standard migration commands don't work, follow these steps:

  1. Remove the existing Alembic version information:
postgresql://postgres:postgres@db:5432/dollardollar -c "DROP TABLE IF EXISTS alembic_version;"
  1. Remove existing migration folder:
rm -rf /app/migrations
  1. Initialize migrations:
flask db init
  1. Create the first migration:
flask db migrate -m "Initial migration"
  1. Apply the migration:
flask db upgrade

Installation

  1. Pull the latest code from the repository
  2. Run the database migrations as noted above
  3. Restart the application server

Known Issues

  • None reported at this time

Feedback

We welcome your feedback and suggestions! Please report any issues on our issue tracker.