Skip to content

Commit

Permalink
Fixes missing audio from language pod
Browse files Browse the repository at this point in the history
  • Loading branch information
Garethp committed Jul 27, 2020
1 parent 34dda22 commit a31e522
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 67 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog

### Version 1.3.4
* Fixes missing audio files form LanguagePod (#6)

### Version 1.3.3
* Tell Anki to download Audio when playing Audio (#14)

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"author": "Gareth Parker",
"name": "RikaiRebuilt",
"version": "1.3.3",
"version": "1.3.4",

"applications": {
"gecko": {
Expand Down
5 changes: 5 additions & 0 deletions options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,11 @@ <h4><b>Keymap</b></h4>
</ul>
</div>
<div class="tab-pane fade" id="changelog" role="tabpanel" aria-labelledby="changelog-tab">
<h4>Version 1.3.4</h4>
<ul>
<li>Fixes missing audio from Language Pod</li>
</ul>

<h4>Version 1.3.3</h4>
<ul>
<li>Have Anki Auto-Download Audio when Playing Audio</li>
Expand Down
181 changes: 115 additions & 66 deletions src/AudioPlayer.ts

Large diffs are not rendered by default.

0 comments on commit a31e522

Please sign in to comment.