Bump version to 3.2.2

This commit is contained in:
murashit 2026-06-08 18:31:56 +09:00
parent 9709bf00af
commit 6598e62a14
5 changed files with 12 additions and 5 deletions

6
.github/release-notes/3.2.2.md vendored Normal file
View file

@ -0,0 +1,6 @@
## Changes
- Improves chat scroll behavior when reopening, refocusing, sending, or receiving messages.
- Keeps the chat view steadier while longer drafts grow in the composer.
- Smooths spacing between the toolbar, goal banner, and messages.
- Includes internal cleanup with no intended behavior changes.

View file

@ -1,7 +1,7 @@
{
"id": "codex-panel",
"name": "Codex Panel",
"version": "3.2.1",
"version": "3.2.2",
"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.2.1",
"version": "3.2.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "codex-panel",
"version": "3.2.1",
"version": "3.2.2",
"license": "Apache-2.0",
"dependencies": {
"@tanstack/virtual-core": "3.17.0",

View file

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

View file

@ -44,5 +44,6 @@
"3.1.0": "1.12.0",
"3.1.1": "1.12.0",
"3.2.0": "1.12.0",
"3.2.1": "1.12.0"
"3.2.1": "1.12.0",
"3.2.2": "1.12.0"
}