prepare changelog + .md formatting

This commit is contained in:
Ivan Schaller 2022-05-25 22:31:28 +02:00
parent a8e670de71
commit b27e819e46
2 changed files with 31 additions and 6 deletions

View file

@ -9,43 +9,64 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Add support for more sites - Add support for more sites
## [2.1.3] - 2022-05-20
### 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
## [2.1.2] - 2022-05-20 ## [2.1.2] - 2022-05-20
### Fixed ### Fixed
- List chapters when none were specified - List chapters when none were specified
- Typos - Typos
### Added ### Added
- Ability to download whole volumes - Ability to download whole volumes
### Changed ### Changed
- Moved processing of list with links to input.py - Moved processing of list with links to input.py
- Updated README for volume and chapter selection - Updated README for volume and chapter selection
## [2.1.1] - 2022-05-18 ## [2.1.1] - 2022-05-18
### Fixed ### Fixed
- Progress bar on verbose output - Progress bar on verbose output
- Sonarqube link for CI - Sonarqube link for CI
- A few typos - A few typos
- Removed unnecessary escapes from file rename regex - Removed unnecessary escapes from file rename regex
### Added ### Added
- API template - API template
### Changed ### Changed
- Updated docker baseimage - Updated docker baseimage
- Rewrote app.py to a class - Rewrote app.py to a class
## [2.1.0] - 2022-05-16 ## [2.1.0] - 2022-05-16
### Fixed ### Fixed
- Detection of files. Now it will skip them again - Detection of files. Now it will skip them again
### Added ### Added
- Ability to save the chapters as pdf (only on amd64/x86) - Ability to save the chapters as pdf (only on amd64/x86)
- New output formats: rar, zip - New output formats: rar, zip
- Progress bar to show image download - Progress bar to show image download
@ -55,14 +76,15 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Removed duplicate code - Removed duplicate code
### Changed ### Changed
- How the variables are used inside the script - How the variables are used inside the script
- Variables have now the same name as in other scripts (mostly) - Variables have now the same name as in other scripts (mostly)
- Better retrying when a task fails - Better retrying when a task fails
## [2.0.8] - 2022-05-13 ## [2.0.8] - 2022-05-13
### Changed ### Changed
- Rewrote parts of script to be easier to maintain - Rewrote parts of script to be easier to maintain
- Moved the input script to the base folder - Moved the input script to the base folder
- Moved all arguments to a class - Moved all arguments to a class
@ -71,24 +93,26 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.0.7] - 2022-05-13 ## [2.0.7] - 2022-05-13
### Changed ### Changed
- Changed CI/CD Platform from Drone-CI to Woodpecker-CI - Changed CI/CD Platform from Drone-CI to Woodpecker-CI
- Release title is now only the version - Release title is now only the version
## [2.0.6] - 2022-05-11 ## [2.0.6] - 2022-05-11
### Fixed ### Fixed
- Filenames on windows (ntfs). Removed double quote from file and folder names
- Filenames on windows (ntfs). Removed double quote from file and folder names
## [2.0.5] - 2022-05-11 ## [2.0.5] - 2022-05-11
### Fixed ### Fixed
- Better error handling on "KeyboardInterrupt" - Better error handling on "KeyboardInterrupt"
- Release notes now fixed - Release notes now fixed
### Added ### Added
- New test cases
- New test cases
## [2.0.4] - 2022-05-10 ## [2.0.4] - 2022-05-10

View file

@ -60,7 +60,8 @@ See the docker [README](./docker/README.md)
## Options ## Options
> "--format" currently only works with "", "pdf", "zip", "rar" and "cbz". As it just renames the zip file with the new suffix (except pdf). For pdf creation you have to install img2pdf. > "--format" currently only works with "", "pdf", "zip", "rar" and "cbz". As it just renames the zip file with the new
> suffix (except pdf). For pdf creation you have to install img2pdf.
```txt ```txt
usage: manga-dlp.py [-h] (-u URL_UUID | --read READ | -v) [-c CHAPTERS] [-p PATH] [-l LANG] [--list] [--format FORMAT] [--forcevol] [--wait WAIT] [--verbose] usage: manga-dlp.py [-h] (-u URL_UUID | --read READ | -v) [-c CHAPTERS] [-p PATH] [-l LANG] [--list] [--format FORMAT] [--forcevol] [--wait WAIT] [--verbose]