List of changes:
- New table scrolling implementation.
;scrollable=is atrue/falsetable parameter for initializing a table with a scrollable property (falseby default).;top_pivot=is atrue/falsetable parameter for making the top of the table have a selectable property (falseby default).;bottom_pivot=is atrue/falsetable parameter for making the bottom of the table have a selectable property (falseby default).- A variety of modifications were made to properly handle table scrolling (for touch / click both above and below scrollable tables).
- Tables can now use
list_file_sourcefor reading raw text files directly into a table and displaying the text line by line.- Called
list_file_source <PATH_TO_TEXT_FILE> - Text is drawn in the section portion and can utilize
;section_text_color=for alternative coloring.
- Called
- Various UI related tweaks and fixes.
Full Changelog: d016b6f...v1.7.7
Update:
- Slight table scrolling bug fix. (was miscounting the last step) - 09/15/2024 3:30 AM PST
Full Changelog: v1.7.7...73b10bd