Dollar Dollar Bill Y'all - Release Notes v4.1.3
What's New in v4.1.3
New Features
- Enhanced Search: Global search functionality in transactions
- Customization: Editable hex colors for categories
Bug Fixes
- Fixed scrolling issues with category edits
- Resolved Unraid template compatibility
- Corrected account balance conversion for transactions in different currencies
- Implemented alphabetical ordering of account names
Migration Notes
- IMPORTANT: This update requires running
flask db migrate
andflask 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:
- Remove the existing Alembic version information:
postgresql://postgres:postgres@db:5432/dollardollar -c "DROP TABLE IF EXISTS alembic_version;"
- Remove existing migration folder:
rm -rf /app/migrations
- Initialize migrations:
flask db init
- Create the first migration:
flask db migrate -m "Initial migration"
- Apply the migration:
flask db upgrade
Installation
- Pull the latest code from the repository
- Run the database migrations as noted above
- 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.