Releases: melly-lgtm/inplan
Releases · melly-lgtm/inplan
v0.1.17
v0.1.16
Upload to Cloud honors the active-doc cap + least-recently-used (LRU) eviction.
- Editor: at-cap "deactivate the least-recently-used doc to make room" confirm dialog (focus + Escape), plus read-only hardening for archived docs (#18).
- Desktop / CLI:
inplan uploadroutes through the create_document RPC; Collaborate on Cloud shows a native confirm and re-runs with--evict-lru(cancel is a strict no-op) (#19).
v0.1.15
- feat(cli): interactive
inplan loginvia the browser handoff (#15) - fix(renderer/app): layout prefs persist across reload (StrictMode-safe); always auto-save on quit (drop the manual Save prompt);
highestPrecKeymapso the collab editor's Cmd+Z works (#16) - test: comprehensive editor unit/component matrix + App-level integration gaps (#13, #14)
v0.1.14
Open-core changes bundled into the inplan package's renderer/core:
- Version history seams:
doc_versionsbackup provenance (actor/kind/author) + dedup +listVersions/getVersion;Api.sidePanelsmulti-panel support;lineSegments/isChange/DiffSegmentexported for version-vs-current diffs. - Agent quota messaging:
AgentIndicatornear-limit / at-limit notices (agent.nearLimit/agent.atLimit). - Usage seam:
ControlChannel.append(event, { userId })→ writesevents.user_id.
Published to npm via OIDC + provenance.
v0.1.13
Restore valid npm provenance after the moat history rewrite (0.1.11/0.1.12 pointed to commits removed by the rewrite), and fix Windows installs where Electron's binary is present but path.txt is missing — the CLI now probes the binary directly and self-heals path.txt.