Skip to content

Releases: matyalatte/tuw

v0.2.0

25 Sep 02:16
Compare
Choose a tag to compare

Changelog

  • Added "empty_message" option to text box and pickers.
  • Added "default" option to check box and text box
  • Fixed errors when failing to read json files
  • Made "button" key optional
  • Modified window size for macOS
  • Removed null values from gui_config.json
  • Removed dependencies from macOS build

The released executables only work on 64-bit systems.
And the Linux build only works on Ubuntu 20.04 or later.

v0.1.2

01 Jun 17:00
15dce55
Compare
Choose a tag to compare

Changelog

  • Fixed a bug it needs dll for runtime libs

v0.1.1

15 May 01:42
7b9c56f
Compare
Choose a tag to compare

Changelog

  • Added textbox to GUI components
  • Changed json format
  • Fixed an error when reading utf-16 strings from stdout
  • Fixed a bug can't read configs for checkbox

v0.1.0

07 May 03:21
efa01cb
Compare
Choose a tag to compare

Changelog

  • Added support for mac and linux (no releases yet)
  • Added console window for linux
  • Added add_quotes option to components
  • Fixed bug when compiling with gcc

v0.0.4

04 May 17:39
11b68f6
Compare
Choose a tag to compare

Changelog

  • Added UTF-8 support for Windows
  • Added format check for gui_definition.json
  • Added a function to add quotes to path
  • Changed command format

v0.0.3

30 Apr 06:20
Compare
Choose a tag to compare

Changelog

  • Added checkboxes to GUI components
  • Added width setting to choice
  • Improved error handling

v0.0.2

17 Apr 07:50
cc1b33c
Compare
Choose a tag to compare

Changelog

  • Added checkbox and text to GUI components
  • Added support for multiple commands
  • Added support for help URLs
  • Added function to save status

v0.0.1

10 Apr 11:34
Compare
Choose a tag to compare

Initial release