Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 1.69 KB

CHANGELOGS.md

File metadata and controls

62 lines (48 loc) · 1.69 KB

0.1.5 (2024.08.01)

  • First public release
  • Fixed appearance of scrollbox in "Configuration" window
  • Fixed turning scripts on/off when changing presets

0.1.4 (2024.07.27)

  • Optimized code
  • Added a few exceptions

0.1.3 (2024.07.26)

  • Added option to set command-line argunments for game executable
  • Added command-line arg "/execargs="

0.1.2 (2024.07.22)

  • Deactivating manager while the game is running
  • Added exceptions related to script checkings
  • Added Crashday executable file detection

0.1.1 (2024.07.10)

  • Added many exceptions to avoid error messages
  • Logging improvements

0.1.0 (2024.07.09)

  • Removed unused lines in code
  • New main window look when no scripts installed
  • Splitted "textBox" setting type on two subtypes: "float" & "string"
  • Allowed program running only in a single instance

0.0.9 (2024.07.07)

  • Added "checkBox" setting type support for scripts
  • Added automatic formatting of floating-point numbers (i.e. the comma will be replaced by a dot)

0.0.8 (2024.06.21)

  • Changed log messages
  • Fixed replacement with using Int8, Int16, Int32 and Int64

0.0.7 (2024.06.20)

  • Extended "numericUpDown" max limit from 100 to 2147483647

0.0.6 (2024.06.06)

  • Added command-line args ("/preset=" & "/exec=")
  • Added shortcut creation feature

0.0.5 (2024.06.04)

  • First private GitHub release
  • Fixed icon display
  • Added reset script values feature
  • Changed "About" window

0.0.4 (2024.05.21)

  • Added script configuration feature

0.0.3 (2024.05.19)

  • Added presets support
  • Added icon

0.0.2 (2024.05.16)

  • Implementation of replacing bytes in executable

0.0.1 (2024.05.13)

  • First internal release
  • Simple implementation of console output