Skip to content

v1.3.1

Compare
Choose a tag to compare
@CollinHeist CollinHeist released this 28 Apr 04:24
· 1315 commits to master since this release
0a687f2

Major Changes

N/A

Major Fixes

N/A

Minor Changes

  • Add optional font-scaling to Genre Cards
    • Leverages existing --font-size / --size option
    • Closes #93
  • Automatically retry failed WebInterface requests
    • All GET requests done using WebInterface class are now retried at most 3 times, with between 3 and 5 seconds between each request
    • Added tenacity module dependency to pipfile and requirements.txt
    • Closes #95 (for now)

Minor Fixes

N/A