release version 1.8.0
This commit is contained in:
parent
973a720a7a
commit
8c20443839
28
CHANGELOG.md
28
CHANGELOG.md
@ -1,6 +1,32 @@
|
||||
# Changelog
|
||||
|
||||
## Unreleased
|
||||
## 1.8.0 - 2019-03-15
|
||||
### Added
|
||||
- Support for:
|
||||
- `weibo` - https://www.weibo.com/
|
||||
- `pururin` - https://pururin.io/ ([#174](https://github.com/mikf/gallery-dl/issues/174))
|
||||
- `fashionnove` - https://www.fashionnova.com ([#175](https://github.com/mikf/gallery-dl/issues/175))
|
||||
- `shopify` sites in general ([#175](https://github.com/mikf/gallery-dl/issues/175))
|
||||
- Snap packaging ([#169](https://github.com/mikf/gallery-dl/issues/169), [#170](https://github.com/mikf/gallery-dl/issues/170), [#187](https://github.com/mikf/gallery-dl/issues/187), [#188](https://github.com/mikf/gallery-dl/issues/188))
|
||||
- Automatic Cloudflare DDoS protection bypass
|
||||
- Extractor and Job information for logging format strings
|
||||
- `dynastyscans` image and search extractors ([#163](https://github.com/mikf/gallery-dl/issues/163))
|
||||
- `deviantart` scraps extractor ([#168](https://github.com/mikf/gallery-dl/issues/168))
|
||||
- `artstation` extractor for artwork listings ([#172](https://github.com/mikf/gallery-dl/issues/172))
|
||||
- `smugmug` video support and improved image format selection ([#183](https://github.com/mikf/gallery-dl/issues/183))
|
||||
### Changed
|
||||
- More metadata for `nhentai` galleries
|
||||
- Combined `myportfolio` extractors into one
|
||||
- Renamed `name` metadata field to `filename` and removed the original `filename` field
|
||||
- Simplified and improved internal data structures
|
||||
- Optimized creation of child extractors
|
||||
### Fixed
|
||||
- Filter empty `tumblr` URLs ([#165](https://github.com/mikf/gallery-dl/issues/165))
|
||||
- Filter ads and improve connection speed on `hentaifoundry`
|
||||
- Show proper error messages if `luscious` galleries are unavailable
|
||||
- Miscellaneous issues on `mangahere`, `ngomik`, `simplyhentai`, `imgspice`
|
||||
### Removed
|
||||
- `seaotterscans`
|
||||
|
||||
## 1.7.0 - 2019-02-05
|
||||
- Added support for:
|
||||
|
@ -208,8 +208,8 @@ access to *gallery-dl*. Authorize it and you will he shown one or more
|
||||
.. _gallery-dl-example.conf: https://github.com/mikf/gallery-dl/blob/master/docs/gallery-dl-example.conf
|
||||
.. _configuration.rst: https://github.com/mikf/gallery-dl/blob/master/docs/configuration.rst
|
||||
.. _Supported Sites: https://github.com/mikf/gallery-dl/blob/master/docs/supportedsites.rst
|
||||
.. _standalone executable: https://github.com/mikf/gallery-dl/releases/download/v1.7.0/gallery-dl.exe
|
||||
.. _stable: https://github.com/mikf/gallery-dl/archive/v1.7.0.zip
|
||||
.. _standalone executable: https://github.com/mikf/gallery-dl/releases/download/v1.8.0/gallery-dl.exe
|
||||
.. _stable: https://github.com/mikf/gallery-dl/archive/v1.8.0.zip
|
||||
.. _dev: https://github.com/mikf/gallery-dl/archive/master.zip
|
||||
|
||||
.. _Python: https://www.python.org/downloads/
|
||||
|
@ -6,4 +6,4 @@
|
||||
# it under the terms of the GNU General Public License version 2 as
|
||||
# published by the Free Software Foundation.
|
||||
|
||||
__version__ = "1.7.1-dev"
|
||||
__version__ = "1.8.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user