Skip to content

Releases: rbaltrusch/desktop_shop

v1.1.3

22 Jun 19:16
v1.1.3
097ebc5
Compare
Choose a tag to compare

v1.1.3

What's changed

  • Fixed pypi packaging by including required database SQL files.

Full Changelog: v1.1.2...v1.1.3

v1.1.2

22 Jun 18:55
v1.1.2
6599050
Compare
Choose a tag to compare

What's Changed

  • Fixed pypi packaging error caused by missing subpackage desktop_shop.database.

Full Changelog: v1.1.1...v1.1.2

v1.1.1

26 May 19:18
Compare
Choose a tag to compare

What's changed

Removed support for 3.12 due to deprecated packaging files, which meant that a number of required files from the desktop_shop package were missing after an installation using Python 3.12, so removing support for now.

v1.1.0

26 May 15:29
Compare
Choose a tag to compare

What's Changed

Adds support for Python 3.10, 3.11 and 3.12. Adds two small features to the graphical user interface and support for non-alphabetic names.

New Features

Maintenance

Updated dependencies

Full Changelog: v1.0.5...v1.1.0

v1.0.5

22 Jan 19:53
2ded224
Compare
Choose a tag to compare

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

v1.0.4

23 Aug 14:35
0b96759
Compare
Choose a tag to compare

Database generation bugfixes and devtools updates.

What's Changed
Bump pytest from 6.2.3 to 7.1.2 by https://github.com/dependabot in #14
Bump pytest from 7.0.1 to 7.1.2 by https://github.com/dependabot in #21

Full Changelog: v1.0.3...v1.0.4

v1.0.4

23 Aug 14:01
1898ff4
Compare
Choose a tag to compare

Database generation bugfixes and devtools updates.

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

18 Aug 14:18
Compare
Choose a tag to compare

Update user documentation and bump dependencies.

Full Changelog: v1.0.1...v1.0.3

v1.0.2-a

12 Aug 23:49
e969dcf
Compare
Choose a tag to compare

Fix initial gui startup by including database generation at the beginning.

This removes the need to manually generate the database using database.py --fast.

v1.0.1

12 Aug 23:40
Compare
Choose a tag to compare

Fix initial gui startup by including database generation at the beginning.

This removes the need to manually generate the database using database.py --fast.