Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jul 15:26
· 259 commits to main since this release

Changelog

Breaking Change

  • Changed the JSON format for choice and check_array. (See the PR comment for the details.)

⚠️ It means, the old JSON files won't work if they have choice or check_array components.

New Features

Other Changes

  • Optimization for size. (Even the uncompressed executables became about 1MB!)
  • Added a function for saving the previously executed command.
  • Changed the format of gui_config.json
  • Fixed a bug that help menu will be shown even if the size of ["help"] is zero.
  • Fixed an error when the size of ["gui"] is zero.
  • Fixed a GTK warning about component sizes.

Notes

  • The linux builds only support Ubuntu 20.04 or later due to the glibc dependencies.
    Build the executable by yourself if you want to use it on other linux distros.
  • The released builds does NOT support ARM devices.
  • The compressed versions were removed from the releases because the uncompressed ones became small enough for me.

Known Issue

  • Executables will crash when opening URLs or files from the help menu. (The fixed version is here)