For the most part you shouldn't see any changes in the look or the way things work. The GUI software updated from Qt5 to Qt6 and so I had to update as well. For now I had to drop the avatar image in the GUI (it would show in the "participant info" box) as I couldn't figure out how to support it with the new codebase.
ENJOY!
Installation/Usage Instructions
tl;dr:
Windows Users
Grab the file below.
Linux users
Docker or Podman users
docker run -it -v ./extralifedonationtracker:/root/.config/extralifedonationtracker -v ./testoutput:/root/output djotaku/eldonationtracker:latest
or
podman run -it -v ./extralifedonationtracker:/root/.config/extralifedonationtracker:Z -v ./testoutput:/root/output:Z djotaku/eldonationtracker:latest
For more detailed instructions
Installation Instructions: https://eldonationtracker.readthedocs.io/en/latest/installation.html
Usage Instructions: https://eldonationtracker.readthedocs.io/en/latest/usage.html
Please file any bug reports. Pull requests welcome.