Skip to content

Releases: parfeniukink/family_budget_bot

UX improvements

31 Jul 19:04
4076f23
Compare
Choose a tag to compare
  • Now business category is in the same place as debts, currency transactions, and real costs
  • Categories ordering updated

Small improvements

18 Jul 09:02
2ce3a3b
Compare
Choose a tag to compare
  • Python 3.10 deprecation warnings are fixed
  • Database SQL injection protection added

Add debts category. Improve UX

26 Jun 18:19
455784f
Compare
Choose a tag to compare
  • 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

21 Jun 15:57
Compare
Choose a tag to compare

Added snippets configuration to `Add costs` & Added more categories

18 Jun 22:47
6275995
Compare
Choose a tag to compare
  • 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

05 Jun 21:30
39ab7ae
Compare
Choose a tag to compare
  • 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

15 May 22:35
9cbb340
Compare
Choose a tag to compare
v3.0.2

v3.0.2 tagged

Migrations script bug resolved

15 May 22:09
925ed15
Compare
Choose a tag to compare
v3.0.1

3.0.1 tagged

Individual configurations per user

15 May 21:58
cdeb5db
Compare
Choose a tag to compare

Update bot UI & Make bit asynchronous

09 May 21:16
84cfcde
Compare
Choose a tag to compare

In this release in Bot you can see new modern usage of Inline keyboards.
Also, now bot is asynchronous.