Skip to content

Releases: OrionNebula/hyper-media-control

v1.5.3

09 Jun 01:31
Compare
Choose a tag to compare

What's new in this version?

  • Fixed a bug where returning a Status object with a null track would cause a crash
  • Used declaration merging to add type safety to window.rpc

v1.5.2

05 Jun 19:12
Compare
Choose a tag to compare

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

31 May 15:10
Compare
Choose a tag to compare

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

29 May 17:06
Compare
Choose a tag to compare

What's new in this version?

  • Added autoResume and autoPause options to the config.
  • Added shuffle and repeat buttons to the UI.
  • Added toggleShuffle and toggleRepeat functions to the media plugin contract.

v1.1.0

17 May 22:11
Compare
Choose a tag to compare

What's new in this version?

  • Fixed a bug which caused a crash if the default plugin specified in .hyper.js was not loaded.