## 1.118.0

This commit is contained in:
2025-03-06 22:25:34 -07:00
parent d649b52345
commit 14332079cb
4 changed files with 129 additions and 92 deletions

View File

@ -87,6 +87,11 @@
"command": "kanban.openWithTextEditor",
"title": "Open with Text Editor Kanban"
},
{
"category": "Leominster",
"command": "webview.backlogLeominster",
"title": "Backlog (Bugs & Features with parents)"
},
{
"category": "Leominster",
"command": "webview.costOfDelayLeominster",
@ -112,6 +117,11 @@
"command": "markdown.newMarkdownFile",
"title": "New Markdown File"
},
{
"category": "Mesa",
"command": "webview.backlogMesa",
"title": "Backlog (Bugs & Features with parents)"
},
{
"category": "Mesa",
"command": "webview.costOfDelayMesa",
@ -323,5 +333,5 @@
"watch": "concurrently \"rollup -c -w\" \"webpack --watch --config ./build/node-extension.webpack.config.js\"",
"webpack": "webpack --config ./build/node-extension.webpack.config.js"
},
"version": "1.117.0"
"version": "1.118.0"
}