Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Releases: LandonPatmore/yahoo-fantasy-bot

Security fixes

12 Sep 01:51
07a5c70
Compare
Choose a tag to compare

Dependabot security fixes for the frontend.

Dependency bumps

23 May 23:49
e2b451d
Compare
Choose a tag to compare

Security updates from dependabot.

Transactions Fix

18 Sep 17:44
Compare
Choose a tag to compare
  • Fixes issue with transactions not showing even if a user actually made one #69

Frontend Time!!!

18 Sep 01:18
Compare
Choose a tag to compare
  • Adds a frontend that users can access
  • Users can now add custom alerts to their choosing!!! (no more "chitty chitty chit chat")
  • Changed up a lot of code
  • FIXED MESSAGES
  • Frontend is currently basic but will be refined in later releases

Start up message update

09 Sep 20:59
Compare
Choose a tag to compare

Updated start up message to make more sense as well as point to issues link if someone needs to create an issue.

Quick fix

21 Jul 04:16
Compare
Choose a tag to compare

Fixes issue in #55 with check against game types.

Auto configure

21 Jul 01:45
Compare
Choose a tag to compare
  • Bot now auto configures itself with the yahoo game key for the season based on what the user inputted for the league game key type
  • Updated README
  • Updated heroku setup json file to now require users to enter env variables to make sure everything has been configured properly before they even start the bot
  • Clean up

Fixes bug with environment variables

31 May 01:51
Compare
Choose a tag to compare

Adds configuration option

31 May 01:48
Compare
Choose a tag to compare

Option to now opt in to "Close Score Updates" because of #52.

Bug fixes

24 May 16:55
Compare
Choose a tag to compare
  • updated to rx java 3 and added rx relays
  • removed explicit unwrapping in server code in favor of exception handling that is propagated to the user visually
  • fixed message headers and removed most emojis since they were not needed and were distracting
  • added back jobs thats were removed by contributor (missed in PR review)
  • removed unused imports
  • general clean up