Skip to content

Commit

Permalink
Update 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fhuhne committed Dec 6, 2022
1 parent 2736aa5 commit 89934d8
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cr_unblocker",
"version": "3.0.0",
"version": "3.0.1",
"description": "",
"main": "server.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/dashboard.html
Expand Up @@ -9,7 +9,7 @@
<body>
<div class="tab-area">
<ul class="tabs">
<li><p class="brand">CR-Unblocker <span>v3.0.0</span></p></li>
<li><p class="brand">CR-Unblocker <span>v3.0.1</span></p></li>
<li class="active"><a href="#tab-settings">Settings</a></li>
<li><a href="#tab-about">About</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "CR-Unblocker",
"version": "3.0.0",
"version": "3.0.1",
"description": "A tool that will proxy the Crunchyroll Session ID through a US server.",
"homepage_url": "https://cr-unblocker.us.to/",
"author": "Finn",
Expand Down
2 changes: 1 addition & 1 deletion src/popup.html
Expand Up @@ -27,7 +27,7 @@
</p>

<div class="cr-footerbar" id="footer">
<p>v3.0.0</p>
<p>v3.0.1</p>
</div>

<script type="text/javascript" src="popup.js"></script>
Expand Down
8 changes: 8 additions & 0 deletions website/index.html
Expand Up @@ -9,6 +9,14 @@ <h1>Crunchyroll Unblocker</h1>
<h2>Download</h2>
<p>Firefox Users can get the extension <a href="https://addons.mozilla.org/de/firefox/addon/crunchy-unblocker/">here</a>.</p>
<h2>Changelog</h2>
<h3>3.0.1 - A housekeeping update</h3>
<p>This release fixes some bugs and removes the code used for "old crunchyroll".</p>
<ul>
<li>Removed legacy code</li>
<li>Do not display password for custom proxy configuration</li>
<li>Fix checkbox not displaying correct setting for custom proxy configuration</li>
<li>Use DNS of proxy service</li>
</ul>
<h3>3.0.0 - CR-Unblocker turns 3!</h3>
<p>CR-Unblocker now supports the new Crunchyroll Beta. This means no longer being limited to non logged in usage.</p>
<ul>
Expand Down

0 comments on commit 89934d8

Please sign in to comment.