Releases: parfeniukink/family_budget_bot
Releases · parfeniukink/family_budget_bot
UX improvements
- Now business category is in the same place as debts, currency transactions, and real costs
- Categories ordering updated
Small improvements
- Python 3.10 deprecation warnings are fixed
- Database SQL injection protection added
Add debts category. Improve UX
- Added a new category to the init_tables script
- Created a release 4.2 database migration script
- New category is added to the base mapping
- Analytics messages are updated
- Added a percent of costs in order to see its relation with the salary
Fixed: Delete costs doesn't increase the equity
v4.1.0 v4.1.0 tagged
Added snippets configuration to `Add costs` & Added more categories
- Migration script is created
init_tables
script is updated- Now categories representation is independent of database ordering (based on existed mapping in a code)
- Added
cost_sources
to the configuration that you can change via handler like income_sources - Allow spaces in all snippets configurations
NOTE: if you want to upgrade from version 3.x.x run python scripts/db/release/release_4_migration.py
Analytics improvements
- Button
Only incomes
is added to the detailed analytics categories buttons - Currency transactions are separated from the
total costs
-
- Now we have 2 report sections: Real costs and Currency transactions
- Added loguru logging into the file
Update configurations update UX
v3.0.2 v3.0.2 tagged
Migrations script bug resolved
v3.0.1 3.0.1 tagged
Individual configurations per user
v3.0.0 3.0.0 tagged
Update bot UI & Make bit asynchronous
In this release in Bot you can see new modern usage of Inline keyboards
.
Also, now bot is asynchronous.