• 2.1.4 95ed20dde6

    2.1.4
    All checks were successful
    ci/woodpecker/tag/tests Pipeline was successful
    ci/woodpecker/tag/publish_release Pipeline was successful
    ci/woodpecker/tag/publish_docker Pipeline was successful
    ci/woodpecker/push/tests Pipeline was successful
    Stable

    olofvndrhr released this 2022-05-29 20:52:47 +02:00 | 262 commits to master since this release

    [2.1.4] - 2022-05-29

    Fixed

    • Docker container now works again
    • Fixed cron in docker container

    Changed

    • Docker container scheduling is now more practical
    Downloads
  • 2.1.3 6fde304bf0

    2.1.3
    All checks were successful
    ci/woodpecker/push/tests Pipeline was successful
    ci/woodpecker/tag/tests Pipeline was successful
    ci/woodpecker/tag/publish_release Pipeline was successful
    ci/woodpecker/tag/publish_docker Pipeline was successful
    Stable

    olofvndrhr released this 2022-05-29 14:09:38 +02:00 | 267 commits to master since this release

    [2.1.3] - 2022-05-29

    Fixed

    • Error-chapters and skipped-chapters list are now shown again
    • The Interactive input version now matches --version

    Added

    • Ability to list chapters with interactive input

    Changed

    • Replace exit() with sys.exit()
    • Renamed class methods to not look like dunder methods
    • Script execution moved from os.system() to subprocess.call()
    Downloads
  • 2.1.2 7fb45b96f7

    2.1.2
    All checks were successful
    ci/woodpecker/push/tests Pipeline was successful
    ci/woodpecker/tag/tests Pipeline was successful
    ci/woodpecker/tag/publish_release Pipeline was successful
    ci/woodpecker/tag/publish_docker Pipeline was successful
    Stable

    olofvndrhr released this 2022-05-20 21:04:11 +02:00 | 276 commits to master since this release

    [2.1.2] - 2022-05-20

    Fixed

    • List chapters when none were specified
    • Typos

    Added

    • Ability to download whole volumes

    Changed

    • Moved processing of list with links to input.py
    • Updated README for volume and chapter selection
    Downloads
  • 2.1.1 162cb59d28

    2.1.1
    All checks were successful
    ci/woodpecker/push/tests Pipeline was successful
    ci/woodpecker/tag/tests Pipeline was successful
    ci/woodpecker/tag/publish_release Pipeline was successful
    ci/woodpecker/tag/publish_docker Pipeline was successful
    Stable

    olofvndrhr released this 2022-05-18 20:22:18 +02:00 | 283 commits to master since this release

    [2.1.1] - 2022-05-18

    Fixed

    • Progress bar on verbose output
    • Sonarqube link for CI
    • A few typos
    • Removed unnecessary escapes from file rename regex

    Added

    • API template

    Changed

    • Updated docker baseimage
    • Rewrote app.py to a class
    Downloads
  • 2.1.0 280a6f7e41

    2.1.0
    All checks were successful
    ci/woodpecker/push/tests Pipeline was successful
    ci/woodpecker/tag/tests Pipeline was successful
    ci/woodpecker/tag/publish_release Pipeline was successful
    ci/woodpecker/tag/publish_docker Pipeline was successful
    Stable

    olofvndrhr released this 2022-05-16 17:12:19 +02:00 | 292 commits to master since this release

    [2.1.0] - 2022-05-16

    Fixed

    • Detection of files. Now it will skip them again

    Added

    • Ability to save the chapters as pdf (only on amd64/x86)
    • New output formats: rar, zip
    • Progress bar to show image download
    • Interactive input if no command line flags are given
    • Better KeyboardInterrupt handling
    • Better error handling
    • Removed duplicate code

    Changed

    • How the variables are used inside the script
    • Variables have now the same name as in other scripts (mostly)
    • Better retrying when a task fails
    Downloads
  • 2.0.8 04cdfff1f1

    2.0.8
    All checks were successful
    ci/woodpecker/push/tests Pipeline was successful
    ci/woodpecker/tag/tests Pipeline was successful
    ci/woodpecker/tag/publish_release Pipeline was successful
    ci/woodpecker/tag/publish_docker Pipeline was successful
    Stable

    olofvndrhr released this 2022-05-13 23:22:14 +02:00 | 298 commits to master since this release

    [2.0.8] - 2022-05-13

    Changed

    • Rewrote parts of script to be easier to maintain
    • Moved the input script to the base folder
    • Moved all arguments to a class
    • Docker container creation
    Downloads
  • 2.0.7 da651bfc2e

    2.0.7
    All checks were successful
    ci/woodpecker/tag/tests Pipeline was successful
    ci/woodpecker/tag/publish_release Pipeline was successful
    ci/woodpecker/tag/publish_docker Pipeline was successful
    Stable

    olofvndrhr released this 2022-05-13 14:56:19 +02:00 | 306 commits to master since this release

    [2.0.7] - 2022-05-13

    Changed

    • Changed CI/CD Platform from Drone-CI to Woodpecker-CI
    • Release title is now only the version
    Downloads
  • 2.0.6 030216cc33

    manga-dlp release: 2.0.6
    All checks were successful
    continuous-integration/drone/push Build is passing
    continuous-integration/drone/tag Build is passing
    Stable

    olofvndrhr released this 2022-05-11 18:08:22 +02:00 | 325 commits to master since this release

    Fixed

    • Filenames on windows (ntfs). Removed double quote from file and folder names
    Downloads
  • 2.0.5 7d3de9659c

    manga-dlp release: 2.0.5
    All checks were successful
    continuous-integration/drone/push Build is passing
    continuous-integration/drone/tag Build is passing
    Stable

    olofvndrhr released this 2022-05-11 15:15:27 +02:00 | 329 commits to master since this release

    Fixed

    • Better error handling on "KeyboardInterrupt"
    • Release notes now fixed

    Added

    • New test cases
    Downloads
  • 2.0.4 04d1d50d39

    manga-dlp release: 2.0.4
    All checks were successful
    continuous-integration/drone/push Build is passing
    continuous-integration/drone/tag Build is passing
    Stable

    olofvndrhr released this 2022-05-10 22:24:12 +02:00 | 337 commits to master since this release

    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.

    [Unreleased]

    • Add support for more sites

    [2.0.4] - 2022-05-10

    Added

    • New test cases for more coverage
    • Github release
    • Updated docker baseimage

    [2.0.3] - 2022-05-10

    Fixed

    • Test cases now work again
    • Sonarqube settings

    Added

    • Coverage report in sonarqube
    • Gitea release

    [2.0.2] - 2022-05-09

    Fixed

    • Restart failed api requests
    • Added wait time for image gathering, as to stop api rate limiting from mangadex
    • "--wait" options now works properly again

    [2.0.1] - 2022-05-09

    Fixed

    • Regex for removing illegal characters in the filenames now doesn't remove quotes
    • Updated docker baseimage and fixed the mangadlp tag in it
    • Update license for 2022

    Added

    • Quick start section in README
    • Preperation for pypi

    [2.0.0] - 2022-05-09

    Fixed

    • Support for new mangadex api

    Changed

    • Code is now formatted with black
    • Now also supports just the uuid for managex (not a full link)
    Downloads