|
4 | 4 | ### vvvv itself - HDE & Runtime |
5 | 5 |
|
6 | 6 | ### New |
7 | | -- Plugin support see blog post |
| 7 | +- Your apps can now host plugins, see [blog post](https://vvvv.org/blog/2025/introducing-plugins-for-your-vvvv-apps/) |
8 | 8 | - Adds new command to reorder grouped pins based on their connected position - [forum](https://forum.vvvv.org/t/sort-input-pins/24228/12) |
9 | 9 |
|
10 | 10 | #### Changes |
|
16 | 16 | - Use vvvv.exe folder for package-cache instead of temp folder. |
17 | 17 |
|
18 | 18 | #### Fixes |
| 19 | +- Fixes issue with Midi nodes failing after Windows-Midi update (known issue: Midi Bindings still broken as of this writing) |
19 | 20 | - Fixes crash when referencing VL.Devices.SpaceMouse |
20 | 21 | - Fixes encoding of mutability flag in pre-compiled packages - [forum](https://forum.vvvv.org/t/ensurevalue-model-and-for-each-loops/24594/13) |
21 | 22 | - Fixes type ref parser not accepting hyphens in an identifier - [forum](https://forum.vvvv.org/t/new-type-editor-does-not-let-resolve-type-ambiguity/24711) |
|
34 | 35 | - Fixes regions not updating their size after renaming a node - [forum](https://forum.vvvv.org/t/rename-process-inside-region/24849) |
35 | 36 | - Fixes stack overflow in adaptive node lookup at runtime - [forum](https://forum.vvvv.org/t/creating-a-range-uint32-hangs-and-crashes-vvvv/24810) |
36 | 37 | - Fixes timings on node no longer shown after moving it around in patch structure |
| 38 | +- Fixes issue with pressing Ctrl+X in spreaded IObox - [forum](https://forum.vvvv.org/t/ctrl-x-in-spreaded-iobox-deletes-everything/24672) |
| 39 | +- Fixes issues with Documentation window flickering and failing to save docs - [forum](https://forum.vvvv.org/t/documentation-editor-blinks-when-interacting-with-a-patch/22901) and [forum](https://forum.vvvv.org/t/process-node-summary-disappears-in-documentation-editor-when-saving-document/24575) |
37 | 40 |
|
38 | 41 | #### Regressions |
39 | 42 | - Fixes links between mutable values not drawn in dash style |
40 | 43 | - Various newly introduced glitches with text fields |
41 | 44 | - Fixes pin editors in inspector no longer working on Channel inputs (was working in 6.7) |
| 45 | +- Fixes string pin editors allowing wordwrap again - [forum](https://forum.vvvv.org/t/unable-to-insert-a-new-line-shift-enter-in-a-pin/25011) |
42 | 46 |
|
43 | 47 | ### Standard Libraries |
44 | 48 |
|
45 | 49 | #### New |
46 | 50 | - Adds `PatchPath` node similar to existing `ApplicationPath` - see it's summary for details |
47 | 51 | - Adds optional pin to render windows which allows to define custom interaction area when extending into title bar - [forum](https://forum.vvvv.org/t/extending-into-title-bar-blocks-imgui-interaction/24756/2) |
| 52 | +- FileDownloader has new input pin "Retry Count" and a 10s timeout when reading fails |
48 | 53 |
|
49 | 54 | #### Fixes |
50 | 55 | - Fixes memory leak in `RefCount` operator. Was causing video playback to stutter at some point (depending on how many videos where played at the same time, for a single video it properly took something like 14h). |
51 | 56 | - Fixes `InsertSlice` not handling case index == count correctly. |
52 | | -- [Video] Increases sleep time in case no frame was pushed - seems one ms was not enough, the used method returned immediately ending up in a busy loop - [forum](https://forum.vvvv.org/t/videoin-source-conversion-less-work-more-cpu/24764/6) |
| 57 | +- Fixes issue with ImagePlayers (timebased) jumping back to first frame, when reaching end (and not looping) |
| 58 | +- Fixes experimental HTTPPost (Multipart) node |
53 | 59 |
|
54 | 60 | #### Stride |
55 | 61 | - Stride 4.2.1.2487, Windows Forms based render window, HDR support, ARM64 support |
|
86 | 92 | - Adds help text to TextureToSkImage with hint about tooltip not updating |
87 | 93 | - Adds logging about device creation |
88 | 94 |
|
| 95 | +#### Video |
| 96 | +- Increases sleep time in case no frame was pushed - seems one ms was not enough, the used method returned immediately ending up in a busy loop - [forum](https://forum.vvvv.org/t/videoin-source-conversion-less-work-more-cpu/24764/6) |
| 97 | +- fixes "Playing" output to update correctly - [forum](https://forum.vvvv.org/t/media-foundation-video-players-play-state-error/25008) |
| 98 | + |
89 | 99 | ## vvvv gamma 7.0 |
90 | 100 | released on 25 08 2025 |
91 | 101 | [Installer win-x64](https://teamcity.vvvv.org/guestAuth/app/rest/builds/id:39385/artifacts/content/vvvv_gamma_7.0-win-x64_setup.exe) | [Offline Installer win-x64](https://teamcity.vvvv.org/guestAuth/app/rest/builds/id:39385/artifacts/content/vvvv_gamma_7.0-win-x64_setup_offline.exe) |
@@ -265,3 +275,4 @@ released on 25 08 2025 |
265 | 275 |
|
266 | 276 |
|
267 | 277 |
|
| 278 | + |
0 commit comments