Skip to content

Release 0.4.2

Choose a tag to compare

@NewbySlime NewbySlime released this 02 Jun 14:46
· 3 commits to main since this release

Changes

  • Added button for saving for CodeWindow.
  • Added save function for CodeContext.
  • Added auto-save on exit configuration for each CodeContext.
  • Temporary file creation for editing functions.
  • Adjusted Logger to give verbose functions for logging.
  • Changes in PopupVariableSetter where the size will be dynamic, based on the child.
  • Any error that is triggered by GroupInvoker due to a method not exists are suppressed.
  • PopupVariableSetter enum value description changed from "Create New Table" to "As New Table".
  • Copy function now just create a copy without prompting PopupVariableSetter with addition '_cpy' suffix to the name.

Fixes

  • Fixed color constructing utility function.
  • Fixed a bug where loading CodeContext with empty file path will create a crash in CodeWindow.
  • Fixed a bug where editing functionality would use previous function editing session.
  • Fixed possible memory leak due to LuaVariableTree::_on_setter_applied_add_table_confirmed_variant will straight to return when the target item does not exist.
  • Fixed a bug where OptionValueControl or OptionListMenu behaved unxepectedly or crashing the program due to incorrect ordering of the node (which influences the initiation priority for each node).
  • Fixed a bug where the program will stuck at newly switched file when stepping over after current file switched.