mirror of
https://github.com/murashit/codex-panel.git
synced 2026-07-22 06:57:10 +00:00
Bump version to 2.7.0
This commit is contained in:
parent
089a20a2ff
commit
f51aa496fc
5 changed files with 12 additions and 5 deletions
6
.github/release-notes/2.7.0.md
vendored
Normal file
6
.github/release-notes/2.7.0.md
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
## Changes
|
||||
|
||||
- Aligns slash commands with Codex CLI by replacing `/new` with `/clear` and making `/auto-review` a standalone toggle.
|
||||
- Groups `/help` output by command type.
|
||||
- Improves composer edge scrolling for visually wrapped lines and keeps chat pinned to the latest message as the composer resizes.
|
||||
- Renders resolved `$skill` references more clearly in user messages without changing copied text.
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "codex-panel",
|
||||
"name": "Codex Panel",
|
||||
"version": "2.6.0",
|
||||
"version": "2.7.0",
|
||||
"minAppVersion": "1.12.0",
|
||||
"description": "Codex in your sidebar.",
|
||||
"author": "murashit",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "codex-panel",
|
||||
"version": "2.6.0",
|
||||
"version": "2.7.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "codex-panel",
|
||||
"version": "2.6.0",
|
||||
"version": "2.7.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"preact": "^10.29.2"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "codex-panel",
|
||||
"version": "2.6.0",
|
||||
"version": "2.7.0",
|
||||
"description": "Codex in your Obsidian sidebar.",
|
||||
"main": "main.js",
|
||||
"author": "murashit",
|
||||
|
|
|
|||
|
|
@ -35,5 +35,6 @@
|
|||
"2.3.2": "1.12.0",
|
||||
"2.4.0": "1.12.0",
|
||||
"2.5.0": "1.12.0",
|
||||
"2.6.0": "1.12.0"
|
||||
"2.6.0": "1.12.0",
|
||||
"2.7.0": "1.12.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue