Skip to content

v1.0.5

Compare
Choose a tag to compare
@rbaltrusch rbaltrusch released this 22 Jan 19:53
· 43 commits to master since this release
2ded224

Fixes gui startup due to database not generating properly when starting for the first time.

Code maintenance (adding lots of unit tests) and small code fixes:

  • Fixed SQL in desktop_shop.database.query_user_data
  • Added some type hints to desktop_shop.database functions
  • Moved desktop_shop.database.get_last_added_transaction_id_from_transactions_table to internal function
  • desktop_shop.user.UserData class now strips whitespace from user names

What's Changed

Full Changelog: v1.0.4...v1.0.5