Skip to content

Commit 5cea4c1

Browse files
authored
Merge pull request #5 from tusharbhutt/dev
Fixed init.py
2 parents 6b0ad9e + 6636d62 commit 5cea4c1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
WEB_DIRECTORY = "./web/"
99

1010
# Version info
11-
__version__ = "1.1.0
11+
__version__ = "1.2.1"
1212

1313
print("\n===============================")
1414
print(f"Endless Sea of Stars Buttons v{__version__} loaded successfully! 🌠")

changlelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
July 26/25, V1.2.1: Bug fix for init.py
12
July 25/25, V1.2: Added the Endless Node Spawner and Node minimap. The node spawner crates multiple nodes at once, with collision avoidance for existing nodes. The minimap shows an overview of your workflow and allows for quick navigation of your nodes
23
July 20/25, V1.0.2: Introducing the Endless Fontifier, a JavaScript file that adds allows the user to change font sizes and fonts for various text elements on the ComfyUI interface.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "endless-buttons"
3-
description = "A small set of JavaScript files I created for myself. The scripts provide Quality of Life enhancements to the ComfyUI interface, such as changing fonts and font sizes."
4-
version = "1.2.0"
3+
description = "A small set of JavaScript files I created for myself. The scripts provide Quality of Life enhancements to the ComfyUI interface, such as multiple node spawning, a node minimap, and changing fonts and font sizes."
4+
version = "1.2.1"
55
license = { file = "LICENSE" }
66
dependencies = ""
77

0 commit comments

Comments
 (0)