Komga: Added README file (#10566)
* Update CHANGELOG.md * Create README.md * Update build.gradle * Update CHANGELOG.md
This commit is contained in:
parent
b08c6d90b7
commit
b7a1f920fa
|
@ -1,3 +1,19 @@
|
|||
## 1.2.38
|
||||
|
||||
Minimum Komga version required: `0.113.0`
|
||||
|
||||
### Features
|
||||
|
||||
* Add `README.md`
|
||||
|
||||
## 1.2.37
|
||||
|
||||
Minimum Komga version required: `0.113.0`
|
||||
|
||||
### Features
|
||||
|
||||
* In app link to `CHANGELOG.md`
|
||||
|
||||
## 1.2.36
|
||||
|
||||
Minimum Komga version required: `0.113.0`
|
||||
|
|
|
@ -0,0 +1,26 @@
|
|||
# Komga
|
||||
|
||||
Table of Content
|
||||
- [FAQ](#FAQ)
|
||||
- [Guides](#Guides)
|
||||
|
||||
Don't find the question you are look for go check out our general FAQs and Guides over at [Extension FAQ](https://tachiyomi.org/help/faq/#extensions) or [Getting Started](https://tachiyomi.org/help/guides/getting-started/#installation)
|
||||
|
||||
## FAQ
|
||||
|
||||
### Why do i see no manga?
|
||||
Komga is a self-hosted comic/manga media server.
|
||||
|
||||
### Where can i get more information about Komga?
|
||||
You can visit the [Komga](https://komga.org/) website for for more information.
|
||||
|
||||
### The Komga extension stopped working?
|
||||
Make sure that your Komga server and extension are on the newest version.
|
||||
|
||||
### Can i add more than one Komga server or user?
|
||||
Yes, currently you can add up to 3 different Komga instances to Tachiyomi.
|
||||
|
||||
## Guides
|
||||
|
||||
### How do i add my Komga server to Tachiyomi?
|
||||
Go into the setting menu of the Komga extension and fill in your server address and login details.
|
|
@ -6,7 +6,7 @@ ext {
|
|||
extName = 'Komga'
|
||||
pkgNameSuffix = 'all.komga'
|
||||
extClass = '.KomgaFactory'
|
||||
extVersionCode = 37
|
||||
extVersionCode = 38
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Reference in New Issue