Skip to content

v0.15.3

Choose a tag to compare

@github-actions github-actions released this 07 Jun 13:09
· 440 commits to main since this release
5c1e15c
  • Inspector properties panel is now a selectable rich text.
  • Rich text selection operations that apply to lines now ignore wrap line breaks.
  • Add zng::window::inspector::INSPECTOR and associated types for configuring the live inspector (ctrl+shift+i).
    • In this release: custom watchers and the internal data model is made public, root type InspectedTree.
  • Fix rich selection not highlighting all text components with focused style.
  • Add EventUpdate::custom to create a custom event delivery from an existing one.
    • Somewhat equivalent to Event<A>::new_update_custom, but without needing to know the event type.
  • Fix panic on explicit disabled rich_text.
  • Enable rich text selection in default third-party licenses screen.
  • Enable rich text selection in debug crash dialog, removed "plain" stdio panels.
  • Rich text copy now includes line breaks between vertically stacked texts in non-wrap panels.