Skip to content

Releases: CriticalFlaw/TF2HUD.Editor

3.5

02 Feb 18:57
Compare
Choose a tag to compare

What's Changed

  • Hot-fix for the app not being resizable from all four sides (#258)
  • Enabled auto-update checking by default.
  • Fixed logs showing the selected value option instead of actual applied value

Full Changelog: 3.4...3.5

3.4

07 Oct 18:08
Compare
Choose a tag to compare
3.4

What's Changed

  • Additions to budhud customizations by @szero in #251
  • Reimplemented window resizing
  • Reimplemented automated schema updates
  • Fixed local schema changes being overwritten
  • Fixed number picker not allowing user input
  • Updated nugget packages to latest versions

New Contributors

Full Changelog: 3.3...3.4

3.3

16 Sep 18:49
Compare
Choose a tag to compare
3.3

image

Important Note

This release requires .NET 8.0 Desktop Runtime - Windows x64 which can be downloaded here.

What's Changed

  • Updated the user interface and nuget packages to their latest versions
  • Updated to check for the 64-bit version of TF2 when applying customizations
  • Fixed an issue where the app would not launch if a certain files were corrupt or missing (#237, #242)
  • Added an option for clearing out and recreating cached files that may go stale over time (#236)
  • Improved logging to be more descriptive of actions being taken (#238)
  • Backend changes to potentially resolve a recurring null reference error (#231)
  • Upgraded the app to .NET 8.0 (#229)

Full Changelog: 3.2...3.3

3.3 RC2

13 Sep 17:51
dc348a9
Compare
Choose a tag to compare
3.3 RC2 Pre-release
Pre-release

What's Changed

  • Added a Clear Cache button to the options menu for recreating configuration files that may cause issues over time.
  • Added an error handler for scenario where the app would not launch if a certain schema file could not be acquired.
  • Improved logging to be more descriptive of certain actions being taken.

Full Changelog: 3.3-preview...3.3-rc2

3.3 RC1

01 Sep 17:41
Compare
Choose a tag to compare
3.3 RC1 Pre-release
Pre-release

This is a preview build for version 3.3. There are still changes to be made before the final release pending user feedback and testing.

This version targets x64 only and requires the latest .NET 8 runtime to launch.
Click here here to download the latest .NET 8 Runtime for Desktop.

What's Changed

  • Upgraded to .NET 8.0
  • Updated to check if the x64 version of TF2 is running when applying customizations
  • Updated the main application UI and nuget packages
  • Backend changes to potentially resolve a recurring null reference error (#231, #237)

Full Changelog: 3.2...3.3

3.2

29 Jul 21:01
7812e95
Compare
Choose a tag to compare
3.2

2024/09/09: This release has been re-uploaded with latest schema files to fix compatibility issues.

What's Changed

  • Added m0rehud customizations. (#194)
  • Added Simplified Chinese translations (#177, Thank you @HotoCocoaco)
  • Added the Zenith user setting for budhud (#188, Thank you @KaineWooten)
  • Reworked how the editor app checks for new releases. (#176)
  • Fixed a bug where the install button would stay disabled (#190, Thank you @cooolbros)
  • Updated the editor to be able to copy multiple subfolders for a single customizations.
  • Updated Russian translations. (#181, Thank you @Blueberryy)
  • Updated nuget packages to the latest versions.

m0rehud

3.1

03 Mar 02:56
Compare
Choose a tag to compare
3.1

What's Changed

  • Added missing Spanish translation by @thejaviertc in #167
  • Added Italian translations by @SignorUpB in #171
  • Fixed 'The file scheme is not supported.' error in #174
  • Fixed the editor incorrectly processing OS tags.
  • Updated documentation. Corrected outdated links.

New Contributors

Full Changelog: 3.0...3.1

3.0

23 Feb 03:52
Compare
Choose a tag to compare
3.0
  • Added Spanish translations. (Thank you @thejaviertc)
  • Added a "Launch TF2" button.
  • Added a dedicated settings page.
  • Added a persistent crosshair selection option. (#137)
  • Fixed Portugese-Brazillion not displaying as an option. (#141)
  • Fixed } crosshair option breaking thge VDF parser.
  • Improved tf/custom path finding. (#135)
  • Migrated the application to MVVM architecture. (Fixes #116, Thanks @cooolbros)
  • Migrated the documentation site to Docusaurus. (#138)
  • Updated Portugese-Brazillion translation (Thanks @Tiagoquix)
  • Multiple UI and backend improvements.

2.5

24 Jul 16:35
Compare
Choose a tag to compare
2.5
  • Upgraded the project to .NET 6.0 - users will need to install the latest runtime to run the application.
  • Added support for Sunset Hud by @Hypnootize (#105)
  • Added support for KBNHud by @Jotunn (#109)
  • Added a validation check for unsupported HUDs in the tf/custom folder. (#110)
  • Added Brazilian Portuguese localization by @Tiagoquix (#114)
  • Added scroll view to customization pages that can't fit everything on screen. (#118)
  • Added support for multiple download sources of the same HUD. (#120)
  • Added an option to hide the player list to certain HUDS. (#121)
  • Hypnotize's Crosshair Pack can now be installed for certain HUDs by @cooolbros (#122)
  • Changed the icons font used by the app with Hypnotize's Icons Pack.
  • Various backend improvements and optimizations by @cooolbros
    • Fixed an exception error thrown when renaming directory to lowercase.
    • Fixed the application title not displaying.
    • Removed crosshair option from HUDs that don't support it.
    • Updated Russian localization by @Blueberryy
    • Updated nuget packages to their latest versions.

2.4

16 Oct 20:53
Compare
Choose a tag to compare
2.4
  • 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.