Skip to content

v1.1.2

Choose a tag to compare

@mrhubbs mrhubbs released this 27 Mar 02:15
· 65 commits to master since this release

Please note there is one breaking change. Widget/component API props (getters) were generated with an extra argument. This is now fixed, and all [widget]_gen.h files will be regenerated on code export, but you must delete or fix any [widget].c files to correct the generated functions.

Added

  • Custom editor context menu with functional actions. (#328)
  • Add ANSI colours to the Console output of the Editor (error, warning, note). (#332)
  • Intelligent image and font conversion that skips re-conversion of up-to-date resources.

Changed

  • Fit to screen when preview selection is changed.

Fixed

  • Widget private header generation now uses the correct pointer type for non-object child elements such as lv_chart-series.
  • Prevent subject update feedback loop by skipping updates when they originate from LVGL.
  • Fix Inspector toggle and enabling with Alt or Alt + I shortcuts.
  • Textarea shows for string and text type attributes.
  • Test screen shot compare path with subfolder resolution fix.
  • Correct LVGL Pro-related weblinks.
  • Editor crashing when opening a project without a globals.xml file.
  • Excessive API inheritance for extended components.
  • 'lv_textarea' missing properties and missing part selector. (#295)
  • Project overview reflects component library content and presence.
  • Load all files into LVGL Schema when component library added.
  • Correct adding float value in subject field. (#330)
  • Various Translations issues: not showing until opening a project, translations not updating in preview, local translations never shown, input field stability.
  • Subject inputs now reject out-of-range min_value / max_value updates consistently across the form, preview store and runtime.
  • Empty string was not allowed for string api props if default was not present. If default was present, the default value was incorrectly used instead of the empty string.
  • Widget/component properties (of elements with access='get') were generated with an extra argument.
    • NOTE: fix will auto-regenerate all [widget]_gen.h files, but you must delete or fix any [widget].c files to correct the generated functions.
  • Make text area popup input to the clicked prop, not the first in the schema.
  • Support automatic reloading of XML files modified by external editors for Windows. #345