Skip to content

Releases: nullmastermind/NotepadAI

v0.0.69

Choose a tag to compare

@github-actions github-actions released this 25 Jul 15:22

Full Changelog: v0.0.68...v0.0.69

v0.0.68

Choose a tag to compare

@github-actions github-actions released this 24 Jul 03:59

Full Changelog: v0.0.67...v0.0.68

v0.0.67

Choose a tag to compare

@github-actions github-actions released this 24 Jul 01:39

Full Changelog: v0.0.66...v0.0.67

v0.0.66

Choose a tag to compare

@github-actions github-actions released this 18 Jul 12:06

Full Changelog: v0.0.65...v0.0.66

v0.0.65

Choose a tag to compare

@github-actions github-actions released this 29 Jun 05:29

Full Changelog: v0.0.64...v0.0.65

v0.0.64

Choose a tag to compare

@github-actions github-actions released this 29 Jun 03:16

New

  • Jump to a recently opened workspace from a fuzzy-search popup that handles long history lists, with match highlighting — local and SSH workspaces both appear.

Cleanup

  • Internal code-quality pass across the SSH, AI agent, and editor subsystems with no change to behavior.

Builds for Windows (installer or portable zip), Linux (AppImage), and macOS (dmg), each against Qt 6.5, 6.8, and 6.10.

v0.0.63

Choose a tag to compare

@github-actions github-actions released this 23 Jun 01:56

Full Changelog: v0.0.62...v0.0.63

v0.0.62

Choose a tag to compare

@github-actions github-actions released this 21 Jun 15:51

Full Changelog: v0.0.61...v0.0.62

v0.0.61

Choose a tag to compare

@github-actions github-actions released this 21 Jun 10:08

What's Changed

This release improves the responsiveness and efficiency of ACP tool call cards during active agent sessions.

Performance

  • Debounced ACP tool call body rendering so rapid streaming updates are coalesced instead of forcing a layout pass for every chunk.
  • Skipped hidden body rendering for collapsed tool call cards until the user expands them.
  • Optimized lcsLineDiff traceback from repeated prepends to append plus one reverse pass, reducing copy-heavy behavior from quadratic to linear time.

Reliability

  • Flush pending session snapshots when detaching HistoryStore, preventing early teardown from dropping the latest session data.
  • Kept diff tool call cards collapsed until explicitly opened by the user, reducing background UI work during streaming.

Tests

  • Added focused coverage for deferred ACP tool card rendering, render coalescing, collapsed diff-card behavior, and session-model detach flushing.

Full Changelog: v0.0.60...v0.0.61

v0.0.60

Choose a tag to compare

@github-actions github-actions released this 19 Jun 15:06

What's Changed

This release adds Codex as a built-in ACP agent option and refreshes the bundled agent defaults.

ACP Agents

  • Added Codex (@zed-industries/codex-acp) as a second built-in ACP agent so it can be selected from the app without manual configuration.
  • Updated the Claude Code built-in definition to use its new @agentclientprotocol npm package namespace.

Documentation & Tests

  • Updated ACP agent documentation for the built-in agent changes.
  • Added registry coverage for the new built-in agent definitions.

Full Changelog: v0.0.59...v0.0.60