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

Commit

Permalink
Merge branch 'release/1.1.0'
Browse files Browse the repository at this point in the history
This closes #71 and closes #75
  • Loading branch information
lap00zza committed Oct 16, 2017
2 parents b2d4f3d + 54ef1fe commit ffbbda4
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
* Helpful shortcuts
* <kbd>s</kbd> - Alternate search overlay (global)
* <kbd>t</kbd> - Quickly scroll to top (global)
* *Watch on 9anime* button in MyAnimeList ([screenshot](https://image.ibb.co/iBw25m/1.png))
* *and quite a few more..*

[1]: In my tests it removed 100% ads/popups without the need for an external adblocker. *Tested in Google Chrome Version 60.0.3112.90 (Official Build) (64-bit)*
Expand Down
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.2",
"version_name": "1.0.0",
"version": "1.1.0",
"version_name": "1.1.0",
"minimum_chrome_version": "55",

"author": "Jewel Mahanta",
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.0",
"version_name": "1.0.0",
"version": "1.1.0",
"version_name": "1.1.0",

"author": "Jewel Mahanta",
"homepage_url": "https://github.com/lap00zza/9anime-Companion",
Expand Down
20 changes: 19 additions & 1 deletion 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</h2>
<h2>1.1.0</h2>
</div>
</section>

Expand Down Expand Up @@ -488,6 +488,24 @@ <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.1.0">
1.1.0
</a>
</h2>
<ul>
<li>
Added support for downloading from G servers. (G1, etc)
</li>
<li>
Initial implementation of <em>Watch on 9anime</em> button within MyAnimeList.net (<a href="https://image.ibb.co/iBw25m/1.png">Screenshot</a>)
</li>
<li>
Changed the search url format for Reddit Discussion. The results should be much better now.
</li>
</ul>
</section>
<section>
<h2 class="title">
<a href="https://github.com/lap00zza/9anime-Companion/releases/tag/1.0.0">
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</span>
<span class="version">1.1.0</span>
</footer>

</body>
Expand Down

0 comments on commit ffbbda4

Please sign in to comment.