Skip to content

Commit

Permalink
🔖 [beta-16] Release
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Apr 15, 2024
1 parent 649469d commit da698f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.20)

project(Coollab)
set(COOLLAB_VERSION "beta-16 WIP")
set(COOLLAB_VERSION "beta-16")
add_executable(${PROJECT_NAME})
add_library(Coollab-Properties INTERFACE) # This is needed by both Coollab and its tests
target_link_libraries(${PROJECT_NAME} PRIVATE Coollab-Properties)
Expand Down
9 changes: 5 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

- [🐣beta-16 WIP](#beta-16-wip)
- [🐣beta-16](#beta-16)
- [🐣beta-15](#beta-15)
- [🐣beta-14](#beta-14)
- [🐣beta-13](#beta-13)
Expand All @@ -18,19 +18,20 @@
- [🐣beta-1](#beta-1)
- [🐣beta-0](#beta-0)

## 🐣beta-16 WIP
## 🐣beta-16

- ✨ You can now import video files! Using the "Video from File" node.
![](https://github.com/CoolLibs/Lab/assets/45451201/fb7561df-f775-43d5-bbf4-1dedd32563bf)
- 🤏 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.
- 🤏 "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.
- 🐛 Remove incompatible link when creating a link backward from a pin.
- 🐛 Fix: Remove incompatible links when creating a link backward from a pin.

## 🐣beta-15

Expand Down

0 comments on commit da698f1

Please sign in to comment.