From e656ad8ee00eb9e93aa9546ed17505ec254f17e7 Mon Sep 17 00:00:00 2001 From: "Alexander G. Morano" Date: Mon, 9 Sep 2024 16:15:33 -0700 Subject: [PATCH] version up --- README.md | 8 +++++++- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fe161b..9edc4f5 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,13 @@ If those nodes have descriptions written in HTML or Markdown, they will be conve ## UPDATES +**2024/09/09** @1.2.38: +* QUEUEs will signal true (TRIGGER) on complete unless halted + +* Supported Versions: + * ComfyUI 0.1.3+ + * ComfyUI Frontend 1.2.30+ + **2024/09/09** @1.2.37: * doubled speed of midi reader when idle * reduced GLSL footprint for color conversions @@ -105,7 +112,6 @@ If those nodes have descriptions written in HTML or Markdown, they will be conve * ComfyUI 0.1.3+ * ComfyUI Frontend 1.2.30+ - **2024/09/08** @1.2.36: * MIDI `MIDI FILTER` and `MIDI FILTER EZ` Nodes cleaned up * `COMPARISON` Node value conversion fixed diff --git a/pyproject.toml b/pyproject.toml index 2a1471e..326d8a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "jovimetrix" description = "Integrates Webcam, MIDI, Spout and GLSL shader support. Animation via tick. Parameter manipulation with wave generator. Math operations with Unary and Binary support. Value conversion for all major types (int, string, list, dict, Image, Mask). Shape mask generation, image stacking and channel ops, batch splitting, merging and randomizing, load images and video from anywhere, dynamic bus routing with a single node, export support for GIPHY, save output anywhere! flatten, crop, transform; check colorblindness, make stereogram or stereoscopic images, or liner interpolate values and more." -version = "1.2.37" +version = "1.2.38" license = { file = "LICENSE" } dependencies = [ "aenum>=3.1.15,<4",