- Add Dockerfile to build and run the application in a container
- Add bash script to build docker image
- Change value of cron in config example
- File name format
- Create directory per chapter
- Cron format to download the manga
- Chapter to start downloading when using cron
- Remove parameter for
interval
command
- Add config parameter
format
,name
- Change config parameter type of
start_at
toint
- Parameter
--source
has priority over--output
- Now can download multiple source of manga
- Remove config parameter
prefix
- Change dotenv config to ini config (breaking change)
- Improve url format with parameter
chap
,page
andext
(breaking change)
- Fix version to 1.3.1
- Add custom localize to translate text
- Add translation for command
base
convert
exist
interval
- Add translation for service
convert
download
scan-to-epub
- Move main command in
commands/base.go
- Minor text changes
- Improve install script
- Rename
service/scanToEpub.go
toservice/scan-to-epub.go
- Add log system
- Add command interval
- Move image processing from
utils/utils.go
toutils/image.go
- Convert webp images to jpg
- Don't stop process when a chapter fails to download
- Use
path.Join
instead of formatting path manually
- Add command conv to convert pages to EPUB file
- Add command exist to check if a manga exists
- Add this changelog
- Download pages of manga
- Convert pages to EPUB file
- Rotate image when needed