Skip to content

Commit

Permalink
Increase version to 1.2.0
Browse files Browse the repository at this point in the history
Closes #761
Repository reorganization
  • Loading branch information
ParticleCore committed Oct 14, 2019
1 parent 9b69df7 commit dc79b9c
Show file tree
Hide file tree
Showing 33 changed files with 532 additions and 340 deletions.
2 changes: 1 addition & 1 deletion bin/update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"[email protected]" : {
"updates" : [
{
"version" : "1.1.1",
"version" : "1.2.0",
"update_link" : "https://github.com/ParticleCore/Iridium/raw/master/dist/Iridium.xpi",
"applications" : {
"gecko" : {
Expand Down
Binary file modified dist/Iridium.xpi
Binary file not shown.
59 changes: 0 additions & 59 deletions i18n/en_US.json

This file was deleted.

244 changes: 0 additions & 244 deletions src/Webextension/js/background-inject.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
"setting-dark-theme": {
"message": "Dark theme"
},
"setting-quick-controls": {
"message": "Quick controls"
},
"setting-auto-play": {
"message": "Play videos automatically"
},
Expand Down
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions src/Webextension/html/options.html → src/html/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
<label class="setting" for="darkTheme" data-locale="text|setting-dark-theme">Dark theme</label>
<a class="feature-link" href="https://github.com/ParticleCore/Iridium/wiki/Features#darkTheme" data-locale="title|link-wiki" title="Find out what this does" target="features">?</a>
</div>
<div class="setting_content">
<input class="setting" id="quickControls" type="checkbox">
<label class="setting" for="quickControls" data-locale="text|setting-quick-controls">Quick controls</label>
<a class="feature-link" href="https://github.com/ParticleCore/Iridium/wiki/Features#quickControls" data-locale="title|link-wiki" title="Find out what this does" target="features">?</a>
</div>
</div>

<input hidden id="input-player" name="content" type="radio">
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading

0 comments on commit dc79b9c

Please sign in to comment.