Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 14:19
· 758 commits to main since this release
15c8148
  • Breaking get_font_use now gets font references, not just names.
  • Add ZNG_NO_CRASH_HANDLER env var to easily disable crash handler for special runs like for a debugger.
  • Add CrashConfig::no_crash_handler for custom crash handler disabling.
  • Add zng::app::print_tracing_filter.
  • Breaking cargo zng res defaults changed from assets to res.
  • Breaking Remove FullLocalContext, a type that is from an old version of the context API.
    • The type cannot be constructed, so this has no actual impact.
  • Updated Webrender
  • Fix unbalanced HTML text style tags in Markdown! leaking outside of their block.