Skip to content

Releases: DaviMedrade/ETS2Sync-Helper-2

Version 3.2.6

15 Jul 01:12
Compare
Choose a tag to compare

Add Turkish language (thanks, @MT2Atakan).

Version 3.2.5

09 Jul 23:32
Compare
Choose a tag to compare

This is a bugfix release.

  • Don't show a message box in case of an uncaught exception when initializing the main window. Instead, let it fall through to be caught by the main uncaught exception handler, which shows the backtrace aiding in debugging.
  • Don't crash if the name of the profile or save is not found within the respective game file.

Version 3.2.4

07 Jul 22:54
Compare
Choose a tag to compare

This is a bugfix release.

  • Fix regression when the user has special characters in their Windows username.
  • Add languages: French and Swedish (thanks, @JhowDroid).

Version 3.2.3

30 Jun 14:58
Compare
Choose a tag to compare

This is a bugfix release.

  • Fix problem that made the program crash when changing language if the program's settings file path didn't exist yet.

Version 3.2.2

30 Jun 14:12
Compare
Choose a tag to compare

This is a bugfix release.

  • If the server reports a new bugfix release, don't report it as an error on the About window.

Version 3.2.1

30 Jun 13:57
Compare
Choose a tag to compare

This is a bugfix release.

  • Don't crash if the ETS2 settings folder doesn't exist.
  • Disable the Sync button if the ETS2 settings folder doesn't exist (or the profile has no saves).

Version 3.2.0

30 Jun 13:55
Compare
Choose a tag to compare
  • Monitor the game directory, so that you don't have to click “Reload” after you create a new save.
  • If you save the game (whether on a new save or over an old one), that save will be selected from the save list.
  • Add languages: European Portuguese, German, Spanish.
  • One program with all the languages (i.e. no more separate downloads for each language).
  • Save the selected location of the ETS2 config folder.
  • When a bugfix version is released, show a message at the bottom but don't explicitly ask on startup if the user wants to open the website to update.

Version 3.1.3

27 Jun 20:13
Compare
Choose a tag to compare

This is a bugfix release. It solves an issue where, upon release of a new version, if the user clicked Yes on the message box asking if they want to open the website the program would crash.

Version 3.1.2

26 Jun 14:51
Compare
Choose a tag to compare

This version should actually fix the FloatDomainError issue. Hopefully.

Special thanks to MathZinho Plays for his help with debugging this issue.

Version 3.1.1

26 Jun 14:20
Compare
Choose a tag to compare

This version fixes a bug where trying to sync with g_save_format 0 when the save has a float value with a value of Infinity would fail with a FloatDomainError. It also shows more information about errors that occur when syncing.