Releases: eez-open/studio
Releases · eez-open/studio
0.23.2
0.23.1
0.23.0
- #693 [LVGL] Upgrade image selector
- #727 [LVGL] Error generating bitmap from demo "Smart home" using LVGL 9.0
- #728 [LVGL] Include path bug
- #730 [LVGL] Add support for the async native user actions
- #732 AppImage cannot find Koffi module
- #733 [LVGL] Support for "Knob recolor" option in Colorwheel widget
- #734 [LVGL] Undefined reference to eez_flow_get_selected_theme_index in 0.2.2
- #740 [LVGL] Add missing Style Parts to TextArea
- #741 [LVGL] The four direction settings of the dropdown share the same indicating arrow pointing downwards.
- #745 [LVGL] Set slider range
- #746 [LVGL] Scroll speed for the Label widget
- #747 [LVGL] Line loadScreen(SCREEN_ID_MAIN) is hardcoded in the ui.c
- #751 [LVGL] When creating font, symbol mapping range not working?
- #752 [LVGL] Choosing how to use fonts and images
- #760 [LVGL] LED component updated constantly even if associated variable not changed
- #762 [LVGL] When Flow support is turned off, errors occur in screens.c
- #764 [LVGL] Problems with the TabView widget.
- #766 [LVGL] AnimationImage adds the function of batch selecting images
0.22.0
- #640 [Dashboard] Action to Play Sound
- #669 [LVGL+Flow] Comparison of widget pointers is not handled correctly
- #671 Prevent widget from accidentally moving when clicked
- #683 Cannot get out of Full Screen View in Ubuntu, and the menu bar disappears in Full Screen View
- #689 [LVGL] Border Side property dropdown not readable on dark mode
- #691 [LVGL] The event is not forwarded when "Handler type" is set to "Action" in event handler
- #695 [Flow] Allow making flow lines straight when dragging widget
- #698 [LVGL] Arc widget bug
- #701 Logs string in the selected item is obscured
- #702 [IEXT] Settings in IEXT projects shows 'LVGL groups'
- #703 [LVGL] Scroll direction settings bug
- #706 [LVGL] Add a way to control when screen is created
- #711 [LVGL] Migrate to LVGL v9.2.2
- #713 [Flow] Add search field to variable watch panel
- #715 Switch between open tabs with Control+Tab and Control+Shift+Tab
- #717 [Flow] Add a way to disable flow lines and its associated widgets
- #718 [Flow] More specific error message if a flow action fails during tick execution
- #723 [LVGL] Cannot select date on Calendar Widget
- #724 [LVGL] The comparison between Event.getTarget(myevent) and Event.getCurrentTarget(myevent) is always unequal
0.21.0
- #618 Manipulation of flow node view with touchpad
- #641 [LVGL] False error "Invalid color" reported in Led widget when expression is used for the "Color"
- #642 [LVGL] Style preview for Screen doesn't show colors
- #643 [EEZ Flow] In String.Format function, format specifier %d results in "Failed to evaluate ..."
- #649 [LVGL] Add "screen stack control" property to Change Screen action
- #653 [EEZ Flow] Problems with the Comment block
- #657 [LVGL] Support for native event handlers with user properties
- #659 Adding widgets and actions using context menu
- #660 On macOS use Cmd + Click for selecting multiple items in Widgets Structure and other panels and editors
- #663 Some keyboard shortcuts doesn't work on macOS
- #664 [LVGL] LVGL action doesn't work inside user widget that is used inside another user widget
0.20.0
- #532 Import images in bulk
- #620 [LVGL] Include font fallback
- #626 Make changing the "Name" property more easy
- #628 [LVGL] Show integration tip for the groups
- #630 [LVGL] LVGL action inside user widget throws an error when executed inside simulator
- #631 [LVGL] Add translated literal to text Checkbox
- #632 [LVGL] White screen while coping font from one project to another
- #633 [LVGL] Show "Code identifier" in Page and Widget properties
- #635 [LVGL] Keyboard and Textarea association doesn't work when Textarea is inside User Widget and Keyboard is not
- #636 [LVGL] Change Screen in LVGL action when using expression for the Screen property doesn't work in compiled code
- #637 [LVGL] In generated source code, user widgets are also included inside
enum ScreensEnum
andstatic const char *screen_names[] = { ... };
0.19.0
- #271 [LVGL] Color themes
- #581 [LVGL] Show info message while image building failed for LVGL 9.x
- #582 [EEZ Flow] Action widget distinction for native user actions
- #584 [LVGL] Bug found in code generator for the Tab widget
- #585 [LVGL] Bug found in code generator for grid style properties
- #586 [LVGL] In the SPECIFIC properties of the arc widget, REVERSE and SYMMETRIC are
- #589 [LVGL] Backslash is not handled properly in Text property swapped.
- #592 [LVGL] Support strings for roller options (Expression type)
- #593 [LVGL] Pages not visible with User Widget
- #594 [EEZ Flow] Property description in user defined actions not readable in dark theme when property not set.
- #595 [EEZ Flow] Properties panel doesn't show action's properties when double clicking action widget
- #596 [EEZ Flow] Assignable user property to flow output only works for native user actions
- #597 [LVGL] Two little problems about gesture event
- #604 [LVGL] Missing argument in lv_obj_set_style_text_decor() when using text decoration
- #606 [LVGL] ImgButton, This widget type is not supported in LVLG 9.0
- #608 [LVGL] Rename user Fonts and build won't synchronize to ui_font_xxx.c ,cause compile error!
- #609 [LVGL] Wrong native action function name in actions.h
- #610 [LVGL] add state LV_STATE_EDITED
- #611 [LVGL] Show implementation tip for the native global variables and native user actions
- #616 [LVGL] Add "New Action" button in "New Event Handler" dialog
- #619 [LVGL] Meter color pickers don't match the others
0.18.2
- #472 [LVGL] Subfolders for Font and Image Files
- #572 [LVGL] Object search in LVGL actions doesn't work
- #573 [LVGL] Invalid
cf
field for RAW_APHA images - #574 [LVGL] Can't enter spaces in Add a New LVGL Action window
- #575 [LVGL] In the Imgbutton widget, use
lv_imagebutton_set_src
instead oflv_imgbtn_set_src
in LVGL 9.x - #576 [LVGL] Speed up build time by running bitmap and font file generation in parallel
- #578 [LVGL] In Arc, if "Value" is set to 0 it's not added in the generated code
- #579 [LVGL] Fade mode's mixed in LVGL Change Screen action
0.18.1
0.18.0
- #500 [LVGL] Enhance animations by allowing to interrupt them when another one is sent
- #511 [LVGL] Allow expression for Target property in Set Property action type in LVGL Action
- #523 [LVGL] Allow Set Style action to use expressions
- #539 [LVGL] Allow Change Screen action to use expressions
- #558 Non-intrusive persistent indicator of project built state
- #559 [LVGL] Add group action to save the current focused object
- #563 Show zoom level for the active page
- #564 [LVGL] Add state and clear state actions in LVGL action
- #565 Words longer than widget width escape the description field
- #566 Text editor toolbar not visible when using dark theme
- #567 Collapse comment widgets to hide/show text inside
- #568 Hex color text not visible when using dark theme
- #569 [LVGL] Encoder navigation issues in the simulator
- #570 [LVGL] LVGL action improvements