Skip to content

Releases: CriticalFlaw/TF2HUD.Editor

3.4.2

15 Nov 02:16
Compare
Choose a tag to compare
3.4.2 Pre-release
Pre-release
  • Enabled auto-update checking by default.
  • Fixed logs showing the selected value option instead of actual applied value

Full Changelog: 3.4.1...3.4.2

3.4.1

25 Oct 20:52
Compare
Choose a tag to compare
3.4.1 Pre-release
Pre-release
  • Hot-fix for the app not being resizable from all four sides (#258)

3.4

07 Oct 18:08
Compare
Choose a tag to compare

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.