Skip to content

Wirebrowser 0.4.0 — Workflow Improvements & Stability

Choose a tag to compare

@fcavallarin fcavallarin released this 19 Jan 17:11
· 36 commits to main since this release
8caecbc

✨ Improvements

  • Variable highlighting in the request editor
    Variables are now visually highlighted, making complex requests easier to read and reason about.
  • Copy request with resolved variables
    Requests can now be copied with actual values instead of placeholders, improving reproducibility and sharing.
  • Application version visible in Settings
  • Automatic check for new versions
    Wirebrowser can now automatically check for updates (can be disabled by the user).

🛠 Fixes

  • Fix #26 — Origin Trace JS editor no longer crops large files
  • Fixed debugger inconsistencies after CDP reconnect
  • Fixed Chrome extension path resolution in AppImage builds

📦 Build & Distribution

Signed and notarized macOS builds are now available

🔍 Notes

macOS builds are now signed and notarized.
Windows builds are currently not signed and may trigger SmartScreen warnings — signing support is planned for a future release.

Feedback is very welcome