Releases: hunterjm/futgui
Releases · hunterjm/futgui
v0.5.0 Beta Release
Features
- Multi-account support. Just launch a second instance of the program.
- Add emulation parameter to mimic iOS or Android Companion App.
- This can be used to keep bidding when there is a temp ban or if the web app is down.
- Save settings to a config directory in your home folder so they can be used across upgrades.
- Add "Debug" checkbox to login. Writes info out to "fut.log" that can be used to troubleshoot issues.
- Donate "nag screen" to appear once a day when user clicks "Start Bidding".
Bugfixes
- Fixed KeyError when a player not being bid on is in the watchlist, tradepile, or unassigned pile.
- Ignore items in transfer list that are not explicitly in the player list.
- Gracefully handle expired session when bidding. Automatically re-login.
- No API delay during login.
- Handle exceptions in "watch" process.
- Added max player and bid protection checks inside the bidding loop to prevent accidental over-purchase.
v0.4.0 Beta Release
Features
- Additional Bidding Settings:
- Request Per Minute (RPM): Allows user to set a custom number of API requests to make per minute.
- Max Players: The maximum number of a single type of player to purchase to help against large market shifts.
- Auto Bid %: The % of the automatically determined player price to purchase a player for.
- Auto Sell %: The % of the automatically determined player price to list a player for sale.
- Auto BIN %: The % of the automatically determined player price to set BIN price of a player listed for sale.
- Saves bid settings so they do not need to be re-entered every time application is launched.
Bugfixes
- Fixed max player logic to stop bidding on players we have already placed at least one bid on if the limit has been reached.
- Allow user to login to a different account (when not currently logged in)
- Removed dependency on hunterjm/fut. Now works with base oczkers/fut.
v0.3.3 Beta Release
Features
- Updated list price to median bid if the lowest unsold list price is more than 15% off of your current list price.
Bugfixes
- Fixed issue where bidder would keep trying to bid when there was 3 errors and we had already logged out.
v0.3.2 Beta Release
Features
- Chaged buy price back to 90% of sell price for auto price update.
Bugfixes
- Fixed Manual Relist Notification to only display when we actually need to relist something.
v0.3.1 Beta Release
Features
- Chaged buy price to 85% of sell price for auto price update.
Bugfixes
- Fixed 409 errors when manually re-listing players based off out of date tradepile info.
v0.3 Beta Release
Features
- Added support for multiple players to player watch.
- Added automatic price update option:
- Updates every hour.
- If on xbox one / ps4, uses futbin.com lowest BIN as sell price
- Uses lowest unsold list price from player watch after 15 minutes if not on console, or if FUTBIN price is not within 10% of current price.
- Buys players for 90% of sell price.
- Sets BIN for players at 125% of sell price.
- Added safeguard to only own 20 of the same player at once.
Bugfixes
- Fix watch method to actually watch players for given time range instead of capping at ~54
v0.2 Beta Release
Features
- Multi-Player Bidding Support
- Selecting a player after searching will now add that player to a player list
- Player lists will be saved between sessions so you do not have to re-enter the players you are bidding on
- Click on a player in the player list to set buy, sell, and BIN prices
- With a player selected in the player list, click "Watch Player" to help determine what prices to set
v0.1 Beta Release
Features
- Login to EA Sports FIFA Web App
- Search for players
- Watch all trades in a 20 minute range to get a feel for the going price
- Set max bid, sell price, sell BIN, and minimum amount coins to keep in bank
- Bidder will increment bids up to your max bid as well as BIN snipe anything less than your defined max
- Bidder will automatically pause in an attempt to prevent any temporary bans