Bump version to 3.4.3

This commit is contained in:
murashit 2026-06-23 12:54:54 +09:00
parent a24a56fabf
commit c5de0a7709
5 changed files with 13 additions and 5 deletions

7
.github/release-notes/3.4.3.md vendored Normal file
View file

@ -0,0 +1,7 @@
## Changes
- Adds support for Codex CLI 0.142.0 and its updated app-server protocol.
- Aligns thread lists and the thread picker with Codex's recency-based ordering, including refreshes after new turns start.
- Improves restored panel handling so reopened thread panels appear in Threads view and hydrate when focused or foregrounded.
- Improves slash-command thread suggestions for `/archive`, `/rename`, `/resume`, and `/refer`, and lets `/reconnect` and `/compact` run while disconnected.
- Returns focus to the composer after responding to pending approvals, user inputs, or MCP elicitations.

View file

@ -1,7 +1,7 @@
{
"id": "codex-panel",
"name": "Codex Panel",
"version": "3.4.2",
"version": "3.4.3",
"minAppVersion": "1.12.0",
"description": "Codex in your sidebar.",
"author": "murashit",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "codex-panel",
"version": "3.4.2",
"version": "3.4.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "codex-panel",
"version": "3.4.2",
"version": "3.4.3",
"license": "Apache-2.0",
"dependencies": {
"@preact/signals": "^2.9.1",

View file

@ -1,6 +1,6 @@
{
"name": "codex-panel",
"version": "3.4.2",
"version": "3.4.3",
"description": "Codex in your Obsidian sidebar.",
"main": "main.js",
"author": "murashit",

View file

@ -56,5 +56,6 @@
"3.3.0": "1.12.0",
"3.4.0": "1.12.0",
"3.4.1": "1.12.0",
"3.4.2": "1.12.0"
"3.4.2": "1.12.0",
"3.4.3": "1.12.0"
}