• v2.4.1 85e57aec2e

    v2.4.1
    Some checks failed
    check code / check-docs (push) Successful in 7s
    check code / scan-code-py311 (push) Successful in 6m55s
    check code / check-code-py39 (push) Successful in 6m49s
    check code / check-code-py38 (push) Successful in 6m59s
    build package and container / build-pypackage (push) Successful in 19s
    check code / check-code-py310 (push) Successful in 7m0s
    create release / release-pypackage (push) Failing after 36s
    build package and container / build-container (push) Successful in 4m38s
    check code / check-code-py311 (push) Successful in 6m51s
    Stable

    olofvndrhr released this 2024-02-01 15:54:39 +01:00 | 20 commits to master since this release

    [2.4.1] - 2024-02-01

    • same as 2.4.0
    Downloads
  • 2.3.1 29fe262ef7

    2.3.1
    All checks were successful
    ci/woodpecker/tag/tests Pipeline was successful
    ci/woodpecker/tag/publish_release Pipeline was successful
    ci/woodpecker/tag/publish_docker_arm64 Pipeline was successful
    ci/woodpecker/tag/publish_docker_amd64 Pipeline was successful
    ci/woodpecker/tag/publish_docker_manifest Pipeline was successful
    ci/woodpecker/push/tests Pipeline was successful
    Stable

    olofvndrhr released this 2023-03-12 04:47:37 +01:00 | 44 commits to master since this release

    [2.3.1] - 2023-03-12

    Added

    • Added TypedDicts for type checkers and type annotation

    Fixed

    • Fixed some typos in the README

    Changed

    • Switched from pylint/pylama/isort/autoflake to ruff
    • Switched from mypy to pyright and added strict type checking
    • Updated the api template
    Downloads
  • 2.3.0 c684290c92

    2.3.0
    All checks were successful
    ci/woodpecker/tag/tests Pipeline was successful
    ci/woodpecker/tag/publish_release Pipeline was successful
    ci/woodpecker/tag/publish_docker_arm64 Pipeline was successful
    ci/woodpecker/tag/publish_docker_amd64 Pipeline was successful
    ci/woodpecker/tag/publish_docker_manifest Pipeline was successful
    ci/woodpecker/push/tests Pipeline was successful
    Stable

    olofvndrhr released this 2023-02-15 22:27:56 +01:00 | 64 commits to master since this release

    [2.3.0] - 2023-02-15

    Added

    • Metadata is now added to each chapter. Schema
      standard: https://anansi-project.github.io/docs/comicinfo/schemas/v2.0
    • Added xmltodict as a package requirement
    • Cache now also saves the manga title
    • New tests
    • More typo annotations for function, compatible with python3.8
    • File format checker if you use the MangaDLP class directly

    Fixed

    • API template typos
    • Some useless type annotations

    Changed

    • Simplified the chapter info generation
    • Updated the license year
    • Updated the API template
    • Updated the API detection and removed it from the MangaDLP class
    Downloads
  • 2.2.20 0572baceeb

    2.2.20
    All checks were successful
    ci/woodpecker/tag/tests Pipeline was successful
    ci/woodpecker/tag/publish_release Pipeline was successful
    ci/woodpecker/tag/publish_docker_arm64 Pipeline was successful
    ci/woodpecker/tag/publish_docker_amd64 Pipeline was successful
    ci/woodpecker/tag/publish_docker_manifest Pipeline was successful
    Stable

    olofvndrhr released this 2023-02-12 05:36:28 +01:00 | 84 commits to master since this release

    [2.2.20] - 2023-02-12

    Fixed

    • Script now doesn't exit if multiple mangas were requested and one had an error
    Downloads
  • 2.2.20-dev 607be5e33c

    2.2.20-dev
    All checks were successful
    ci/woodpecker/tag/tests Pipeline was successful
    ci/woodpecker/tag/publish_pre_release Pipeline was successful
    ci/woodpecker/tag/publish_docker_arm64 Pipeline was successful
    ci/woodpecker/tag/publish_docker_amd64 Pipeline was successful
    ci/woodpecker/push/tests Pipeline was successful
    Pre-release

    olofvndrhr released this 2023-02-12 04:19:13 +01:00 | 90 commits to master since this release

    [2.2.20] - 2023-02-XX

    Fixed

    • Script now doesn't exit if multiple mangas were requested and one had an error
    Downloads
  • 2.2.19 059aca80ef

    2.2.19
    All checks were successful
    ci/woodpecker/tag/tests Pipeline was successful
    ci/woodpecker/tag/publish_release Pipeline was successful
    ci/woodpecker/tag/publish_docker_arm64 Pipeline was successful
    ci/woodpecker/tag/publish_docker_amd64 Pipeline was successful
    ci/woodpecker/tag/publish_docker_manifest Pipeline was successful
    ci/woodpecker/push/tests Pipeline was successful
    Stable

    olofvndrhr released this 2023-02-11 15:50:14 +01:00 | 96 commits to master since this release

    [2.2.19] - 2023-02-11

    Added

    • First version of the chapter cache (very basic functionality)

    Fixed

    • Fixed all exception re-raises to include the original stack trace

    Changed

    • Simplified chapter download loop
    Downloads
  • 2.2.18 52d32fe9e9

    2.2.18
    All checks were successful
    ci/woodpecker/tag/tests Pipeline was successful
    ci/woodpecker/tag/publish_release Pipeline was successful
    ci/woodpecker/tag/publish_docker_arm64 Pipeline was successful
    ci/woodpecker/tag/publish_docker_amd64 Pipeline was successful
    ci/woodpecker/tag/publish_docker_manifest Pipeline was successful
    ci/woodpecker/push/tests Pipeline was successful
    Stable

    olofvndrhr released this 2023-01-21 16:21:08 +01:00 | 113 commits to master since this release

    [2.2.18] - 2023-01-21

    Fixed

    • Fixed manga titles on non english language
    • Fixed title & filename fixing to not use ascii but uft8

    Added

    • Fallback title to english of none was found in requested language
    • More debug logs
    • More tests

    Changed

    • Now uses the first found alt-title. Before it was the last
    • Removed sys.exit in the api
    Downloads
  • 2.2.17 607c7e298b

    2.2.17
    All checks were successful
    ci/woodpecker/tag/tests Pipeline was successful
    ci/woodpecker/tag/publish_release Pipeline was successful
    ci/woodpecker/tag/publish_docker_amd64 Pipeline was successful
    ci/woodpecker/tag/publish_docker_arm64 Pipeline was successful
    ci/woodpecker/tag/publish_docker_manifest Pipeline was successful
    Stable

    olofvndrhr released this 2023-01-15 17:36:00 +01:00 | 116 commits to master since this release

    [2.2.17] - 2023-01-15

    Fixed

    • Set a timeout of 10 seconds for the api requests

    Added

    • --name-format and --name-format-none flags to add a custom naming scheme for the downloaded files. See
      docs: https://manga-dlp.ivn.sh/download/
    • More debug log messages
    • More tests for the custom naming scheme
    • More type hints

    Changed

    • Make --format a click.Choice option
    • In the --format option the leading dot is now invalid. --format .cbz -> --format cbz
    • Changed empty values from the api from None to an empty string
    • Minor code readability improvements
    Downloads
  • 2.2.16 ece6473e17

    2.2.16
    All checks were successful
    ci/woodpecker/tag/tests Pipeline was successful
    ci/woodpecker/tag/publish_release Pipeline was successful
    ci/woodpecker/tag/publish_docker_arm64 Pipeline was successful
    ci/woodpecker/tag/publish_docker_amd64 Pipeline was successful
    ci/woodpecker/tag/publish_docker_manifest Pipeline was successful
    ci/woodpecker/push/tests Pipeline was successful
    Stable

    olofvndrhr released this 2022-12-30 01:48:40 +01:00 | 122 commits to master since this release

    [2.2.16] - 2022-12-30

    Fixed

    • Log level is now fixed and should not default to 0
    • Docker schedule should now work again

    Changed

    • Integrate logging logs to loguru via custom sink
    • Simplify docker shell scripts
    Downloads
  • 2.2.15 5bdd54fc16

    2.2.15
    All checks were successful
    ci/woodpecker/tag/tests Pipeline was successful
    ci/woodpecker/tag/publish_release Pipeline was successful
    ci/woodpecker/tag/publish_docker_arm64 Pipeline was successful
    ci/woodpecker/tag/publish_docker_amd64 Pipeline was successful
    ci/woodpecker/tag/publish_docker_manifest Pipeline was successful
    ci/woodpecker/push/tests Pipeline was successful
    Stable

    olofvndrhr released this 2022-12-29 19:45:26 +01:00 | 124 commits to master since this release

    [2.2.15] - 2022-12-29

    Added

    • --warn and --loglevel flags

    Removed

    • Remove --lean and --verbose flags and remove custom log levels

    Changed

    • Move from standard library logging to loguru
    • Move from standard library argparse to click
    Downloads