TVS 6.1.0 (2026-07-22) #125
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.
6.1.0 (2026-07-22)
This update is all about program guides; we've got a new guide theme available, a few new guide features and a bit of performance optimization.
✨ New Features
1997theme to the program guide engine which is modeled after the PC Prevue guide.timezoneoption to theguideengine which allows you to specify a timezone for the program guide, which will let you display the current guide listings but in a different time zone than what you're currently in. This doesn't change what's currently on as there can only be one program airing per channel at a time, but will affect the current date and time display and the timeslot labels in the guide.currentTimeFormat,currentDateFormat, andcurrentTimeslotTimeFormatwhich allow you to customize how the time and date are displayed in program guides. They accept the same formatting strings as the character generator.⚙️ Other Changes
marqueecomponent works under the hood to allow for partial CSS-driven animations for the guide table instead of scrolling one pixel per tick, which allows us to use hardware acceleration and have smoother animations. To make sure that the guide headers still do the push animation that the program guides are known for, we've got a second track for guide headers that are animated separately so that the sticky positioning still works as it did before, but with much less repainting. I've tested this on a Raspberry Pi 4 and things look smoother now (even on high-end machines we'd see a lot of stuttering before.)This discussion was created from the release TVS 6.1.0 (2026-07-22).
All reactions