Skip to content

Releases: internet4000/radio4000-player

v0.6.24

01 Mar 18:17
Compare
Choose a tag to compare

automation for npm publish with github action on new tag creation

0.6.0

18 Oct 14:24
Compare
Choose a tag to compare

Full changelog available here: 0.5.2...0.6.0

New event: mediaNotAvailable

14 Jul 11:18
Compare
Choose a tag to compare

mediaNotAvailable - This event fires when a track model which media could not be played by its provider player (youtube etc.).

It can be used the same way trackChanged and trackEnded.

0.5.0

22 Jun 21:56
Compare
Choose a tag to compare

Improved the way changing track via the track-id attribute works. Now it makes less network requests and is a lot faster.

0.4.6

09 Apr 18:23
Compare
Choose a tag to compare

Forgot to include minified build in 0.4.5, so…

Release 0.4.5

26 Mar 08:54
Compare
Choose a tag to compare
  • Add caching to CI service (8a5411b)
  • Merge pull request #98 from internet4000/fix/locate-track-position (ac150b7)
  • Merge pull request #100 from internet4000/upgrade-dependencies (53ee993)
  • move button, and easier to click (96bb6b6)

0.4.1

12 Jan 17:28
Compare
Choose a tag to compare

Fix missing build in 0.4.0

0.4.0

12 Jan 17:28
Compare
Choose a tag to compare
  • Replace build system with poi
  • Replace and add tests with Cypress
  • Some fixes for loading channels/playlists from Radio4000

0.3.0

12 Oct 15:34
Compare
Choose a tag to compare
  • Styled the track lits more like radio4000.com
  • Added proper links to all tracks, making it possible to share them
  • Some build updates and code cleanup

0.1.7

09 Aug 11:56
Compare
Choose a tag to compare

Now dist/radio4000-player.js and dist/radio4000-player.min.js are transpiled through Babel to ensure the ES6/7 code runs on older browsers as ES5. It was also necessary for uglify to minify it.