Release v0.11.0

This commit is contained in:
Danila Poyarkov 2026-03-30 16:48:27 +03:00
parent 79357f3afe
commit 911bed3ede
7 changed files with 9 additions and 6 deletions

View file

@ -2,6 +2,8 @@
## Unreleased
## 0.11.0 — 2026-03-30
### Features
- Lock and visibility toggle buttons in layers panel (hover to reveal, always shown when active)
@ -11,6 +13,7 @@
- Layer panel click syncs canvas scope automatically
- Vue SDK internationalization primitives — `useI18n()`, locale detection, persisted locale selection, lazy-loaded locale JSON files, and exported locale metadata for custom editor shells
- Vue SDK docs and public API audit — documented advanced exports (`useOkHCL()`, variables helpers, viewport and locale APIs), aligned docs with the actual `provideEditor()` injection model, and expanded release-ready SDK guidance
- npm release pipeline now publishes `@open-pencil/core`, `@open-pencil/cli`, `@open-pencil/mcp`, and `@open-pencil/vue` together on version tags
- App language picker in the menu bar — switch UI locale without reloading
- Added a vector curve editor and improved drawing experience with the pen tool
- Resume pen drawing from existing open path endpoints — click an endpoint to continue the curve

View file

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "OpenPencil",
"version": "0.10.0",
"version": "0.11.0",
"identifier": "net.dannote.open-pencil",
"build": {
"beforeDevCommand": "bun run dev",

View file

@ -1,7 +1,7 @@
{
"name": "open-pencil-app",
"private": true,
"version": "0.10.0",
"version": "0.11.0",
"license": "MIT",
"type": "module",
"workspaces": [

View file

@ -1,6 +1,6 @@
{
"name": "@open-pencil/cli",
"version": "0.10.0",
"version": "0.11.0",
"license": "MIT",
"type": "module",
"bin": {

View file

@ -1,6 +1,6 @@
{
"name": "@open-pencil/core",
"version": "0.10.0",
"version": "0.11.0",
"license": "MIT",
"type": "module",
"sideEffects": false,

View file

@ -1,6 +1,6 @@
{
"name": "@open-pencil/mcp",
"version": "0.8.0",
"version": "0.11.0",
"license": "MIT",
"type": "module",
"main": "./src/server.ts",

View file

@ -1,6 +1,6 @@
{
"name": "@open-pencil/vue",
"version": "0.10.0",
"version": "0.11.0",
"license": "MIT",
"type": "module",
"exports": {