Releases: OrionNebula/hyper-media-control
Releases · OrionNebula/hyper-media-control
v1.5.3
v1.5.2
What's new in this version?
hyper-media-control
is now a TypeScript module that can be consumed by sister plugins.index.tsx
altered to export internal type definitions in addition to the required Hyper endpoints.
v1.4.1
What's new in this version?
hyper-media-control
was ported to TypeScript.- Added hamburger menu items + keyboard shortcuts to control playback.
v1.3.0
What's new in this version?
- Added
autoResume
andautoPause
options to the config. - Added shuffle and repeat buttons to the UI.
- Added
toggleShuffle
andtoggleRepeat
functions to the media plugin contract.
v1.1.0
What's new in this version?
- Fixed a bug which caused a crash if the default plugin specified in
.hyper.js
was not loaded.