Skip to content

Releases: Boblebol/JSONMap

v1.8.0

29 Apr 13:10

Choose a tag to compare

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.app

If macOS reports a permission error, rerun the same command with sudo.

v1.1.2

08 Mar 13:57

Choose a tag to compare

chore: bump version to v1.1.2 and fix release automation

v1.1.1

08 Mar 13:47

Choose a tag to compare

chore: bump version to v1.1.1 and update CHANGELOG

v1.1.0

08 Mar 13:40

Choose a tag to compare

docs: include About modal in CHANGELOG.md

v1.0.1

08 Mar 13:01

Choose a tag to compare

fix(github): bypass tauri-action with manual build to solve No artifa…