Skip to content

1.0.0

Choose a tag to compare

@rz-openai rz-openai released this 10 Feb 17:30
· 26 commits to main since this release
0629a78

This rollup includes the changes that landed in 0.21.2 and 0.21.3 (those weren’t pushed as standalone official releases).

Why 1.0.0 now

  • jpackage DMG packaging doesn’t allow a 0 major version! so we needed to move off 0.x.
  • Snap-O has also come a long way in reliability and UX, so it might be a good point for a major milestone anyways.

Updates

  • New CLI tool: added snapo network ... commands for request/event inspection directly from terminal.
  • Export HAR (sanitized): added export support (sanitized by default), plus remembered export folder.
  • Multi-window + multi-client support: better behavior when multiple app windows/connections are active.
  • CDP-based network inspection: moved to a Chrome DevTools Protocol-style network model, with better event semantics.
  • General polish: dependency/build updates and small UI cleanups across the desktop inspector.