From 5b3814768e0fb5673dd69251c5911e30dee5cbc7 Mon Sep 17 00:00:00 2001 From: Simon Mattila Date: Thu, 19 Sep 2019 03:14:16 +0200 Subject: [PATCH 1/4] Add reading progress and enhance guide --- package-lock.json | 5 +++++ package.json | 3 ++- src/.vuepress/config.js | 5 ++++- src/help/faq/extensions/README.md | 2 +- src/help/guide/README.md | 8 +++++--- 5 files changed, 17 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index eff888f3..11ffddd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10558,6 +10558,11 @@ "markdown-it-container": "^2.0.0" } }, + "vuepress-plugin-reading-progress": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/vuepress-plugin-reading-progress/-/vuepress-plugin-reading-progress-1.0.7.tgz", + "integrity": "sha512-XFnD42/Xt4ZQ3G0j1ViF2WmBJM7f+zYJLKfD2ZEkIq3Ar38c3FKR/LU94aENaWRGnfDMDmAMEYjLrcmR4uq49g==" + }, "watchpack": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.0.tgz", diff --git a/package.json b/package.json index 835a4c52..ffc82cf5 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "iso-639-1": "^2.1.0", "lodash.groupby": "^4.6.0", "lodash.sortby": "^4.7.0", - "vuepress-plugin-container": "^2.0.2" + "vuepress-plugin-container": "^2.0.2", + "vuepress-plugin-reading-progress": "^1.0.7" } } diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index cb1c5ae5..4bb52fe3 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -33,6 +33,9 @@ module.exports = { '@vuepress/back-to-top' ], [ + 'reading-progress' + ], + [ '@vuepress/google-analytics', { 'ga': 'UA-148212082-1' } ], @@ -41,7 +44,7 @@ module.exports = { { type: 'expander', before: info => `
${info}\n`, - after: '
\n' + after: '\n' } ] ] diff --git a/src/help/faq/extensions/README.md b/src/help/faq/extensions/README.md index a4d88444..e0295f27 100644 --- a/src/help/faq/extensions/README.md +++ b/src/help/faq/extensions/README.md @@ -60,7 +60,7 @@ then press `Uninstall`. ### Why don't I have extensions or any sources in the catalog? -**A:** Tachiyomi `0.8.4` and above no longer have pre-installed extensions, +**A:** `Tachiyomi 0.8.4` and above no longer have pre-installed extensions, so when upgrading or installing versions above this, installing the extensions you use will be required to install extensions from the extensions menu (the one with the puzzle piece). diff --git a/src/help/guide/README.md b/src/help/guide/README.md index cb858588..cfb607a7 100644 --- a/src/help/guide/README.md +++ b/src/help/guide/README.md @@ -5,10 +5,12 @@ lang: en-US ## Installation -Download the latest stable release of Tachiyomi from -[GitHub](https://github.com/inorichi/tachiyomi/releases/latest). +[![github](https://img.shields.io/github/release/inorichi/tachiyomi.svg?style=for-the-badge&maxAge=600)](https://github.com/inorichi/tachiyomi/releases/latest) [![github downloads](https://img.shields.io/github/downloads/inorichi/tachiyomi/total.svg?style=for-the-badge&maxAge=600)](http://www.somsubhra.com/github-release-stats/?username=inorichi&repository=tachiyomi) + +You can download the latest version of `Tachiyomi` from the [GitHub releases](https://github.com/inorichi/tachiyomi/releases/latest). + + -`tachiyomi-vX.Y.Z.apk` If you want to try new features before they get to the stable release, you can download the dev version [here](http://tachiyomi.kanade.eu/latest). From 6b9c94d65e770d3428ffed7ff37a52b29616f7a2 Mon Sep 17 00:00:00 2001 From: Simon Mattila Date: Thu, 19 Sep 2019 04:48:17 +0200 Subject: [PATCH 2/4] Change footer text VuePress license requires us to state the MIT license, so I do. --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index 0d3e8b7a..cb305438 100644 --- a/src/README.md +++ b/src/README.md @@ -11,7 +11,7 @@ features: details: MyAnimeList, AniList and Kitsu support. - title: Configurable details: Reader with multiple viewers, reading directions and other settings. -footer: Apache Licensed | Copyright © 2015-present Javier Tomás +footer: Designed with VuePress | MIT Licensed --- ![screens](/assets/media/screens.png) From 341d733361a47698478a0b72c3a502fced9d6f97 Mon Sep 17 00:00:00 2001 From: Simon Mattila Date: Thu, 19 Sep 2019 04:51:17 +0200 Subject: [PATCH 3/4] Revert reading progress addition --- package-lock.json | 5 ----- package.json | 3 +-- src/.vuepress/config.js | 3 --- 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 11ffddd8..eff888f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10558,11 +10558,6 @@ "markdown-it-container": "^2.0.0" } }, - "vuepress-plugin-reading-progress": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/vuepress-plugin-reading-progress/-/vuepress-plugin-reading-progress-1.0.7.tgz", - "integrity": "sha512-XFnD42/Xt4ZQ3G0j1ViF2WmBJM7f+zYJLKfD2ZEkIq3Ar38c3FKR/LU94aENaWRGnfDMDmAMEYjLrcmR4uq49g==" - }, "watchpack": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.0.tgz", diff --git a/package.json b/package.json index ffc82cf5..835a4c52 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,6 @@ "iso-639-1": "^2.1.0", "lodash.groupby": "^4.6.0", "lodash.sortby": "^4.7.0", - "vuepress-plugin-container": "^2.0.2", - "vuepress-plugin-reading-progress": "^1.0.7" + "vuepress-plugin-container": "^2.0.2" } } diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 4bb52fe3..995fc4e1 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -33,9 +33,6 @@ module.exports = { '@vuepress/back-to-top' ], [ - 'reading-progress' - ], - [ '@vuepress/google-analytics', { 'ga': 'UA-148212082-1' } ], From 06a537c04e987c3554266a31edad98f926e5d990 Mon Sep 17 00:00:00 2001 From: Simon Mattila Date: Fri, 20 Sep 2019 01:26:10 +0200 Subject: [PATCH 4/4] Revert "Change footer text" This reverts commit 6b9c94d65e770d3428ffed7ff37a52b29616f7a2. --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index cb305438..0d3e8b7a 100644 --- a/src/README.md +++ b/src/README.md @@ -11,7 +11,7 @@ features: details: MyAnimeList, AniList and Kitsu support. - title: Configurable details: Reader with multiple viewers, reading directions and other settings. -footer: Designed with VuePress | MIT Licensed +footer: Apache Licensed | Copyright © 2015-present Javier Tomás --- ![screens](/assets/media/screens.png)