Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

v1.2.0 musicforprogramming.ipfs

Latest
Compare
Choose a tag to compare
@applejag applejag released this 09 Nov 18:59
· 23 commits to master since this release
a7702c8

Addresses

/ipfs/QmPk8pcQVSaG1yqRHYsYDXozZ6i8MN21AaoZozbnnNkTQh                  CIDv0
/ipfs/bafybeiau37kqbpu7m23ifcbbvfv6wmtjstfib3esfczshy4misp5caacny     CIDv1

Changes (since v1.1.0)

  • Added LICENSE to IPFS directory & license notice to build/bundle.js. (#11)

  • Added session metadata so native music players will show the artist and album names as well as the album cover instead of just musicForProgramming("01: Datassette"). (#16)

  • Added progress and buffer indicator. When buffering, an animated cursor will be shown. The progress bar uses - for unbuffered and = for buffered sections. (#22)

  • Added button to select a random episode. (#12, thanks @DvdQzd!)

  • Added keyboard shortcuts and updated about page to correctly describe actual keybindings. Check the [About] (?about) page for more info. (#24)

  • Changed episode routing from ?one & ?two to ?episode=1 & ?episode=2. Old URLs are still supported, although not used in episode link list. (#10, thanks @DvdQzd!)

  • Changed to react on native pause/play events when updating web UI and when playing beep sound. This means if you press pause button on your bluetooth headphones it now updates the audio player in the browser accordingly. (#21)

  • Fixed links to open in new tab via target="_blank" instead of the invalid value target="about:blank". (#17)

  • Fixed compiler links in episode info not updating when switching episode. (#19)

  • Fixed issue where Ctrl + left mouse button clicking a link did not open the link in a new tab. (#20)