Releases: CoolLibs/Lab
Releases · CoolLibs/Lab
🐣beta-17_5
🐛 [Audio] Request microphone access on MacOS
🐣beta-17_4
🟦 [Nodes] Added Multi-Select greyscale
🐣beta-17_3
⬆ [Cool] Emulate MIDI buttons
🐣beta-17_2
🟦 [Nodes] Added "MIDI Multi-Select with Transition"
🐣beta-17_1
✨ [View] Added _is_output_view mode
🐣beta-17
- ✨ Greatly improved video import: we now support videos with transparency, and GIFs
- ⚡ The performance of playing a video has been greatly improved
- 🐛 Video import now also works on Linux and MacOS
- 🐛 Many bug fixes around the video import and playback
- ✨ Improved MIDI support: buttons now have several modes (toggle, selector, pressed)
- 🟦 MIDI nodes: Added "Last MIDI button pressed", and you can now change the Min and Max output values of the "MIDI" node
- 🟦 Nodes: Added "Select" and "Multi-Select" which can typically be used in combination with MIDI buttons, to switch between various images / effects
- ✨ When exporting a video, if the output folder already contains frames from a previous export you now have 4 options, and by default we will prompt you to create a new folder
🐣beta-16
- ✨ You can now import video files! Using the "Video from File" node.
- 🤏 The time in the timeline is now nicely formatted (as "3m 43s 512ms"). You can also input it like that (by CTRL+clicking on the timeline), as any combination of millisecond (ms) / second (s) / minute (m) / hour (h) / day (d) / week (w). For example "3m43".
- 🤏 The slider for some parameters (Zoom, Time Speed, etc.) now behaves logarithmically, meaning it will have equal precision in the 0-1 range as in 1-∞. Basically this means they are more practical to use.
- 🤏 When using a Drag widget, the mouse position now stays locked in place instead of wrapping around the screen.
- 🤏 Some node inputs now have a little info icon next to their pin, explaining what the parameter does in more details.
- 🤏 "Random" nodes now use an integer as a Seed, instead of any decimal number.
- 🤏 Improved Angle widget.
- 🤏 Improved final image size calculations based on desired aspect ratio.
- 🐛 Fixed image generation failure in some rare cases.
- 🐛 Fixed a crash when loading a project that was made in an older version of Coollab and that used a node that had been updated in Coollab.
- 🐛 Fix: Remove incompatible links when creating a link backward from a pin.
🐣beta-15
- ✨ Added a Time Speed on the timeline, which allows you to slow down or speed up your entire animation easily.
- 🐛 Fixed camera movements when using particles
- 🐛 When dragging gizmos, mouse can now wrap around the screen
- 🐛 Fixed: When writing your own nodes, they were not detected.
- 🐛 Fixed a few nodes.
- 👩💻 The syntax for creating your own Coollab nodes is now 100% compatible with regular glsl syntax. You can now write structs, global variables, #define, etc.
🐣beta-14
- ✨ You can now create your own nodes! Read the tutorial to learn everything you need to know.
- 🐛 Fixed: Plugging a link into an input pin that already has a link now removes the old link. (This bug was introduced in the previous version).
🐣beta-13
- ✨ You can now copy-paste nodes! (CTRL+C / CTRL+V) You can even paste them from one project to another, or send them as text to a friend, who can then paste them in their instance of Coollab.
- ✨ Adding and removing nodes and links can now be undone and redone (CTRL+Z / CTRL+Y)
- ✨ Changes to the 2D Camera can now be undone and redone (CTRL+Z / CTRL+Y)
- ✨ Applying a preset can now be undone and redone (CTRL+Z / CTRL+Y)