Skip to content

Commit 41c6ef6

Browse files
committed
v1.2.1
1 parent ceb20eb commit 41c6ef6

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

README-ja.md

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

7272
## Changelog
7373

74+
### 1.2.1
7475
- ノード表示名を `SLP List View` に変更
7576

7677
### 1.2.0

README.md

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

7171
## Changelog
7272

73+
### 1.2.1
7374
- Change display name from `Single Line Picker` to `SLP List View`
7475

7576
### 1.2.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "ComfyUI-SingleLinePicker"
3-
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.2.0"
3+
description = "A list view that selects one line from the text list with a single click. It dramatically improves the process of switching LoRA or prompts."
4+
version = "1.2.1"
55
license = { file = "LICENSE" }
66
dependencies = []
77

0 commit comments

Comments
 (0)