Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
blocks:release-notes [2024-10-22 12:36]
admin Blocks 7
blocks:release-notes [2025-03-11 12:33] (current)
admin [PIXILAB Blocks 7]
Line 4: Line 4:
  
  
 +=====PIXILAB Blocks 7.1=====
 +
 +Released on March 11, 2025, this version brings major enhancements to the Timeline block and many other new and enhanced functions
 +
 +====Timeline====
 +  * Block Track can override the block's display dimensions for mixed display formats on the same timeline.
 +  * Do and Property tracks can be disabled, causing their cues to be ignored.
 +  * Added "Loop" option for looping the entire timeline.
 +  * Added "Play Automatically" to start timeline playback when assigned to a Spot.
 +  * New "Desired Duration" setting added to block cues.
 +  * Cue duration (inherent or desired) indicated by a horizontal bar in the cue. Following cue snaps to end of this duration, minus its transition time.
 +  * Keyboard shortcuts; Home, End, PageUp, PageDown scroll. Press Shift to also jump time there.
 +  * Pressing a function key now jumps to a marker named likewise (e.g. "F8")
 +  * The //gotoMarker// function now finds next marker in the specified direction, regardless of its name, if the name specified is empty string.
 +
 +===Minor Timeline improvements and bug fixes===
 +  * Content of block cues now auto-scaled like in Slideshow.
 +  * Editing while Stopped mode doesn't activate timeline.
 +  * Accurate positioning of cues when snap-dragged.
 +  * Spot now considered "playing" while showing a playing timeline.
 +  * Auto-start timeline playback when any enclosing Attractor becomes active.
 +  * DO cues with digits/spaces in the path now work as expected.
 +  * Select to End command can now be used with multiple tracks selected.
 +  * Alt-clicking a cue selects that cue and following ones on that track.
 +  * Now possible to apply custom CSS class per track.
 +
 +
 +===Other New Features===
 +  * **Spot**: Adds volume fade rate setting.
 +  * **Manage**: Status adds live log view and log file download.
 +  * **Perspective Behavior**: New behavior for projection perspective correction.
 +  * **Live Video**: Adds "Internal Video Block" source, duplicating the video frame accurately.
 +  * **Speed Behavior**: Adds Factor, Offset and Minimum Fade Rate
 +  * **3D Block**: Adds support for Draco compression.
 +  * **Joystick and Slider**: Adds "Spring Back to Center" option.
 +  * **Display Spot**: Initial Volume setting added.
 +  * **PIXILAB Player**: Remote updating of player (player version 7 and later).
 +  * **PIXILAB Player**: Screenshot showing what's displayed in Spot Settings (player 7.1 and later).
 +
 +===Other Minor Improvements and Bug Fixes===
 +  * **Behaviors**: To trigger on "falsey" property value, set "at value" to //falsey//.
 +  * **Volume Behavior**: Can now also be applied to enclosing block(s).
 +  * **Attractor**: Adds "Transition Delay" setting.
 +  * **Scroller/Grid**: Indexed property Child Replication Scope updated when list changes.
 +  * **Panorama**: Made Appears/Disappears behaviors work for buttons.
 +  * **Custom CSS Transition**: Applies 'custom-transition-reverse' class in reverse.
 +  * **Display Spot**: "Numeric Keys as Inputs" now also work with keys on numeric keypad.
 +  * **Mirror**: New 'interface' setting specifies the name of NIC to use for link local backdoor
 +  * **Mirror**: New 'subnet' setting with explicit backdoor subnet in CIDR notation
 +  * **Subtitle**: Defaults to Roboto font also on Spot.
 +  * **Subtitle**: Faster language switching while playing inside Tag Selector.
 +  * **Scripting**: SimpleWebsocket now fires //finished// event if socket closed by peer.
 +  * **Scripting**: SimpleDB  adds support for custom JDBC driver
 +  * **Scripting**: SimpleDB  reconnects to db server automatically if connection dropped unexpectedly.
 + 
 =====PIXILAB Blocks 7===== =====PIXILAB Blocks 7=====
  
Line 16: Line 71:
   * **Transition**: New Wipe transition.   * **Transition**: New Wipe transition.
  
-MINOR IMPROVEMENTS AND BUG FIXES+===Minor Improvements and Bug Fixes===
   * **Spot**: Avoid scaling jump when transitioning between blocks with different size.   * **Spot**: Avoid scaling jump when transitioning between blocks with different size.
   * **Scripting**: SimpleHTTP adds HEAD request and file download functionality.   * **Scripting**: SimpleHTTP adds HEAD request and file download functionality.