Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
Amorano committed Oct 30, 2024
1 parent e2b09cb commit 7ad990e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ If those nodes have descriptions written in HTML or Markdown, they will be conve

## UPDATES

**2024/10/29** @1.2.46:
* `DELAY` node updated maintain ComfyUI zoom (fixes issue #61)
* Added Enable/Disable for Screensaver mode in `DELAY` node (added option from issue #61)
* Added `Resize Matte` for nodes with `MODE` operator

**2024/10/16** @1.2.45:
* ENUMs cleaned for all usages (someone send coffee bucks to bframes for the bug checks!)

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.45"
version = "1.2.46"
license = { file = "LICENSE" }
dependencies = [
"aenum>=3.1.15,<4",
Expand Down

0 comments on commit 7ad990e

Please sign in to comment.