Skip to content

Releases: donvito/jsonl-viewer

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 03:42

Full Changelog: v1.2.0...v1.3.0

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 18:17

First release with prebuilt installers for macOS, Windows and Linux.

Downloads

Platform File
macOS (Apple Silicon) JSONL-Viewer-1.2.0-arm64.dmg
macOS (Intel) JSONL-Viewer-1.2.0-x64.dmg
Windows (x64) JSONL-Viewer-Setup-1.2.0-x64.exe
Windows (ARM64) JSONL-Viewer-Setup-1.2.0-arm64.exe
Windows (no install) JSONL-Viewer-1.2.0-portable-x64.exe
Linux (x64) JSONL-Viewer-1.2.0-x86_64.AppImage or JSONL-Viewer-1.2.0-amd64.deb
Linux (ARM64) JSONL-Viewer-1.2.0-arm64.AppImage or JSONL-Viewer-1.2.0-arm64.deb

Installing registers .jsonl and .ndjson, so double-clicking one of those
files opens it in the app.

Note on signing

These builds are unsigned. On macOS you'll get an "unidentified developer"
prompt on first open — right-click the app and choose Open, or run:

xattr -dr com.apple.quarantine "/Applications/JSONL Viewer.app"

Windows SmartScreen shows a similar "unknown publisher" prompt — choose
More infoRun anyway.

Also in this release

  • Close Folder action in the file explorer (✕ next to Refresh, or File › Close Folder). Clears the tree without unloading files you already opened.

v1.1.0

Choose a tag to compare

@donvito donvito released this 15 Aug 18:41

File explorer, multi-file sessions, and auto-reload.

What's new

File explorer

  • Open a folder from the sidebar, empty state, or File → Open Folder (Cmd/Ctrl+Shift+O)
  • Browse .jsonl, .ndjson, .json, .log, and .txt files
  • Keep several files open and switch between them; filter, view, selection, and scroll are restored per file
  • Close a file from the list or File → Close File (Cmd/Ctrl+Shift+W)
  • Toggle the explorer with Files, View → Toggle Explorer (Cmd/Ctrl+B), or the ‹ button
  • Drag the explorer edge to resize; last folder and width are remembered
  • Right-click a file for Open, Close, or Reveal in Finder / File Explorer
  • Drop a folder onto the window to use it as the workspace

Auto-reload

  • The viewer reloads when the open file is changed on disk (including editor atomic saves)
  • Saves from this app do not bounce the view
  • Edit mode holds the reload so in-progress edits are not overwritten
  • Windows file-lock retries so a mid-save reload does not fail

Electron 43

  • Upgraded Electron from 31 to 43
  • Restored drag-and-drop open via webUtils.getPathForFile (File.path was removed in Electron 32)

Run

npm install
npm start