Skip to content

Releases: alekny/TF2CompRosterChecker

TF2CompRosterChecker v2.2.3

24 Dec 09:28
2663b0e

Choose a tag to compare

Small maintenance release:

  • Fix UGC queries resulting in empty names 2663b0e
  • Upgraded internal dependencies 2663b0e

TF2CompRosterChecker v2.2.2

27 Dec 10:07
db1f90a

Choose a tag to compare

Small maintenance release:

  • Fix ugc query results encoding 3f301fb
  • Abbreviate some UGC division labels db1f90a
  • Upgrade internal dependencies db1f90a

TF2CompRosterChecker v2.2.1

14 Jul 01:49
aa402bc

Choose a tag to compare

Hotfix Release:

  • Fix ETF2L 6v6 and RGL queries due to ETF2L api changes and RGL site layout changes
  • Upgrade internal dependencies, while we're at it
  • Built with .NET Framework 4.8

TF2CompRosterChecker v2.2

24 Jun 05:04
e75ad7c

Choose a tag to compare

This is a small maintenance release:

  • Actually make the ETF2L profileid-parser respect the new api+fallback as well
  • Visual changes/improvements
  • Usability tweaks
  • Upgraded internal dependencies
  • Built with .NET Framework 4.8

TF2CompRosterChecker v2.1

13 Mar 16:16
49e9d14

Choose a tag to compare

  • added TF2Center-Profile-Url support
  • Switched to new ETF2L API v2, also added a fallback option
  • Added small privacy and compatibility changes regarding the webclient
  • Minor bugfixes and UI improvements
  • Upgraded internal dependencies
  • Built with .NET Framework 4.8

v2.1

TF2CompRosterChecker v2

21 Feb 09:35
5853f2a

Choose a tag to compare

New major release with added features:

  • Query Reports now can be generated and and verified using the app. Simply click on "Save Report" and notepad will open with a summary of the queried players. This report can then be copy+pasted or saved as *.txt with notepad to later be verified.
  • All gathered player info can now also be exported as json for further usage, simply click "Export JSON".
  • Decluttered interface, added menubar for new functions
  • Built with .NET Framework 4.8

TF2CompRosterChecker 1.8.0

11 Feb 06:07
acfa22a

Choose a tag to compare

  • New: Added a "Recheck" functionality. After a roster check is completed, simply switch to another league in the drop-down menu and click on "Recheck Roster", without needing to paste the same steam ids again. This will check all previously entered steamids for matches in the newly selected league
  • Improved visuals of ban-popups: Newest bans are now listed at the top, permanent bans are now also shown as "permanent" for all ETF2L checks
  • Made it possible to also enter SteamID3s without brackets, so now both can be parsed correctly: "[U:1:123456789]" and "U:1:123456789".
  • Updated dependencies

TF2CompRosterChecker 1.7.9

25 Jul 15:55
40b3e59

Choose a tag to compare

  • readded context menu

TF2CompRosterChecker 1.7.8

18 Jun 20:32
f123eab

Choose a tag to compare

TF2CompRosterChecker 1.7.7

02 Jun 05:44
ed2b268

Choose a tag to compare

  • Updated this release to also contain afac6a6
  • Upped the max steamid limit for a single check to 100
  • Replaced the TextBox with AvalonEdit, resulting in huge performance improvements and better steamid highlighting when typing or pasting
  • Improved sorting: Now sorting results by team and then by name
  • upgraded internal dependencies and build with .NET 4.8 from now on