Skip to content

zux v1.3.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 22:15
· 21 commits to main since this release
Immutable release. Only release title and notes can be modified.
v1.3.0
c3e6b96

What's Changed

✨ New Features

  • Type the mdns event payload as a discriminated union @hrzlgnm (#151)

🐛 Bug Fixes

  • Tear down the mdns event listener when the page unmounts @hrzlgnm (#145)

  • Report failures when opening a service URL @hrzlgnm (#146)

  • Report failures when exporting the graph as SVG @hrzlgnm (#147)

  • Run the update check once on mount instead of in an effect @hrzlgnm (#148)

  • Key each blocks so list updates reconcile correctly @hrzlgnm (#149)

🧰 Maintenance

🔧 CI/CD

  • Generate draft release body with git-cliff @hrzlgnm (#137)

  • Use correct sha1 for cargo-install action @hrzlgnm (#138)

  • Cache git-cliff and document release tool cache sync @hrzlgnm (#139)

  • Check frontend formatting on pull requests @hrzlgnm (#144)

  • Run eslint on frontend changes @hrzlgnm (#154)

  • Avoid running rust tests and clippy on frontend-only changes @hrzlgnm (#156)

♻️ Refactor

  • Apply prettier to frontend sources @hrzlgnm (#143)

  • Use SvelteSet and SvelteMap for graph visibility filtering @hrzlgnm (#150)

  • Type the graph view against vis-network types @hrzlgnm (#153)

📜 Documentation

  • Document commit granularity, fixups, and comment style @hrzlgnm (#140)

  • Use placeholder for model in AGENTS.md @hrzlgnm (#157)

Full Changelog

v1.2.0...v1.3.0