Skip to content

2.4

Compare
Choose a tag to compare
@CriticalFlaw CriticalFlaw released this 16 Oct 20:53
· 497 commits to master since this release
  • Fixed the app being falsely flagged as a virus by multiple AVs. (#90)
  • Fixed the app throwing an exception error when trying to update. (#91)
  • Fixed a bug where the tf/custom folder would get deleted. (#92, Reported by @Alessi1000, Fixed by @cooolbros)
  • Fixed a crash caused by link buttons on the main menu. (#88, Reported by @theaswanson, Fixed by @cooolbros)
  • Added a toggle for automatically checking for schema update (enabled by default). (#102)
  • Added missing French and Russian translations. (#93, Thank you @Blueberryy and @KayaDLX)
  • Added PeachHUD, m0rehud and collyhud to the HUD list. Removed zeeshud for the time being.
  • The schema update now now manage files to match what's in: https://github.com/CriticalFlaw/TF2HUD.Editor/tree/master/src/TF2HUD.Editor/JSON
  • Updated the stock TF2 HUD to use the Community HUD Fixes project as a base. Added missing Discord link.
  • Multiple backend improvements and bug-fixes. (Thank you @cooolbros)
    • Replaced WebClient with HttpClient.
    • Replaced BackgroundWorker with async/await.
    • Replaced TestHUD method with git hash-object.
    • Changed binding for the Apply Changes button.