Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Releases: Mardaneus86/futwebapp-tampermonkey

1.1.0

28 Sep 08:43
Compare
Choose a tag to compare

1.1.0 (2018-09-28)

Bug Fixes

  • layout changes on futbin price (25955cb)
  • remove paddings from list views (c184d6f)
  • select correct Futbin player when there are multiple results (76b8224)

Features

1.0.2

23 Sep 15:47
e1b0240
Compare
Choose a tag to compare

1.0.2 (2018-09-23)

Bug Fixes

  • remove request module for filesize improvements (e1b024)

1.0.1

23 Sep 14:05
Compare
Choose a tag to compare

1.0.1 (2018-09-23)

Bug Fixes

  • correct icon for settings button (b3f59ae)
  • analytics tracking (b4e9698)

Remarks

This release adds analytics so I can figure out which parts of the script are used most often. A unique ID is created to determine unique users using specific features, but this ID is in no way related to your EA user and can't be traced back to it either. Usage statistics are completely anonymous.

1.0.0

22 Sep 20:47
Compare
Choose a tag to compare

1.0.0 (2018-09-22)

Features

  • partial update to FIFA 19 web app (d7bc12c)

BREAKING CHANGES

  • This is an update for FIFA 19's version and is not backward compatible

v0.2.3

08 Dec 15:42
Compare
Choose a tag to compare

0.2.3 (2017-12-08)

Bug Fixes

  • downloading player list correctly (ba6fb0a), closes #94
  • match to new CSS styles of web app for buttons (c6a3260), closes #95
  • show player min bin price at correct player after switching players during search (a51cf1a), closes #90

Known issues

Problem: Min BIN prices for Special cards other than TOTW, might be wrong. So relisting at BIN price potentially will relist at a price that is too low for that specific card. This issue (#102) is currently under investigation.
Solution: If you have these kind of special cards up for listing, disable the Relist at BIN price option, so every card is relisted at the previous list price without looking at the market.

v0.2.2

09 Nov 21:08
Compare
Choose a tag to compare

0.2.2 (2017-11-09)

Bug Fixes

  • add button for looking up the player at futbin (fa09fcd), closes #55
  • disabling a setting with subsettings should be stored (b3ed6b5), closes #85
  • link to exact version of player on futbin (4909893)
  • send pin events when expired items are relisted automatically (b0c414a), closes #46
  • setting to show or hide link to Futbin page (75be510)

v0.2.1

07 Nov 22:57
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

0.2.1 (2017-11-07)

Bug Fixes

  • allow futbin prices to show on Transfer Targets screen (95f17b0)
  • allow scripts on localized versions of the web app (b661f79), closes #83
  • download sold items as CSV file (f7d7a23), closes #61
  • force web app to non-phone layout (deabc5b), closes #62
  • relist items other than players at same price (15b1173)
  • show link to futbin page for players (787eb97), closes #55
  • store subsetting values (c8e37d9)

Known issues

Problem: Futbin links are not shown for every player, because of rate limiting on their API.
Solution: The more you use the web app, the more players are cached, and the less you will see missing Futbin links. The links will be placed in a different location (the detail view) in a future release.

v0.2.0

07 Nov 00:19
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

0.2.0 (2017-11-07)

Bug Fixes

  • auction should not expire when looking for min bin (f74e5b7), closes #82

Features

  • add settings to relist expired items with BIN prices or last list price (7ab1cc7)
  • download all players with information from club (b6ba6ce), closes #32

Known issues

Problem: Tampermonkey script not loading in localized versions of web app (#83):
Solution: add this code to the Tampermonkey header in the fut-enhancer.user.js script:

// @match       https://www.easports.com/*/fifa/ultimate-team/web-app/*

v0.1.1

05 Nov 21:22
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

0.1.1 (2017-11-05)

Bug Fixes

  • adjust list price on unitialized quicklist panel (e828c25)

v0.1.0

05 Nov 19:29
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial version with all separate scripts merged to a single script.

Includes a settings page, accessible with a button on the bottom right of the web app. Each feature can be enabled and customised separately.

Some features are queued based on the interval the user can set itself. The queue prevents several actions from running at the same time.

Features

  • Refresh transferlist
  • Remove sold auctions automatically
  • Relist expired auctions automatically
  • Search minimum BIN
    • Adjust list price automatically
  • Extra card information (fitness & contracts)
  • Increase list size (club & transfer market)
  • Futbin integration
    • Show player price and last update time

Missing scripts from previous solution

  • Futbin club worth (can be added later)
  • Disable Clickshield (is handled in the underlying requests where necessary)
  • Confirm Buy Now automatically (currently has some issues that have to resolved)