Skip to content

Releases: magnusbakken/espn-fantasy-autopick

4.0.0

05 Nov 12:04
Compare
Choose a tag to compare

New features

  • Converted extension to Manifest version 3.
  • The extension popup now shows up on every page, but the contents of the popup are only shown while on the ESPN fantasy team pages.

Removed features

  • The keyboard hotkeys are no longer available in this version, due to changes in the Chrome API requiring a new permission. If it turns out that a lot of people were using them, they can easily be added back later.

Bug fixes

  • Added a timeout prior to clicking the Move button each time. This will increase the time it takes for the extension to run, but should avoid more timing issues.

3.0.2

06 Apr 19:58
Compare
Choose a tag to compare

Bug fixes

  • Fixed multiple issues with goalies in NHL leagues.

3.0.1

06 Apr 19:57
Compare
Choose a tag to compare

Bug fixes

  • Minor fixes and improvements.

3.0.0

06 Apr 19:56
Compare
Choose a tag to compare

New features

  • Added support for NHL leagues.
  • Some minor visual changes to the NBA extension.

2.4.5

14 Feb 10:02
Compare
Choose a tag to compare

Bug fixes

  • Retry automatic setup once if the result is different from what was expected. This should mitigate #7 and any other bugs caused by the ESPN page shuffling around the slots as players are moved.

2.4.4

10 Jan 10:52
Compare
Choose a tag to compare

Bug fixes

  • The fix in the previous release (2.4.3) was incorrect. It would give wrong results when detecting if every player is currently playing.

2.4.3

10 Jan 10:41
Compare
Choose a tag to compare

Bug fixes

  • Fixed a bug that could happen when there were completely empty slots in the starting lineup.

2.4.2

08 Jan 10:44
Compare
Choose a tag to compare

Bug fixes

  • Fixed a bug introduced in the last update, which caused errors in some cases.

2.4.1

04 Jan 21:02
Compare
Choose a tag to compare

Bug fixes

  • Made two improvements to the algorithm:
    • Fixed the player health calculation so it prefers uninjured players. This functionality was broken.
    • Don't change the lineup if every player with games is already on the active roster.

2.4.0

01 Jan 21:09
Compare
Choose a tag to compare

New features

  • Added support for automatically setting up the roster for a custom number of days.

Bug fixes

  • Fixed some issues related to saving and restoring settings.