Skip to content

Releases: textbrowser/glitch

Version 2025.11.05

05 Nov 22:17

Choose a tag to compare

Release Notes
  • Scroll views with keyboard arrow keys.

Version 2025.10.26

26 Oct 21:16

Choose a tag to compare

Release Notes
  • Display a flow-control object's signature in the parent tab's title.
  • Display a function object's signature in the edit window's header and the parent tab's title.

Version 2025.10.03

03 Oct 16:49

Choose a tag to compare

  • Display serial data in a table widget. Only UTF-8-printable data will be shown.
  • ISODate will now include milliseconds.
  • New serial port default value: 8-bit frame size.

Version 2025.09.17

17 Sep 13:26

Choose a tag to compare

Release Notes
  • Animated push and tool buttons.
  • Modify tool button stylesheets on MacOS if QT_STYLE_OVERRIDE is assigned. The stylesheets resemble stylesheets on other operating systems.
  • Report serial-port configuration errors after open().

Version 2025.09.04

05 Sep 17:54

Choose a tag to compare

Release Notes
  • ASH: close.
  • Adjust the number of columns in the recent-diagrams-view on resize events.
  • Serial port windows are now children of the main window.
  • Show objects as quickly as possible after a diagram is opened.

Version 2025.07.15

15 Jul 18:41

Choose a tag to compare

Release Notes
  • Compress-widget and generate-source are not applicable for decorative arrow widgets.
  • Do not translate: Arduino, loop(), setup().
  • Hide the right-side panel on a separated edit window if necessary. The panel is visible when it should not be.
  • Record smaller images for diagram previews.
  • Removed edit-window-geometry object property. An object's edit window will be resized relative to the main window's geometry.
  • Removed hefty cursor whenever the mouse hovers over an object.
  • Render the main scene when saving a diagram as a set of PNG images.
  • Retain selected index in glitch_variety::sortCombinationBox().

Version 2025.06.16

17 Jun 00:48

Choose a tag to compare

Release Notes
  • Display potential wiring ports only for input and output or output and input objects.

Version 2025.06.08

08 Jun 20:42

Choose a tag to compare

Release Notes
  • Constant objects.
  • Control + S will now activate a save in Canvas Settings.
  • Display a hefty cursor whenever the mouse hovers over an object.
  • Fully-connected input ports are depicted with red colors for displays created with Glitch versions before 2025.05.10.
  • Highlight a connection port during the wiring process.
  • Highlight object wiring port from its parent scene.
  • New tool tips in Categories widget.
  • Utilize m_scene in glitch_proxy_widget::objectOrder(). Speedier results.

Version 2025.05.31

01 Jun 00:11

Choose a tag to compare

Release Notes
  • Denote active IDE processes in status bars.
  • Do not translate the text Arduino-Diagram.
  • New option for terminating an Arduino process in a separated canvas.
  • The Arduino process requires an INO file to reside in its own directory.

Version 2025.05.26

26 May 15:24

Choose a tag to compare

Release Notes
  • Allow Serial Port Window instances to be separate of the main window. A separated dialog provides an individual dock icon.
  • Allow reading of raw serial data. Please see Serial Port Window.