Skip to content

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 08 Jun 04:17
· 766 commits to main since this release
07ba961
  • Fix integrated/dedicated render mode on Ubuntu.
  • Fix build of zng-view-* without "ipc" feature.
  • Prebuilt view-process now uses the same tracing context as the app-process.
    • Note that the tracing context must be set before run_same_process.
  • Fix "GLXBadWindow" fatal error on Ubuntu.
  • Fix ComboStyle arrow icon on Ubuntu.
  • Now does not capture view-process stdout/err, inherits stdio from app-process.
  • Fix view-process getting killed before exit request can finish.
  • Fix windows not opening maximized in X11.
  • Fix bold default UI font on Ubuntu.
  • Fix multiple hot-reload bugs, now is tested on Windows and Ubuntu.
  • Breaking Remove crash_handler feature from defaults of zng-app.
    • The feature ended-up activated by the numerous crates that depend on zng-app.
    • This is only a breaking change for direct dependents.