manga-dlp/CHANGELOG.md

94 lines
1.8 KiB
Markdown
Raw Normal View History

2022-05-04 19:17:12 +02:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
2022-05-09 15:50:22 +02:00
2022-05-04 19:17:12 +02:00
- Add support for more sites
2022-05-11 18:08:22 +02:00
2022-05-13 22:34:25 +02:00
## [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
2022-05-13 22:59:26 +02:00
- Docker container creation
2022-05-13 22:34:25 +02:00
2022-05-13 12:16:28 +02:00
## [2.0.7] - 2022-05-13
### Changed
- Changed CI/CD Platform from Drone-CI to Woodpecker-CI
- Release title is now only the version
2022-05-11 18:08:22 +02:00
## [2.0.6] - 2022-05-11
### Fixed
- Filenames on windows (ntfs). Removed double quote from file and folder names
2022-05-11 15:10:48 +02:00
## [2.0.5] - 2022-05-11
### Fixed
- Better error handling on "KeyboardInterrupt"
- Release notes now fixed
### Added
- New test cases
2022-05-10 17:59:02 +02:00
## [2.0.4] - 2022-05-10
### Added
2022-05-11 15:10:48 +02:00
- New test cases for more coverage
- Github release
- Updated docker baseimage
2022-05-10 17:59:02 +02:00
## [2.0.3] - 2022-05-10
### Fixed
2022-05-11 15:10:48 +02:00
2022-05-10 17:59:02 +02:00
- Test cases now work again
- Sonarqube settings
### Added
2022-05-11 15:10:48 +02:00
2022-05-10 17:59:02 +02:00
- Coverage report in sonarqube
- Gitea release
2022-05-09 22:15:30 +02:00
## [2.0.2] - 2022-05-09
### Fixed
2022-05-11 15:10:48 +02:00
2022-05-09 22:15:30 +02:00
- 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
2022-05-11 15:10:48 +02:00
- 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
2022-05-11 15:10:48 +02:00
- Quick start section in README
- Preperation for pypi
2022-05-09 15:50:22 +02:00
## [2.0.0] - 2022-05-09
### Fixed
2022-05-11 15:10:48 +02:00
2022-05-09 15:50:22 +02:00
- Support for new mangadex api
### Changed
2022-05-11 15:10:48 +02:00
2022-05-09 15:50:22 +02:00
- Code is now formatted with [black](https://github.com/psf/black)
2022-05-10 17:59:02 +02:00
- Now also supports just the uuid for managex (not a full link)