Skip to content

v6.2.1 Mostly Code Cleanup

Compare
Choose a tag to compare
@djotaku djotaku released this 16 Aug 00:40
· 157 commits to master since this release
0ccfaf7

The biggest thing you'll notice is that if you save font preferences for the tracker UI it will now take effect on launch. Before due to a small bug, you'd need to go into the settings and then save for the font changes to take effect.

Release Notes

User-Facing Changes

  • A fix so that the font changes for the tracker window that are saved in preferences are applied upon startup..

Developer-Facing or API Changes

  • cleaned up some duplicate code in call_tracker.py
  • cleaned up logging code

Installation/Usage Instructions

tl;dr:

Windows Users

Grab the file below.

Linux users

use PyPi or git clone

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 on the devel branch.