CmdBuilder.web changelog

Version 1.3.0 (18.12.2025)

Thanks to @hubmartin for feedback and tips
Features
  • Update COM port connection status when connection lost
  • Indication of connection status by Connection tab graphics
  • Add button to go to Connection menu in "disconnected" popup
  • Insert '\n' on ENTER on text forms supporting multiline.
  • Allow send on ENTER even when terminal forms are out of focus.
  • Improve layout to occupy less height (zoom-out to avoid need to scroll on small displays).
  • Use long command format as default.
Bugfixes
  • Fix undefined for commands like ListButtons, RemoveButtons etc when "Edit" command composition is selected.
  • Add missing Info button handler to REPL activation/deactivation menu in Miscellaneous tab.
  • Add missing EditImage command composition.
Remains
  • Implement MQTT client to control EasyTerm via internet as in CmdBuilder legacy
  • Pack it as electron app for download (offline use)

Version 1.2.1 (30.11.2025)

Features
  • Improve design/layout for smaller screens
  • Add Examples tab with first example layout set
  • Improve image and python script upload flow
Bugfixes
  • -
Remains
  • Implement MQTT client to control EasyTerm via internet as in CmdBuilder legacy
  • Pack it as electron app for download (offline use)

Version 1.2.0 (28.11.2025)

Features
  • Add Examples tab with first example layout set
  • Improve image and python script upload flow
Bugfixes
  • -
Remains
  • Implement MQTT client to control EasyTerm via internet as in CmdBuilder legacy
  • Pack it as electron app for download (offline use)

Version 1.1.0 (5.11.2025)

Features
  • Add Python support via separate terminal window that can be activated via toggle button (Python REPL)
  • Add Python script uploader and storage management commands to Miscellaneous tab
  • Add image uploader and storage management commands to Graphics tab
  • Add Python REPL activation buttons to System tab and Miscellaneous tab
  • Timer, Action on parse and Python commands now grouped under Miscellaneous tab
  • Add SYS FormatStorage command to System tab that will erase all images and scripts from memory
  • Add toggle button to change ENTER key behaviour from "send command" to "add newline"
Bugfixes
  • -
Remains
  • Implement MQTT client to control EasyTerm via internet as in CmdBuilder legacy
  • Pack it as electron app for download (offline use)

Version 1.0.0 (1.10.2025)

Features
  • Implement/add interfaces tabs with interface commands compositing
  • Design and functionality improvements
Bugfixes
  • API and functionality bugfixes
Remains
  • Implement image uploader as in CmdBuilder legacy
  • Implement MQTT client to control EasyTerm via internet as in CmdBuilder legacy
  • Pack it as electron app for download (offline use)

Version 0.9.0 (24.7.2025)

Features
  • Initial version - implemented compositing of HMI/system commands
Remains
  • Implement interfaces tabs with interfaces commands compositing
  • Implement image uploader as in CmdBuilder legacy
  • Implement MQTT client to control EasyTerm via internet as in CmdBuilder legacy