Skip to content

Commit efcbacb

Browse files
committed
v1.2.0
1 parent de6da70 commit efcbacb

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

README-ja.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,14 @@ csv, tsvやテキストファイル群から整形済みテキストを生成す
7171

7272
## Changelog
7373

74+
### 1.2.0
75+
- `#section`モードを追加
76+
- ヘルパースクリプト slp_buld_csv.py と slp_build_folder.py を追加
77+
- Single Line Picker 同士の接続に対応
78+
79+
7480
### 1.1.0
75-
- SLP Filename Prefix カスタムノードを追加
81+
- カスタムノード SLP Filename Prefix を追加
7682

7783
### 1.0.0
7884
- 最初のリリース

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,13 @@ Placeholders can be created up to four: `$1`, `$2`, `$3`, and `$4`. Each is repl
7070

7171
## Changelog
7272

73+
### 1.2.0
74+
- Added `#section` mode
75+
- Added helper scripts: slp_buld_csv.py and slp_build_folder.py
76+
- Supports connection between Single Line Pickers
77+
7378
### 1.1.0
74-
- Add new custom node: SLP Filename Prefix
79+
- Added new custom node: SLP Filename Prefix
7580

7681
### 1.0.0
7782
- Initial release

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "ComfyUI-SingleLinePicker"
33
description = "Select one line from the text list with a single click. It dramatically improves the process of switching LoRA or prompts."
4-
version = "1.1.0"
4+
version = "1.2.0"
55
license = { file = "LICENSE" }
66
dependencies = []
77

0 commit comments

Comments
 (0)