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-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lap00zza committed Aug 28, 2017
1 parent 37f213a commit 55c3de6
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 34 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.0",
"version_name": "1.0.0-beta.1",
"version": "1.0.1",
"version_name": "1.0.0-beta.2",

"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.0beta1",
"version_name": "1.0.0-beta.1",
"version": "1.0.0beta2",
"version_name": "1.0.0-beta.2",

"author": "Jewel Mahanta",
"homepage_url": "https://github.com/lap00zza/9anime-Companion",
Expand Down
71 changes: 42 additions & 29 deletions src/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<h2>Filters</h2>
<p class="meta">
One regex per line.
<a href="https://github.com/lap00zza/9anime-Companion/wiki/AdBlocker#filter-tips" target="_blank">
<a href="https://github.com/lap00zza/9anime-Companion/wiki/AdBlocker#filter-tips">
<i class="fa fa-info-circle"></i>
</a>
<!--<br> Last updated: <span class="badge badge-info">09/08/2017</span> via
Expand Down Expand Up @@ -91,8 +91,9 @@ <h2>Filters</h2>
<div class="modal-body">
<div class="alert alert-info" role="alert">
Username/password will be stored in <em>plain text</em> in chrome.local storage.
<a href="https://github.com/lap00zza/9anime-Companion/wiki/MyAnimeList-Integration"
target="_blank"><i class="fa fa-info-circle"></i></a>
<a href="https://github.com/lap00zza/9anime-Companion/wiki/MyAnimeList-Integration">
<i class="fa fa-info-circle"></i>
</a>
</div>
<div class="mal-configure__section">
<span class="meta">Step 1: Enable</span>
Expand Down Expand Up @@ -188,7 +189,7 @@ <h2>Filters</h2>
<section class="header">
<div class="container">
<h1>9anime <span class="light">Companion</span></h1>
<h2>1.0.0-beta.1</h2>
<h2>1.0.0-beta.2</h2>
</div>
</section>

Expand Down Expand Up @@ -403,13 +404,13 @@ <h2>1.0.0-beta.1</h2>
<section>
<h2 class="title">Credits</h2>
<ul>
<li><a href="https://github.com/densityx" target="_blank">@densityx</a> for designing the popup</li>
<li><a href="https://github.com/yumiris" target="_blank">@yumiris</a> for designing the download modal</li>
<li><a href="https://github.com/SamHerbert/SVG-Loaders">SVG Loaders</a> by
<a href="https://github.com/SamHerbert">Sam Herbert</a>
<li><a href="https://github.com/densityx">@densityx</a> for designing the popup</li>
<li><a href="https://github.com/yumiris">@yumiris</a> for designing the download modal</li>
<li>
<a href="https://github.com/SamHerbert/SVG-Loaders">SVG Loaders</a> by <a href="https://github.com/SamHerbert">Sam Herbert</a>
</li>
<li>And all the other
<a href="https://github.com/lap00zza/9anime-Companion/graphs/contributors" target="_blank">contributors</a>
<li>
And all the other <a href="https://github.com/lap00zza/9anime-Companion/graphs/contributors">contributors</a>
</li>
</ul>
</section>
Expand All @@ -418,17 +419,17 @@ <h2 class="title">Credits</h2>
<h2 class="title">Links</h2>
<ul>
<li>
<a href="https://github.com/lap00zza/9anime-Companion/wiki" target="_blank">
<a href="https://github.com/lap00zza/9anime-Companion/wiki">
<i class="fa fa-book"></i> Wiki
</a>
</li>
<li>
<a href="https://github.com/lap00zza/9anime-Companion" target="_blank">
<a href="https://github.com/lap00zza/9anime-Companion">
<i class="fa fa-github"></i> Project Home
</a>
</li>
<li>
<a href="https://github.com/lap00zza/9anime-Companion/issues" target="_blank">
<a href="https://github.com/lap00zza/9anime-Companion/issues">
<i class="fa fa-bug"></i> Report a Bug
</a>
</li>
Expand All @@ -439,34 +440,46 @@ <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">1.0.0-beta.1</h2>
<h2 class="title">
<a href="https://github.com/lap00zza/9anime-Companion/releases/tag/1.0.0-beta.2">
1.0.0-beta.2
</a>
<a href="https://github.com/lap00zza/9anime-Companion/compare/1.0.0-beta.1...1.0.0-beta.2">
<img src="images/git_compare.svg">
</a>
</h2>
<ul>
<li>
Redesigned the popup. A special thanks to
<a href="https://github.com/densityx" target="_blank">@densityx</a> for designing it.
Added auto-update for the MyAnimeList integration. This can be found in the MyAnimeList configure
box. (<a class="commit-hash" href="https://github.com/lap00zza/9anime-Companion/commit/751902023dd29388e2e329512341ee63c8b6dae7">7519020</a>)
</li>
<li>
Fixed issue <a class="github-ref" href="https://github.com/lap00zza/9anime-Companion/issues/48">#48</a> which was
causing the alternate search overlay to pop up when typing password and in the report episode box
(<a class="commit-hash" href="https://github.com/lap00zza/9anime-Companion/commit/37f213a301620451485fa862b6876517017e1fcf">37f213a</a>)
</li>
</ul>
</section>
<section>
<a href="https://github.com/lap00zza/9anime-Companion/releases/tag/1.0.0-beta.1">
<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>
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" target="_blank">@yumiris</a> for designing
A special thanks to <a href="https://github.com/yumiris">@yumiris</a> for designing
the download modal.
</li>
<li>
Vastly improved the ad/popup blocker. The new ad remover uses a combination of web request blocking
and page element removal/function overrides. In my tests it removed 100% ads/popups without the need
for an external adblocker.
</li>
<li>
Added support for keyboard shortcuts.
</li>
<li>
Added alternate search overlay . Shortcut <kbd>s</kbd>.
</li>
<li>
Added scroll to player. Shortcut <kbd>t</kbd>.
</li>
<li>
Added recently watched anime. This can be accessed via the popup.
</li>
<li>Added support for keyboard shortcuts.</li>
<li>Added alternate search overlay . Shortcut <kbd>s</kbd>.</li>
<li>Added scroll to player. Shortcut <kbd>t</kbd>.</li>
<li>Added recently watched anime. This can be accessed via the popup.</li>
<li>
Vastly improved the core functionality of MyAnimeList integration. It can easily be expanded in the
future to add features like Auto MAL sync, full featured add/edit etc
Expand Down
4 changes: 4 additions & 0 deletions src/images/git_compare.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.1</span>
<span class="version">1.0.0-beta.2</span>
</footer>

</body>
Expand Down
9 changes: 9 additions & 0 deletions src/sass/dashboard.sass
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@ h2
/**
* Custom Styles
*/
.commit-hash
font-family: monospace
background-color: aliceblue

.github-ref
font-family: monospace
background-color: aliceblue
font-size: 1.2rem

kbd
display: inline-block
padding: 3px 5px
Expand Down

0 comments on commit 55c3de6

Please sign in to comment.