You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,16 @@ You can colorize nodes via their `title background`, `node body` or `title text`
96
96
97
97
**IF YOU ARE USING AN OLD VERSION THAT HAS COLOR CONFIGURATIONS THAT NO LONGER WORK, I CAN HELP YOU MIGRATE THEM. JUST START A TICKET OR SEND A MESSAGE**
98
98
99
+
**2025/03/06**@1.7.34:
100
+
* prep for Purz stream
101
+
* removed security scanner failures for in-line http links
102
+
* auto-size masks during mask add
103
+
* fix some limits on transform node
104
+
* better constraints for UNARY and BINARY OP nodes
105
+
* fix inversion in pixel merge
106
+
* defaults for regex colorizer entries
107
+
* fall through for constant node input
108
+
99
109
**2025/03/02**@1.7.33:
100
110
* aligned core_color to match breakout updates
101
111
* fixed configuration bug when no configuration present
Copy file name to clipboardexpand all lines: pyproject.toml
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
[project]
2
2
name = "jovimetrix"
3
3
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."
4
-
version = "1.7.33"
4
+
version = "1.7.34"
5
5
license = { file = "LICENSE" }
6
6
readme = "README.md"
7
7
authors = [{ name = "Alexander G. Morano", email = "[email protected]" }]
0 commit comments