Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

Commit

Permalink
version bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lap00zza committed Sep 3, 2017
1 parent cfdd955 commit a3442b2
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 9 deletions.
4 changes: 2 additions & 2 deletions platform/chromium/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "9anime Companion",
"version": "1.0.1",
"version_name": "1.0.0-beta.2",
"version": "1.0.2",
"version_name": "1.0.0",

"author": "Jewel Mahanta",
"homepage_url": "https://github.com/lap00zza/9anime-Companion",
Expand Down
4 changes: 2 additions & 2 deletions platform/firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "9anime Companion",
"version": "1.0.0beta2",
"version_name": "1.0.0-beta.2",
"version": "1.0.0",
"version_name": "1.0.0",

"author": "Jewel Mahanta",
"homepage_url": "https://github.com/lap00zza/9anime-Companion",
Expand Down
38 changes: 34 additions & 4 deletions src/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ <h2>Filters</h2>
<section class="header">
<div class="container">
<h1>9anime <span class="light">Companion</span></h1>
<h2>1.0.0-beta.2</h2>
<h2>1.0.0</h2>
</div>
</section>

Expand Down Expand Up @@ -488,6 +488,35 @@ <h2 class="title">Links</h2>

<!-- TAB: Changelog -->
<div role="tabpanel" class="tab-pane fade container" id="changelog" aria-labelledby="changelog-tab">
<section>
<h2 class="title">
<a href="https://github.com/lap00zza/9anime-Companion/releases/tag/1.0.0-beta.3">
1.0.0
</a>
</h2>
<ul>
<li>
Changed the color and effect of the switches in the dashboard.
Thanks <a href="https://github.com/WEBhicham">@WEBhicham</a>.
</li>
<li>
Added <em>Keyboard Shortcuts</em> to settings. Find it under General settings.
</li>
<li>
Added support for downloading from RapidVideo.
</li>
<li>
All the modals now have a "X" button.
</li>
<li>
Changed <em>scroll to player</em> to <em>scroll to top</em>. Added a smooth scroll animation to it
and made it global. The button and shortcut can now both be used throughout 9anime.
</li>
<li>
Changed native browser notifications to in site notifications.
</li>
</ul>
</section>
<section>
<h2 class="title">
<a href="https://github.com/lap00zza/9anime-Companion/releases/tag/1.0.0-beta.2">
Expand All @@ -509,11 +538,12 @@ <h2 class="title">
<h2 class="title">1.0.0-beta.1</h2>
</a>
<ul>
<li>Redesigned the popup. A special thanks to<a href="https://github.com/densityx">@densityx</a> for designing it.</li>
<li>Redesigned the popup. Thanks <a href="https://github.com/densityx">@densityx</a>.</li>
<li>
Improved the downloader. Now 9anime Companion can download from all the 9anime Servers (F2, F4 etc).
A special thanks to <a href="https://github.com/yumiris">@yumiris</a> for designing
the download modal.
</li>
<li>
Redesigned the download modal. Thanks <a href="https://github.com/yumiris">@yumiris</a>.
</li>
<li>
Vastly improved the ad/popup blocker. The new ad remover uses a combination of web request blocking
Expand Down
2 changes: 1 addition & 1 deletion src/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h2 class="heading">Pinned <span class="label">Load More</span></h2>
</svg>
</span>
<span style="flex: 1;"></span>
<span class="version">1.0.0-beta.2</span>
<span class="version">1.0.0</span>
</footer>

</body>
Expand Down

0 comments on commit a3442b2

Please sign in to comment.