Skip to content

Commit

Permalink
Adding Anki Auto-Audio import
Browse files Browse the repository at this point in the history
  • Loading branch information
Garethp committed Jul 27, 2020
1 parent b984ea5 commit 34dda22
Show file tree
Hide file tree
Showing 6 changed files with 594 additions and 474 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.3
* Tell Anki to download Audio when playing Audio (#14)

### Version 1.3.2
* Adding a Clear Page button in the VN Hook Page

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.2",
"version": "1.3.3",

"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.3</h4>
<ul>
<li>Have Anki Auto-Download Audio when Playing Audio</li>
</ul>

<h4>Version 1.3.2</h4>
<ul>
<li>Adding a "Clear Page" button in the VN Hook section</li>
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"@types/jquery": "^3.5.0",
"isomorphic-fetch": "^2.2.1",
"mocha": "^5.1.1",
"prettier": "^2.0.5",
"typescript": "^3.2.2",
"web-ext-types": "^3.1.0"
},
Expand Down
Loading

0 comments on commit 34dda22

Please sign in to comment.