Skip to content

Commit 3ab424b

Browse files
chore(main): release prompt-line 0.26.3 (#248)
🤖 I have created a release *beep* *boop* --- ## [0.26.3](prompt-line-v0.26.2...prompt-line-v0.26.3) (2026-03-12) ### Performance Improvements * **custom-search:** optimize JSONL search with hot reload, dedup fix, and caching ([#247](#247)) ([592e204](592e204)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 592e204 commit 3ab424b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.26.2"
2+
".": "0.26.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.26.3](https://github.com/nkmr-jp/prompt-line/compare/prompt-line-v0.26.2...prompt-line-v0.26.3) (2026-03-12)
4+
5+
6+
### Performance Improvements
7+
8+
* **custom-search:** optimize JSONL search with hot reload, dedup fix, and caching ([#247](https://github.com/nkmr-jp/prompt-line/issues/247)) ([592e204](https://github.com/nkmr-jp/prompt-line/commit/592e204b71da567db249b755096860da3758ebc4))
9+
310
## [0.26.2](https://github.com/nkmr-jp/prompt-line/compare/prompt-line-v0.26.1...prompt-line-v0.26.2) (2026-03-12)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prompt-line",
3-
"version": "0.26.2",
3+
"version": "0.26.3",
44
"description": "Prompt Line is a macOS app developed to improve the prompt input experience in the terminal for CLI-based AI coding agents such as Claude Code, OpenAI Codex CLI, and Aider.",
55
"main": "dist/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)