From fe6c9401168f687fcdcc724ba02d30ef7c922935 Mon Sep 17 00:00:00 2001 From: Jewel Mahanta Date: Mon, 16 Oct 2017 12:39:34 +0530 Subject: [PATCH 1/2] version bump to 1.1.0 --- platform/chromium/manifest.json | 4 ++-- platform/firefox/manifest.json | 4 ++-- src/dashboard.html | 20 +++++++++++++++++++- src/popup.html | 2 +- 4 files changed, 24 insertions(+), 6 deletions(-) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index f651bf6..1636738 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -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", diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index b5ab784..8603b13 100644 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -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", diff --git a/src/dashboard.html b/src/dashboard.html index a3a0cf5..aa5d4e1 100644 --- a/src/dashboard.html +++ b/src/dashboard.html @@ -195,7 +195,7 @@

Filters

9anime Companion

-

1.0.0

+

1.1.0

@@ -488,6 +488,24 @@

Links

+
+

+ + 1.1.0 + +

+
    +
  • + Added support for downloading from G servers. (G1, etc) +
  • +
  • + Initial implementation of Watch on 9anime button within MyAnimeList.net +
  • +
  • + Changed the search url format for Reddit Discussion. The results should be much better now. +
  • +
+

diff --git a/src/popup.html b/src/popup.html index bd5e4d5..683345e 100644 --- a/src/popup.html +++ b/src/popup.html @@ -124,7 +124,7 @@

Pinned Load More

- 1.0.0 + 1.1.0 From 54ef1fe3425e136ab56f26d6292b6aee15d43681 Mon Sep 17 00:00:00 2001 From: Jewel Mahanta Date: Mon, 16 Oct 2017 13:07:18 +0530 Subject: [PATCH 2/2] add Watch on 9anime button screenshots --- README.md | 1 + src/dashboard.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35b06aa..676e1a9 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ * Helpful shortcuts * s - Alternate search overlay (global) * t - 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)* diff --git a/src/dashboard.html b/src/dashboard.html index aa5d4e1..ed10609 100644 --- a/src/dashboard.html +++ b/src/dashboard.html @@ -499,7 +499,7 @@

Added support for downloading from G servers. (G1, etc)
  • - Initial implementation of Watch on 9anime button within MyAnimeList.net + Initial implementation of Watch on 9anime button within MyAnimeList.net (Screenshot)
  • Changed the search url format for Reddit Discussion. The results should be much better now.