Skip to content

v7.5.0 馃寛 Output Improvements

Compare
Choose a tag to compare
@djotaku djotaku released this 19 Mar 00:35
· 30 commits to refs/heads/master since this release
2e31ba6

A few output improvements:

  • added latest_milestone.txt that will hold the latest milestone you've reached
  • The otuput files that end in Message.txt no longer display "None" if there isn't a message.
  • Added a space in "No Donations Yet " so that in a horizontal scroll the messages don't collide

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.

Changes

馃殌 Features

馃馃徑 User Facing