Skip to content

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 31 May 03:27
· 788 commits to main since this release
0f7654f
  • Add log support in hot reloaded dylib.
  • Add cargo-zng, a Cargo extension for managing Zng projects.
    • This replaces zng-l10n-scraper that is now deprecated and deleted.
    • See cargo zng l10n --help for its replacement.
  • Add zng-env and zng::env as an API to get external directories and files associated with the installed process.
  • Add zng::hot_reload::{lazy_static, lazy_static_init}. Very useful for implementing "zng-env" like functions.
  • Implement FromStr for zng::l10n::Langs.
  • Lang now parses empty strings as und.
  • Fix IMAGES.from_data never loading in headless apps.
  • Fix Img::copy_pixels.
  • Fix view_process::default::run_same_process exit in headless runs.
  • Fix AutoGrowMode::rows actually enabling Columns auto grow.
  • Fix "unsafe precondition(s) violated" issue (#242).