Releases: textbrowser/glitch
Releases · textbrowser/glitch
Version 2025.11.05
Release Notes
- Scroll views with keyboard arrow keys.
Version 2025.10.26
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
- 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
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
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
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
Release Notes
- Display potential wiring ports only for input and output or output and input objects.
Version 2025.06.08
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
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
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.