TVS 5.0.0-beta (3-30-2025) #76
zshall
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Update Notes - 3-30-2025 (5.0.0)
5.0.0 is a substancial under-the-hood rewrite that updates every component in the system to upgrade the underlying frameworks TVS is built upon.
🚨 BREAKING CHANGES:
video@1
andvideo@2
have been removed and should not be used anymore. To fix your config file if it's broken, usevideo
rather thanvideo@1
orvideo@2
.hlsBugFix
option was removed fromvideo
engine since the bug that it was fixing isn't present anymore.console
option is no longer recognized; usecore
instead (https://nostalgist.js.org/apis/launch/#core)Replace this:
To this:
📦 Dependency Updates:
🐛 Bug Fixes:
✨ New Features:
# yaml-language-server: $schema=https://gcpw.art/tvs/schemas/5.0.0.json
Then open the file in Visual Studio Code with the YAML extension installed.
When new versions of the schema are released I'll call them out in the notes; you'd change the
5.0.0.json
to the latest schema version to validate against it instead.stretch
aspect ratio to the Image engine. This will stretch images to the size of their container regardless of aspect ratio.shuffle
parameter to loops that allows you to shuffle them randomly or in such a way that the entire cycle gets played through once, then repeated again.🕶️ Aesthetics:
This discussion was created from the release TVS 5.0.0-beta (3-30-2025).
Beta Was this translation helpful? Give feedback.
All reactions