Skip to content

v1.1.0

Choose a tag to compare

@donvito donvito released this 15 Aug 18:41
· 14 commits to main since this release

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