mirror of
https://github.com/murashit/codex-panel.git
synced 2026-07-22 06:57:10 +00:00
Bump version to 2.1.0
This commit is contained in:
parent
c6794f4e84
commit
fc20f48375
5 changed files with 14 additions and 5 deletions
8
.github/release-notes/2.1.0.md
vendored
Normal file
8
.github/release-notes/2.1.0.md
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
## Changes
|
||||
|
||||
- Added Threads view toolbar actions for opening a new empty Codex Panel and refreshing the thread list.
|
||||
- Added Auto-name support when renaming threads from the Threads view.
|
||||
- Improved inline thread rename editing to better match Obsidian sidebar behavior.
|
||||
- Improved chat panel restoration so empty restored panels load config, model options, and the thread list after the shell opens.
|
||||
- Updated thread resume behavior so selecting a thread from chat focuses an already open panel or reuses the current panel.
|
||||
- Refined chat and Threads controls, including distinct new-chat/new-panel icons, clearer empty-chat copy, and runtime picker selection styling.
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "codex-panel",
|
||||
"name": "Codex Panel",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.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.0.0",
|
||||
"version": "2.1.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "codex-panel",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.39.4",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "codex-panel",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"description": "Codex in your Obsidian sidebar.",
|
||||
"main": "main.js",
|
||||
"author": "murashit",
|
||||
|
|
|
|||
|
|
@ -23,5 +23,6 @@
|
|||
"1.2.2": "1.12.0",
|
||||
"1.2.3": "1.12.0",
|
||||
"1.2.4": "1.12.0",
|
||||
"2.0.0": "1.12.0"
|
||||
"2.0.0": "1.12.0",
|
||||
"2.1.0": "1.12.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue