Skip to content

Releases: randomchars42/Sortingshop

SortingShop 1.1.1

09 Nov 10:10

Choose a tag to compare

  • try to circumvent issue with wxpython==4.2.0
  • if sortingshop remains not installable, try:
    • pip install --user attrdict3 before installing sortingshop
    • if you install sortingshop with pipx use pipx install --system-site-packages after pip install --user attrdict3

Sortingshop 1.1.0

09 Nov 09:05

Choose a tag to compare

  • upgrade to wxpython4.2
  • drop alias SortingShop, only sortingshop remains
  • drop setup.py in favour of pyproject.toml

SortingShop 1.0.2

01 Dec 23:14

Choose a tag to compare

Fix Layout for wxPython >= 4.1.0

SortingShop 1.0.1

01 Dec 23:13

Choose a tag to compare

fix failing to go to the first / next picture sometimes

SortingShop 1.0.0

01 Dec 21:09

Choose a tag to compare

First stable release!

Install via

pip install SortingShop

or

pipx install SortingShop