Skip to content

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 26 Jun 23:19
· 34 commits to main since this release
2846b61

Patch Changes

  • fcc6f05: Actually fix playback-rate persistence across source swaps. The previous attempt set defaultPlaybackRate, but mux-video does not proxy that property to its inner <video>, so loading a new source still reset the rate to 1x. kino now tracks the chosen rate (desiredRate) and re-asserts it on the element after every source load, and reports it as state.rate so the brief reset never surfaces to the UI.