Skip to content

Releases: hunterjm/futgui

v1.1.1 Beta Release

01 Oct 20:13
Compare
Choose a tag to compare
v1.1.1 Beta Release Pre-release
Pre-release
  • Fixed issue after auction won

v1.1.0 Beta Release

01 Oct 17:31
Compare
Choose a tag to compare
v1.1.0 Beta Release Pre-release
Pre-release
  • Fixed issues with bidding and updating players on watchlist

v1.0.1 Beta Release

30 Sep 04:26
Compare
Choose a tag to compare
v1.0.1 Beta Release Pre-release
Pre-release
  • Fixed issue with player search not showing images

v1.0.0 Beta Release

30 Sep 03:02
Compare
Choose a tag to compare
v1.0.0 Beta Release Pre-release
Pre-release
  • Updated for FIFA 17
    • Untested (I don't own the game)

v0.7.2 Beta Release

14 Dec 02:45
Compare
Choose a tag to compare
v0.7.2 Beta Release Pre-release
Pre-release

Bugfixes

  • Fix for iOS and Android emulation (futapi/fut@f3b885a)
  • Possible fix for 'NoneType' error on login (futapi/fut@3a5963c)
  • Fix for no players in transfer market causing Auto update error (14bc868)
  • Fix variable name in watch routine that was causing errors (f8e37aa)

v0.7.1 Beta Release

03 Dec 01:32
Compare
Choose a tag to compare
v0.7.1 Beta Release Pre-release
Pre-release

Features

  • Improved watchlist updates (71d76a6)

Bugfixes

  • BIG HUGE fix for relisting items at the proper price points. (5d12ded)
  • Catch exceptions on BIN search. (5d037f8)

v0.7.0 Beta Release

01 Dec 03:57
Compare
Choose a tag to compare
v0.7.0 Beta Release Pre-release
Pre-release

NOTICE

Downloads removed due to relist bug. v0.7.1 will be released in a few hours.

Features

  • NEW AUTO PRICING! Implements custom lowest BIN function, replaces FUTBIN (xbox, ps4) and Watch method (pc). (9f4e605)
  • Decrease watchlist timer automatically. (22302a2)
  • Add option to relist players at current or previous pricing. (b83d6c0)

Bugfixes

  • BIG fix for baseId which caused watchlist and listing issues for some players (#12) (futapi/fut#174)
  • Fixed issue with removing players from watchlist when credits limit is hit. (b83d6c0)
  • Fixed bug if tradepile contains not only players (b856c50)
  • Added decrement for situations where we are right on the cap (i.e. 1000 goes down to 950 and up to 1100) (406aae0)

v0.6.2 Beta Release

25 Nov 15:38
Compare
Choose a tag to compare
v0.6.2 Beta Release Pre-release
Pre-release

Bugfixes

  • Fixed "FIFA 16 Auto Buyer returned -1" error that some Windows users were getting. (1bae47a)

v0.6.1 Beta Release

25 Nov 04:53
Compare
Choose a tag to compare
v0.6.1 Beta Release Pre-release
Pre-release

Features

  • MORE Speed Improvements! (4e7cd21)
  • Update credit display every time it changes. (4e7cd21)
  • Added scrollbar to watch section of bid frame. (abbe723)

Bugfixes

  • Does not attempt to re-list unless there is anything to re-list. (c8b4d03)
  • Cache cardInfo so we are not making an external request every time. (59a1280)
  • Fix single player watch functionality. (#13)

v0.6.0 Beta Release

23 Nov 04:20
Compare
Choose a tag to compare
v0.6.0 Beta Release Pre-release
Pre-release

Features

  • New watch frame so you can see what is happening with your auctions in real time. (#11)
  • Speed Improvements! (futapi/fut#173)
  • Checks max credits while bidding to ensure we stay in budget. (68503e2)
  • Added option for pure BIN sniping (no auctions). (e7e80c8)

Bugfixes

  • Removed "Debug" option from login as it was causing issues when bidding. (#8)
  • PEP8 conformations. (#10)