Skip to content

Releases: LordPax/go-scan2epub

v1.7.1

30 Nov 14:26
1585034
Compare
Choose a tag to compare

Changelog

[1.7.1] - 2024-11-30

Added

  • Add Dockerfile to build and run the application in a container
  • Add bash script to build docker image

Changed

  • Change value of cron in config example

[1.7.0] - 2024-11-24

Added

  • File name format
  • Create directory per chapter
  • Cron format to download the manga
  • Chapter to start downloading when using cron

Changed

  • Remove parameter for interval command

[1.6.0] - 2024-09-12

Added

  • Add config parameter format, name

Changed

  • Change config parameter type of start_at to int

Fixed

  • Parameter --source has priority over --output
  • Now can download multiple source of manga

Removed

  • Remove config parameter prefix

[1.5.0] - 2024-09-09

Changed

  • Change dotenv config to ini config (breaking change)

[1.4.0] - 2024-08-19

Changed

  • Improve url format with parameter chap, page and ext (breaking change)

[1.3.1] - 2024-08-10

Fixed

  • Fix version to 1.3.1

[1.3.0] - 2024-08-10

Added

  • Add custom localize to translate text
  • Add translation for command base convert exist interval
  • Add translation for service convert download scan-to-epub

Changed

  • Move main command in commands/base.go
  • Minor text changes
  • Improve install script
  • Rename service/scanToEpub.go to service/scan-to-epub.go

[1.2.0] - 2024-05-07

Added

  • Add log system
  • Add command interval

Changed

  • Move image processing from utils/utils.go to utils/image.go

[1.1.0] - 2024-04-21

Added

  • Convert webp images to jpg

Changed

  • Don't stop process when a chapter fails to download
  • Use path.Join instead of formatting path manually

[1.0.0] - 2024-04-16

Added

  • 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

v1.7.0

24 Nov 21:18
5e04fcc
Compare
Choose a tag to compare

Changelog

[1.7.0] - 2024-11-24

Added

  • File name format
  • Create directory per chapter
  • Cron format to download the manga
  • Chapter to start downloading when using cron

Changed

  • Remove parameter for interval command

[1.6.0] - 2024-09-12

Added

  • Add config parameter format, name

Changed

  • Change config parameter type of start_at to int

Fixed

  • Parameter --source has priority over --output
  • Now can download multiple source of manga

Removed

  • Remove config parameter prefix

[1.5.0] - 2024-09-09

Changed

  • Change dotenv config to ini config (breaking change)

[1.4.0] - 2024-08-19

Changed

  • Improve url format with parameter chap, page and ext (breaking change)

[1.3.1] - 2024-08-10

Fixed

  • Fix version to 1.3.1

[1.3.0] - 2024-08-10

Added

  • Add custom localize to translate text
  • Add translation for command base convert exist interval
  • Add translation for service convert download scan-to-epub

Changed

  • Move main command in commands/base.go
  • Minor text changes
  • Improve install script
  • Rename service/scanToEpub.go to service/scan-to-epub.go

[1.2.0] - 2024-05-07

Added

  • Add log system
  • Add command interval

Changed

  • Move image processing from utils/utils.go to utils/image.go

[1.1.0] - 2024-04-21

Added

  • Convert webp images to jpg

Changed

  • Don't stop process when a chapter fails to download
  • Use path.Join instead of formatting path manually

[1.0.0] - 2024-04-16

Added

  • 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

v1.6.0

12 Sep 14:49
3d2989e
Compare
Choose a tag to compare

Changelog

[1.6.0] - 2024-09-12

Added

  • Add config parameter format, name

Changed

  • Change config parameter type of start_at to int

Fixed

  • Parameter --source has priority over --output
  • Now can download multiple source of manga

Removed

  • Remove config parameter prefix

[1.5.0] - 2024-09-09

Changed

  • Change dotenv config to ini config (breaking change)

[1.4.0] - 2024-08-19

Changed

  • Improve url format with parameter chap, page and ext (breaking change)

[1.3.1] - 2024-08-10

Fixed

  • Fix version to 1.3.1

[1.3.0] - 2024-08-10

Added

  • Add custom localize to translate text
  • Add translation for command base convert exist interval
  • Add translation for service convert download scan-to-epub

Changed

  • Move main command in commands/base.go
  • Minor text changes
  • Improve install script
  • Rename service/scanToEpub.go to service/scan-to-epub.go

[1.2.0] - 2024-05-07

Added

  • Add log system
  • Add command interval

Changed

  • Move image processing from utils/utils.go to utils/image.go

[1.1.0] - 2024-04-21

Added

  • Convert webp images to jpg

Changed

  • Don't stop process when a chapter fails to download
  • Use path.Join instead of formatting path manually

[1.0.0] - 2024-04-16

Added

  • 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

v1.5.0

09 Sep 13:44
bc34ad3
Compare
Choose a tag to compare

Changelog

[1.5.0] - 2024-09-09

Changed

  • Change dotenv config to ini config (breaking change)

[1.4.0] - 2024-08-19

Changed

  • Improve url format with parameter chap, page and ext (breaking change)

[1.3.1] - 2024-08-10

Fixed

  • Fix version to 1.3.1

[1.3.0] - 2024-08-10

Added

  • Add custom localize to translate text
  • Add translation for command base convert exist interval
  • Add translation for service convert download scan-to-epub

Changed

  • Move main command in commands/base.go
  • Minor text changes
  • Improve install script
  • Rename service/scanToEpub.go to service/scan-to-epub.go

[1.2.0] - 2024-05-07

Added

  • Add log system
  • Add command interval

Changed

  • Move image processing from utils/utils.go to utils/image.go

[1.1.0] - 2024-04-21

Added

  • Convert webp images to jpg

Changed

  • Don't stop process when a chapter fails to download
  • Use path.Join instead of formatting path manually

[1.0.0] - 2024-04-16

Added

  • 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

v1.4.0

18 Aug 23:32
5a0e373
Compare
Choose a tag to compare

Changelog

[1.4.0] - 2024-08-19

Changed

  • Improve url format with parameter chap, page and ext (breaking change)

[1.3.1] - 2024-08-10

Fixed

  • Fix version to 1.3.1

[1.3.0] - 2024-08-10

Added

  • Add custom localize to translate text
  • Add translation for command base convert exist interval
  • Add translation for service convert download scan-to-epub

Changed

  • Move main command in commands/base.go
  • Minor text changes
  • Improve install script
  • Rename service/scanToEpub.go to service/scan-to-epub.go

[1.2.0] - 2024-05-07

Added

  • Add log system
  • Add command interval

Changed

  • Move image processing from utils/utils.go to utils/image.go

[1.1.0] - 2024-04-21

Added

  • Convert webp images to jpg

Changed

  • Don't stop process when a chapter fails to download
  • Use path.Join instead of formatting path manually

[1.0.0] - 2024-04-16

Added

  • 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

v1.3.1

10 Aug 16:37
3f1abf5
Compare
Choose a tag to compare

Changelog

[1.3.1] - 2024-08-10

Fixed

  • Fix version to 1.3.1

[1.3.0] - 2024-08-10

Added

  • Add custom localize to translate text
  • Add translation for command base convert exist interval
  • Add translation for service convert download scan-to-epub

Changed

  • Move main command in commands/base.go
  • Minor text changes
  • Improve install script
  • rename service/scanToEpub.go to service/scan-to-epub.go

[1.2.0] - 2024-05-07

Added

  • Add log system
  • Add command interval

Changed

  • move image processing from utils/utils.go to utils/image.go

[1.1.0] - 2024-04-21

Added

  • Convert webp images to jpg

Changed

  • Don't stop process when a chapter fails to download
  • Use path.Join instead of formatting path manually

[1.0.0] - 2024-04-16

Added

  • 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

v1.3.0

10 Aug 16:01
60dea56
Compare
Choose a tag to compare

Changelog

[1.3.0] - 2024-08-10

Added

  • Add custom localize to translate text
  • Add translation for command base convert exist interval
  • Add translation for service convert download scan-to-epub

Changed

  • Move main command in commands/base.go
  • Minor text changes
  • Improve install script
  • rename service/scanToEpub.go to service/scan-to-epub.go

[1.2.0] - 2024-05-07

Added

  • Add log system
  • Add command interval

Changed

  • move image processing from utils/utils.go to utils/image.go

[1.1.0] - 2024-04-21

Added

  • Convert webp images to jpg

Changed

  • Don't stop process when a chapter fails to download
  • Use path.Join instead of formatting path manually

[1.0.0] - 2024-04-16

Added

  • 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

v1.2.0

06 May 23:54
92a21ee
Compare
Choose a tag to compare

Changelog

[1.2.0] - 2024-05-07

Added

  • Add log system
  • Add command interval

Changed

  • move image processing from utils/utils.go to utils/image.go

[1.1.0] - 2024-04-21

Added

  • Convert webp images to jpg

Changed

  • Don't stop process when a chapter fails to download
  • Use path.Join instead of formatting path manually

[1.0.0] - 2024-04-16

Added

  • 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

v1.1.0

21 Apr 01:15
ea9640f
Compare
Choose a tag to compare

Changelog

[1.1.0] - 2024-04-21

Added

  • Convert webp images to jpg

Changed

  • Don't stop process when a chapter fails to download
  • Use path.Join instead of formatting path manually

[1.0.0] - 2024-04-16

Added

  • 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

v1.0.0

17 Apr 00:06
7a6080c
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[1.0.0] - 2024-04-16

Added

  • 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