Skip to content

Commit

Permalink
Merge pull request #14 from Zuoqiu-Yingyi/dev
Browse files Browse the repository at this point in the history
chore: release v0.2.1
  • Loading branch information
Zuoqiu-Yingyi authored Oct 31, 2023
2 parents e87ef9d + 8e8358a commit 2b889a1
Show file tree
Hide file tree
Showing 7 changed files with 217 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

env:
PACKAGE_NAME: jupyter-client
PACKAGE_VERSION: 0.2.0
PACKAGE_VERSION: 0.2.1

jobs:
release-please:
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jupyter-client",
"private": true,
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -14,18 +14,18 @@
},
"devDependencies": {
"@jupyter-lsp/theme-vscode": "3.0.0-rc.0",
"@jupyterlab/services": "^7.0.6",
"@jupyterlab/ui-components": "^4.0.6",
"@jupyterlab/services": "^7.0.7",
"@jupyterlab/ui-components": "^4.0.7",
"@sveltejs/vite-plugin-svelte": "^2.4.6",
"@tsconfig/svelte": "^5.0.2",
"less": "^4.2.0",
"strip-ansi": "^7.1.0",
"svelte": "^4.2.0",
"svelte": "^4.2.2",
"svelte-check": "^2.10.3",
"svelte-preprocess-less": "^0.4.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite": "^4.5.0",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.7.0"
},
Expand Down
17 changes: 13 additions & 4 deletions public/i18n/en_US.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"commands": {
"openJupyterBrowser": {
"text": "Open Jupyter in Browser"
},
"openJupyterTab": {
"text": "Open Jupyter in New Tab"
},
"openJupyterWindow": {
"text": "Open Jupyter in New Window"
},
"runSelectedCells": {
"text": "Run selected cells"
},
Expand Down Expand Up @@ -197,14 +206,14 @@
"title": "Code execution"
},
"globalTab": {
"enable": {
"description": "Enable to attempt to establish connection with Jupyter service",
"title": "Enable Jupyter client"
},
"delay": {
"description": "The delay time when calling the Jupyter kernel language service to get context help and code suggestions.<br/>Unit: milliseconds",
"title": "Language service call delay"
},
"enable": {
"description": "Enable to attempt to establish connection with Jupyter service",
"title": "Enable Jupyter client"
},
"title": "Global"
},
"importTab": {
Expand Down
17 changes: 13 additions & 4 deletions public/i18n/zh_CHT.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"commands": {
"openJupyterBrowser": {
"text": "在瀏覽器中打開 Jupyter"
},
"openJupyterTab": {
"text": "在新頁籤中打開 Jupyter"
},
"openJupyterWindow": {
"text": "在新窗口中打開 Jupyter"
},
"runSelectedCells": {
"text": "運行所選代碼塊"
},
Expand Down Expand Up @@ -197,14 +206,14 @@
"title": "代碼運行"
},
"globalTab": {
"enable": {
"description": "開啟後將嘗試與 Jupyter 服務建立連接",
"title": "啟用 Jupyter 客戶端"
},
"delay": {
"description": "調用 Jupyter 內核語言服務獲取上下文幫助與代碼建議時的延時時間<br/>單位:毫秒",
"title": "語言服務調用延時"
},
"enable": {
"description": "開啟後將嘗試與 Jupyter 服務建立連接",
"title": "啟用 Jupyter 客戶端"
},
"title": "全局"
},
"importTab": {
Expand Down
17 changes: 13 additions & 4 deletions public/i18n/zh_CN.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"commands": {
"openJupyterBrowser": {
"text": "在浏览器中打开 Jupyter"
},
"openJupyterTab": {
"text": "在新页签中打开 Jupyter"
},
"openJupyterWindow": {
"text": "在新窗口中打开 Jupyter"
},
"runSelectedCells": {
"text": "运行所选代码块"
},
Expand Down Expand Up @@ -197,14 +206,14 @@
"title": "代码运行"
},
"globalTab": {
"enable": {
"description": "开启后将尝试与 Jupyter 服务建立连接",
"title": "启用 Jupyter 客户端"
},
"delay": {
"description": "调用 Jupyter 内核语言服务获取上下文帮助与代码建议时的延时时间<br/>单位:毫秒",
"title": "语言服务调用延时"
},
"enable": {
"description": "开启后将尝试与 Jupyter 服务建立连接",
"title": "启用 Jupyter 客户端"
},
"title": "全局"
},
"importTab": {
Expand Down
22 changes: 20 additions & 2 deletions public/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,26 @@
"name": "jupyter-client",
"author": "Zuoqiu Yingyi",
"url": "https://github.com/Zuoqiu-Yingyi/siyuan-plugin-jupyter-client",
"version": "0.2.0",
"minAppVersion": "2.10.3",
"version": "0.2.1",
"minAppVersion": "2.10.13",
"keywords": [
"代码",
"程式碼",
"执行代码",
"執行程式碼",
"code",
"execute",
"jupyter",
"notebook",
"lab",
"hub"
],
"backends": [
"all"
],
"frontends": [
"all"
],
"displayName": {
"default": "Jupyter Client",
"zh_CN": "Jupyter 客户端",
Expand Down
Loading

0 comments on commit 2b889a1

Please sign in to comment.