Skip to content

Releases: ncmreynolds/retroTerm

Fix listbox scrolling

02 Aug 16:42
Compare
Choose a tag to compare

Long term bug with listbox scrolling fixed and added an example for use over Classic Bluetooth Serial on an ESP32. Which seems like a reasonable use case for an infrequently used configuration interface in a project while not being yet another a captive web portal.

Fix #10 compilation error on AVR

25 Jul 15:36
c2e1d4c
Compare
Choose a tag to compare

Simple cut/paste failure, had only been tested on ESP32 sorry folks.

Fix memory leak

18 Jul 13:55
c84dc91
Compare
Choose a tag to compare

There had always been a memory leak due to some bad bitwise logic, this is now fixed. It was only noticeable if you repeatedly changed the content of a widget.

Add callback support

02 Jan 12:18
Compare
Choose a tag to compare

Added the option to use callbacks instead of polling each widget for clicks. This massively improves 'idle' performance when there are a lot of widgets. Other small fixes, see the changelog.

Markdown header bugfix + heap fragmentation avoidance

17 Apr 15:57
e3559b6
Compare
Choose a tag to compare

Fixed a bug in parsing markdown headers. Also small improvements in markdown formatting and widgets now only re-allocate memory for changed content if necessary.

First bugfix

07 Apr 15:19
50ad95b
Compare
Choose a tag to compare
First bugfix Pre-release
Pre-release

Single letter widget shortcut keys would cause a crash so an immediate version update seemed appropriate.

First public release

06 Apr 11:45
Compare
Choose a tag to compare
First public release Pre-release
Pre-release

The first public release of retroTerm should be stable enough for experimentation. As it is a pre-release the API is not settled yet and may change.