You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.