This repository was archived by the owner on Feb 15, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
Added
LICENSEto IPFS directory & license notice tobuild/bundle.js. (Added license #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"). (Session metadata #16)Added progress and buffer indicator. When buffering, an animated cursor will be shown. The progress bar uses
-for unbuffered and=for buffered sections. (Buffer indicator #22)Added button to select a random episode. (Issue 4, Button to 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. (Change episode via arrow keys #24)Changed episode routing from
?one&?twoto?episode=1&?episode=2. Old URLs are still supported, although not used in episode link list. (Issue 5 - episode number in URL #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. (Changed to use onplay & onpause events instead #21)
Fixed links to open in new tab via
target="_blank"instead of the invalid valuetarget="about:blank". (Changed from target="about:blank" to "_blank" #17)Fixed compiler links in episode info not updating when switching episode. (Fixed
<a href>not updating #19)Fixed issue where
Ctrl+ left mouse button clicking a link did not open the link in a new tab. (FixedCTRL+LMBclicking links #20)Fixed so arrow keys change the episode, as advertised in the "about" section. (Change episode via arrow keys #24)