Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 841 Bytes

CHANGELOG.md

File metadata and controls

22 lines (16 loc) · 841 Bytes

Change Log

Version 0.1.2

  • Markdown formatting changes
    • H1 is now inverse
    • H2 is now bold + underline
    • H3 is now underline
    • H4+ is now underline + faint
  • Fixed a bug where omitting the space after # character for a Markdown heading would cause an infinite loop, watchdog error and exception
  • Improvements to overloading/templating of widget functions
  • Scrollbar added to textLog widget
  • newWidget and setWidgetContent now record the size of the content and ONLY reallocate memory on heap if the new content is larger. This should reduce heap fragmentation if your application makes small changes to content frequently.
  • Internal refactoring

Version 0.1.1

  • Single key shortcuts would cause a crash. They are now also case-insensitive when typed, but display as set.

Version 0.1.0

  • First public release.