Releases: nullmastermind/NotepadAI
Releases · nullmastermind/NotepadAI
Release list
v0.0.69
Full Changelog: v0.0.68...v0.0.69
v0.0.68
v0.0.67
v0.0.66
v0.0.65
v0.0.64
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
v0.0.62
v0.0.61
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
lcsLineDifftraceback 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
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
@agentclientprotocolnpm 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