Skip to content

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 12 May 14:06
· 834 commits to main since this release
bc87aa9
  • Add diagnostic::on_unimplemented notes for multiple traits.
  • Add auto_scroll in the Scroll! widget, enabled by default.
  • Add CaptureFilter helper constructors.
  • Add LocalContext::extend.
  • Add SCROLL.context_values_set.
  • Fix WidgetInfo::new_interaction_path always detecting change.
  • Improve iterators in InteractionPath, interaction_path and zip are now double ended and exact sized.
  • Add ZOOM_TO_FIT_CMD.
    • The CTRL+'0' shortcut is now used for this command, not ZOOM_RESET_CMD.
  • Deprecate NilAnimationObserver, use () now.
  • Add ForceAnimationController to force important animations to run when animations are disabled on the system.
  • Fix crash handler passing app name twice as command line arguments.
  • Breaking Implemented new syntax for the localization scrapper to separate standalone notes per file:
    • // l10n-file-### {note} only adds the note to the template/file.ftl.
    • // l10n-*-### {note} adds the note to all files that match the glob pattern (template/*.ftl).
    • The old syntax // l10n-### {note} is still supported, but now it is equivalent to // l10n--### that
      matches the default template.ftl file only.
    • Note that this is only a breaking change for dependents of zng-l10n-scraper. Normal users (cargo install)
      must update the tool to scrap using the new syntax, comments with the new file pattern matcher are ignored
      by older scrappers.