Skip to content

Releases: melly-lgtm/inplan

v0.1.17

16 Jun 17:01
327f5c8

Choose a tag to compare

Patch release.

  • Agent quota pie: the 1px gap ring now tracks the agent button's hover background instead of showing an off-colour seam; usage-threshold ring colours (#24).
  • Skill install docs: removed the dead @cis/inplan fallback (#25).

v0.1.16

14 Jun 08:30
c662fbd

Choose a tag to compare

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 upload routes 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

14 Jun 01:33
6607a24

Choose a tag to compare

  • feat(cli): interactive inplan login via the browser handoff (#15)
  • fix(renderer/app): layout prefs persist across reload (StrictMode-safe); always auto-save on quit (drop the manual Save prompt); highestPrecKeymap so the collab editor's Cmd+Z works (#16)
  • test: comprehensive editor unit/component matrix + App-level integration gaps (#13, #14)

v0.1.14

12 Jun 07:38
003fbad

Choose a tag to compare

Open-core changes bundled into the inplan package's renderer/core:

  • Version history seams: doc_versions backup provenance (actor/kind/author) + dedup + listVersions/getVersion; Api.sidePanels multi-panel support; lineSegments/isChange/DiffSegment exported for version-vs-current diffs.
  • Agent quota messaging: AgentIndicator near-limit / at-limit notices (agent.nearLimit / agent.atLimit).
  • Usage seam: ControlChannel.append(event, { userId }) → writes events.user_id.

Published to npm via OIDC + provenance.

v0.1.13

12 Jun 01:57
63f093b

Choose a tag to compare

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.