Skip to content

Commit

Permalink
🔖 [beta-17] Release
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed May 15, 2024
1 parent 9494388 commit 45c5006
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 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-17 WIP")
set(COOLLAB_VERSION "beta-17")
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
15 changes: 10 additions & 5 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

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

## 🐣beta-17 WIP

TODO gif exploding head
## 🐣beta-17

- ✨ Greatly improved video import: we now support videos with transparency, and GIFs
![](https://github.com/CoolLibs/Lab/assets/45451201/e5005eff-5b16-41ef-a4b1-74a46c481edc)
- ⚡ 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
- ✨ Improved MIDI support: buttons now have several modes (toggle, selector, pressed)
![](https://github.com/CoolLibs/Lab/assets/45451201/7826e34f-9210-4002-a145-385bf4107f29)
- 🟦 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
![](https://github.com/CoolLibs/Lab/assets/45451201/c1692212-a6ea-4d2f-8e7d-4bc4f1c3f887)
- ✨ 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
![](https://github.com/CoolLibs/Lab/assets/45451201/e5840829-21d5-4734-a388-5fd905dec17d)

## 🐣beta-16

Expand Down

0 comments on commit 45c5006

Please sign in to comment.