Skip to content

Commit

Permalink
Update 6.x.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azeno authored Jul 2, 2024
1 parent 2007dca commit f01e5c0
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion changelog/6.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# vvvv gamma 6.6
released on 2 07 24
released on 02 07 24

### Fixes
* Select (ByPath): now able to work with arrays [forum](https://github.com/vvvv/VL.StandardLibs/pull/676)
Expand All @@ -8,10 +8,29 @@ released on 2 07 24
* Fixes `MonoFlop (FrameBased)`. now acting according to help text. Converter added to not break patches
* Fixes: ImGui Tabs not switchable if Object editor holds open Spread [forum](https://discourse.vvvv.org/t/imgui-tabs-not-switchable-if-objecteditor-holds-open-spread/22724/3)
* VL doc deserialization: Adds the ability to deal with positions that are not integer-based. Allows to change format later without locking the user into one version.
* Fixes value editor on constant pads no longer working (regression introduced with 6.0)
* Fixes dynamic enum warnings showing up on connected pins
* Fixes newly created dynamic enum IO box with invalid value not rendering as such
* Fixes existence of pins not updating correctly in deeply nested patch hierachies
* Fixes pads of cross-links showing up in property list ("__slot__ID"). They'll no longer get serialized and will also no longer show up in the object editor (and other reflection based tools).

### New
* adds `OneSnapshotPerFrame`. This way you can calm down a channel

### Libraries
#### ImGui
* Fixes regression introduced in 6.5 causing docking to not work as advertised. Windows got immediately undocked, also moving them had some strange feedback.
* Fixes docking not getting disabled once it was enabled
* Docking and fullscreen window related changes:
* Docking enabled one no longer has a fullscreen window. Any content not surrounded by a Window will end up in the Debug window. The screen serves as the docking space.
* Docking enabled without a fullscreen window means one can't dock with the edges of the screen. Only the windows itself are dockable.
* Docking with fullscreen enabled will no longer draw background.

#### ImGui.Stride
* Fixes empty Debug window showing up even if there are no widgets to be rendered
* Fixes num pad enter key not working


# vvvv gamma 6.5
released on 12 06 24
[Installer](https://teamcity.vvvv.org/guestAuth/app/rest/builds/id:38413/artifacts/content/vvvv_gamma_6.5_setup.exe) |
Expand Down

0 comments on commit f01e5c0

Please sign in to comment.