Releases: Boblebol/JSONMap
Releases · Boblebol/JSONMap
v1.8.0
JSONMap v1.8.0
Highlights:
- Local-first multi-document workspace with drag and drop import, snapshots, diff, restore, and export.
- Inspector-driven graph editing with search, collapse/expand, JSONPath/subtree copy, and subtree export.
- Developer tools for validation, formatting, JQ, JSONPath, JWT decoding, anonymization, conversion, JSON Schema, and code generation.
- Large-file graph processing with worker-backed previews, lazy branch loading, structure-first limits, and graph benchmarks.
macOS downloads:
- JSONMap_x64.dmg for Intel Macs.
- JSONMap_aarch64.dmg for Apple Silicon Macs.
Unsigned macOS build:
If macOS says JSONMap is damaged or cannot be opened, drag JSONMap to Applications, then run:
xattr -dr com.apple.quarantine /Applications/JSONMap.appIf macOS reports a permission error, rerun the same command with sudo.
v1.1.2
chore: bump version to v1.1.2 and fix release automation
v1.1.1
chore: bump version to v1.1.1 and update CHANGELOG
v1.1.0
docs: include About modal in CHANGELOG.md
v1.0.1
fix(github): bypass tauri-action with manual build to solve No artifa…