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).