Skip to content

Releases: ZeusJunior/tf2-automatic-gui

v2.2.2

13 Oct 23:05
Compare
Choose a tag to compare
  • Fixed effects not showing up
  • Added the new Scream Fortress 2020 effects

v2.2.1

10 Jun 12:18
Compare
Choose a tag to compare

Fixed show more button being visible when all trades were loaded.

v2.2.0

24 May 10:49
Compare
Choose a tag to compare

Added:

  • Search your trades by items in the trade
  • When hovering over an item in grid view, it'll show the buying/selling price

v2.1.0

19 May 15:50
Compare
Choose a tag to compare

Added

  • Sort by intent
  • profit per trade
  • unusual effects to items in trade

Fixed

  • loss is now displayed correctly

Improved

  • decreased loading time of trade page

v2.0.0

09 May 10:29
Compare
Choose a tag to compare

V2 is now out! With a ton of changes made by Maximilian
The most notable are:

  • The trades page has been remade, it contains much more information like item images, total trade value etc.
  • There is now a NEW tab. PROFIT. While this still requires some work, it is stable enough to be released https://i.imgur.com/RQT9qMQ.png
  • The main page has been remade. Among other changes you can now switch from grid to list view and there is a new much better search function (Can also search for unusual effects, killstreaks, australium etc)

The wiki has also been updated to match the current features

v1.7.4

29 Mar 20:49
Compare
Choose a tag to compare

76bf362 Fix unnecessary scroll bar at the bottom of the page

v1.7.3

24 Feb 15:48
Compare
Choose a tag to compare

Fixes:

  • a6716ff Fixed error when adding unique stock weapons

v1.7.2

23 Feb 17:48
Compare
Choose a tag to compare

Fixes:

  • fc7ff8d Quick fix for when item dict is missing in polldata

v1.7.1

23 Feb 11:49
Compare
Choose a tag to compare

Fixes:

  • 099aa5c Now works with the V3 pricelist, V3 doesn't save the item names in the pricelist anymore which caused them to appear blank in the table
  • feb1910 Fixed issue with changing stock
  • bed7f88 Fixed issue with deleting a selection of items
  • b566fec Fixed issue with sorting by price

v1.7.0

14 Feb 19:17
Compare
Choose a tag to compare

New:

  • Add a trades tab, put your polldata.json file in the config folder and you'll be able to see trade info. Clicking a table row will open up a popup with more detailed info, much like the pricelist
  • When adding a single item, setting autoprice to Yes automatically hides the price inputs

Fixes:

  • Fix schema runtime (a478706), this caused the trades page and search to fail and throw an error as the tf2-schema wasn't initialized properly