Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
Amorano committed Sep 9, 2024
1 parent 34380e3 commit e656ad8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e656ad8

Please sign in to comment.