Patch version increment to 1.35.3

**Base branch:** `main`

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-7405-1-35-3-2c76d73d36508146b66bc18c512fd6ea)
by [Unito](https://www.unito.io)

---------

Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Comfy Org PR Bot
2025-12-12 16:48:32 +09:00
committed by GitHub
parent 2a68dbff5a
commit e41c6934db
12 changed files with 494 additions and 309 deletions

View File

@@ -29,12 +29,26 @@
"name": "キャンバス背景画像",
"tooltip": "キャンバスの背景画像のURLです。出力パネルで画像を右クリックし、「背景として設定」を選択すると使用できます。"
},
"Comfy_Canvas_LeftMouseClickBehavior": {
"name": "左クリックの動作",
"options": {
"Panning": "パン(移動)",
"Select": "選択"
}
},
"Comfy_Canvas_MouseWheelScroll": {
"name": "マウスホイールスクロール",
"options": {
"Panning": "パン(移動)",
"Zoom in/out": "ズームイン/アウト"
}
},
"Comfy_Canvas_NavigationMode": {
"name": "キャンバスナビゲーションモード",
"options": {
"Custom": "カスタム",
"Drag Navigation": "ドラッグナビゲーション",
"Standard (New)": "標準(新)",
"Custom": "カスタム"
"Standard (New)": "標準(新)"
}
},
"Comfy_Canvas_SelectionToolbox": {
@@ -312,6 +326,13 @@
"small": "小"
}
},
"Comfy_Sidebar_Style": {
"name": "サイドバーのスタイル",
"options": {
"connected": "接続",
"floating": "フローティング"
}
},
"Comfy_Sidebar_UnifiedWidth": {
"name": "サイドバーの幅を統一"
},
@@ -339,6 +360,14 @@
"Comfy_Validation_Workflows": {
"name": "ワークフローを検証"
},
"Comfy_VueNodes_AutoScaleLayout": {
"name": "自動スケールレイアウトVueード",
"tooltip": "Vueレンダリングに切り替えた際にードの重なりを防ぐため、自動的にード位置をスケーリングします"
},
"Comfy_VueNodes_Enabled": {
"name": "モダンードデザインVueード",
"tooltip": "モダンDOMベースのレンダリングで、操作性の向上、ネイティブブラウザ機能、最新のビジュアルデザインを実現。クラシック従来のキャンバスレンダリング。"
},
"Comfy_WidgetControlMode": {
"name": "ウィジェット制御モード",
"options": {
@@ -376,6 +405,9 @@
"Comfy_Workflow_SortNodeIdOnSave": {
"name": "ワークフローを保存する際にードIDをソート"
},
"Comfy_Workflow_WarnBlueprintOverwrite": {
"name": "既存のサブグラフブループリントを上書きする際に確認を要求"
},
"Comfy_Workflow_WorkflowTabsPosition": {
"name": "開いているワークフローの位置",
"options": {
@@ -407,37 +439,5 @@
},
"pysssss_SnapToGrid": {
"name": "常にグリッドにスナップ"
},
"Comfy_Canvas_LeftMouseClickBehavior": {
"name": "左クリックの動作",
"options": {
"Panning": "パン(移動)",
"Select": "選択"
}
},
"Comfy_Canvas_MouseWheelScroll": {
"name": "マウスホイールスクロール",
"options": {
"Panning": "パン(移動)",
"Zoom in/out": "ズームイン/アウト"
}
},
"Comfy_Sidebar_Style": {
"name": "サイドバーのスタイル",
"options": {
"floating": "フローティング",
"connected": "接続"
}
},
"Comfy_VueNodes_AutoScaleLayout": {
"name": "自動スケールレイアウトVueード",
"tooltip": "Vueレンダリングに切り替えた際にードの重なりを防ぐため、自動的にード位置をスケーリングします"
},
"Comfy_VueNodes_Enabled": {
"name": "モダンードデザインVueード",
"tooltip": "モダンDOMベースのレンダリングで、操作性の向上、ネイティブブラウザ機能、最新のビジュアルデザインを実現。クラシック従来のキャンバスレンダリング。"
},
"Comfy_Workflow_WarnBlueprintOverwrite": {
"name": "既存のサブグラフブループリントを上書きする際に確認を要求"
}
}