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

Commit

Permalink
Merge pull request animal-crossing-music-extension#124 from animal-cr…
Browse files Browse the repository at this point in the history
…ossing-music-extension/develop

4.2.0
  • Loading branch information
PikaDude authored Mar 28, 2020
2 parents a1e8cf9 + a051d81 commit daa8af6
Show file tree
Hide file tree
Showing 7 changed files with 317 additions and 777 deletions.
Binary file added img/cover/new-horizons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
"storage",
"https://acmusicext.com/"
],
"optional_permissions": [
"background"
],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "4.1.1"
"version": "4.2.0"
}
8 changes: 8 additions & 0 deletions options.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ <h3>Volume</h3>
<div class="radio">
<input id="new-leaf" name="music-choice" type="radio"><label for="new-leaf"><span><span></span></span>New Leaf</label>
</div>
<div class="radio">
<input id="new-horizons" name="music-choice" type="radio"><label for="new-horizons"><span><span></span></span>New Horizons</label>
</div>
<div class="radio">
<input id="game-random" name="music-choice" type="radio"><label for="game-random"><span><span></span></span>Random!</label>
</div>
Expand Down Expand Up @@ -264,6 +267,11 @@ <h1>Changelog</h1>
</header>

<div class="content">
<h3>Version 4.2.0<span class="changelog-date"> - 28th of March 2020</span></h3>
<ul class="changelog-list">
<li>Added support for New Horizons.</li>
<li>Fixed a bug causing the extension to sometimes not run in the background when the feature was enabled.</li>
</ul>
<h3>Version 4.1.1<span class="changelog-date"> - 14th of March 2020</span></h3>
<ul class="changelog-list">
<li>Removed the F1 note as it was not meant to exist</li>
Expand Down
6 changes: 5 additions & 1 deletion scripts/background/KKSongs.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,9 @@ const KKSongList = [
'NL - K.K. Oasis',
'NL - K.K. Stroll',
'NL - K.K. Synth',
'NL - Space K.K.'
'NL - Space K.K.',
'NH - Animal City',
'NH - Drivin\'',
'NH - Farewell',
'NH - Welcome Horizons'
];
Loading

0 comments on commit daa8af6

Please sign in to comment.