• v0.7.1 e3dc6132ee

    Zorn v0.7.1 Pre-release

    Korbs released this 2025-11-25 02:35:08 +00:00 | 6 commits to v0.7 since this release

    • When hovering over the timestamp and duration, opacity is changed for hovering effect
    • Thumbnail preview for storyboard has been adjusted visually
    • Live streams will now have the autoplay attribute added to them
    Downloads
  • v0.7 e3dc6132ee

    Zorn v0.7 Pre-release

    Korbs released this 2025-11-19 21:53:32 +00:00 | 6 commits to v0.7 since this release

    Storyboard

    image

    You can now add a storyboard properly to Zorn, by using the Storyboard option and connecting it to a .vtt file. (Example). This uses spritesheets for thumbnails.

    Clip

    You can now start the video at a specific time using the Clip option and setting the second. Or you can set it in the URL.

    Option example:

    <Zorn Clip{[{Start: "248"}]}/>
    

    URL example:

    /z#50
    

    Smarter TypeScript

    image

    Zorn now uses interface in it's codebase to add requirements, descriptions, deprecated warnings, and more to provide a better experience for developers. Only applies to supported IDEs and code editors.

    Minor Changes

    Other changes have been applied such as bug fixes, optimizations, and other improvements.

    Downloads