Releases: jamestjsp/ergoview
Releases · jamestjsp/ergoview
Release list
v0.5.0
Highlights
- Supports released Ergo 1 through Ergo 6 repositories without rewriting their storage.
- Reads legacy standalone events, Ergo 4 transaction and compacted-snapshot records, and the Ergo 5+ shared journal.
- Adds first-class draft and failed states throughout the overview, outline, board, filters, details, and dependency graph.
- Adapts task creation, epic creation, lifecycle transitions, and results to the installed Ergo CLI generation.
- Pins the original
sandover/ergov6.0.0 repository as a development submodule and compatibility-fixture authority.
Compatibility
- Ergo 1–3: legacy JSON creation,
plan,release, and old event filenames remain supported. - Ergo 4: title-based creation, epics, transaction records, and compacted snapshots are supported.
- Ergo 5: failed outcomes, journal messages, and independent results are supported.
- Ergo 6: draft creation and
openin place ofreleaseare supported.
Draft work is visible but never ready. Failed work is finished and releases its dependents while remaining distinct from successful completion. Existing events.jsonl, plans.jsonl, backlog-embedded messages, and lifecycle result paths remain readable.
Upgrade notes
No backlog migration is required. Install Ergo 6 for the complete action set; Ergo View detects older released executables and keeps their supported workflows available. Development clones should run git submodule update --init or clone with --recurse-submodules before running the compatibility tests.
Validation
The release passed race-enabled tests, vet, formatting, and builds on Linux, macOS, and Windows. Release archives are available for AMD64 and ARM64; verify downloads with checksums.txt.
v0.4.2
v0.4.1
Changelog
- 1aa9d98 Publish releases to Homebrew and WinGet
v0.4.0
Changelog
- 8f0bc74 Merge pull request #15 from jamestjsp/codex/issue-14-clipboard-delivery
- 079c9b0 Address clipboard delivery review follow-ups
- 2af3f65 Bind clipboard results to requests
- bbe8efe Derive clipboard status from outcomes
- aaf693b Centralize clipboard delivery ownership
- 35427cb Merge pull request #13 from jamestjsp/codex/native-clipboard
- d661f9d Degrade clipboard writes after timeout
- 1b18ed7 Report terminal clipboard outcomes accurately
- aa57649 Use terminal clipboard over SSH
- 22597ae Inject clipboard writes in UI tests
- 858326c Keep the latest clipboard request
- 1605d59 Write copies to the system clipboard
- bfda3fc Record completed reference-copy task
- b717cac Copy the selected ID and title from the outline
- ee10e04 Record completed copy-control epic
- 004c6e7 Copy focused task details as Markdown
- ec3339f Tidy footer layout internals
- 4aa3fa3 Guard viewport rendering dimensions
- 3d24b78 Keep help inside the viewport
- 7227f85 Copy focused task bodies
- 1698c9a Correct copy footer priority
- cb3c7f4 Fix footer mouse click handling
- 26043ab Add copy task ID control
- 647b7d5 Bump golang.org/x/net in the go_modules group across 1 directory
- 8cdfe59 Merge pull request #11 from jamestjsp/codex/cache-ergo-binary
- 0a50a0e Use platform-native path separators
- 5c8044d Cache the resolved Ergo binary path
- 5e5a9da Merge pull request #10 from jamestjsp/codex/incremental-event-reloads
- 5eea9e6 Bound event-line reads
- c71b224 Make event log reloads incremental
- d4f9037 Merge pull request #8 from jamestjsp/perf/windows-investigation
- f8cf06a Measure reload cost against event log history
- 043d9a8 Add cross-platform performance benchmarks
v0.3.0
v0.2.0
Changelog
- b0f26a3 Reset graph focus after filtering
- cdc724a plan: complete intuitive dependency graph
- 0d030ab Polish and document dependency graph
- a43f30c Add dependency graph exploration
- b133e6a Render the dependency graph canvas
- 401adda Build adaptive dependency graph layout
- a433a74 Improve README screenshots
v0.1.0
Changelog
- 6850d99 Stabilize cross-platform visual checks
- 8d4ab78 plan: complete Ergo View v0.1
- ab049d4 Package and document Ergo View
- a67fbac Add interactive Ergo task actions
- b761209 Add task flow and dependency views
- 98f0bb1 Build the responsive Ergo View shell
- fdcceec Build the Ergo data adapter
- 5221c2d Initial commit