diff --git a/CHANGELOG.md b/CHANGELOG.md index 89481b61d7..0765ef0d17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Changelog -## Unreleased +## 1.3.5 - 2018-05-04 - Added support for: - `smugmug` - https://www.smugmug.com/ - Added title information for `mangadex` chapters -- Improved the `pinterest` API implementation (#83) +- Improved the `pinterest` API implementation ([#83](https://github.com/mikf/gallery-dl/issues/83)) +- Improved error handling for `deviantart` and `tumblr` - Removed `gomanga` and `puremashiro` ## 1.3.4 - 2018-04-20 diff --git a/README.rst b/README.rst index af008c44c0..cbdfdfc614 100644 --- a/README.rst +++ b/README.rst @@ -215,12 +215,12 @@ 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 .. _Complete List: https://github.com/mikf/gallery-dl/blob/master/docs/supportedsites.rst -.. _standalone executable: https://github.com/mikf/gallery-dl/releases/download/v1.3.4/gallery-dl.exe +.. _standalone executable: https://github.com/mikf/gallery-dl/releases/download/v1.3.5/gallery-dl.exe .. _Python: https://www.python.org/downloads/ .. _Requests: https://pypi.python.org/pypi/requests/ .. _PyPI: https://pypi.python.org/pypi .. _pip: https://pip.pypa.io/en/stable/ -.. _stable: https://github.com/mikf/gallery-dl/archive/v1.3.4.zip +.. _stable: https://github.com/mikf/gallery-dl/archive/v1.3.5.zip .. _dev: https://github.com/mikf/gallery-dl/archive/master.zip .. _OAuth: https://en.wikipedia.org/wiki/OAuth diff --git a/docs/supportedsites.rst b/docs/supportedsites.rst index ba5f8256dd..3a7a8fcfd2 100644 --- a/docs/supportedsites.rst +++ b/docs/supportedsites.rst @@ -68,7 +68,7 @@ Sea Otter Scans https://reader.seaotterscans.com/ Chapters, Manga Sen Manga http://raw.senmanga.com/ Chapters Sense-Scans http://sensescans.com/ Chapters, Manga SlideShare https://www.slideshare.net/ Presentations -SmugMug https://www.smugmug.com/ Albums, individual Images, Nodes +SmugMug https://www.smugmug.com/ |Albums, individ-5| Subapics https://subapics.com/ Chapters, Manga The /b/ Archive https://thebarchive.com/ Threads Tumblr https://www.tumblr.com/ Images from Users, Likes, Posts, Tag-Searches Optional (OAuth) @@ -92,3 +92,4 @@ Turboimagehost https://turboimagehost.com/ individual Images .. |Images from Use-2| replace:: Images from Users, Albums, Favorites, Galleries, Groups, individual Images, Search Results .. |Images from Use-3| replace:: Images from Users, Doujin, Favorites, individual Images .. |Images from Use-4| replace:: Images from Users, Bookmarks, Favorites, pixiv.me Links, Rankings, Individual Images +.. |Albums, individ-5| replace:: Albums, individual Images, Images from Users and Folders diff --git a/gallery_dl/version.py b/gallery_dl/version.py index 191fe1106a..fb73168e50 100644 --- a/gallery_dl/version.py +++ b/gallery_dl/version.py @@ -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.3.5-dev" +__version__ = "1.3.5" diff --git a/scripts/build_supportedsites.py b/scripts/build_supportedsites.py index 594f58d25d..db12075d41 100755 --- a/scripts/build_supportedsites.py +++ b/scripts/build_supportedsites.py @@ -66,6 +66,7 @@ "issue" : "Comic-Issues", "manga" : "Manga", "me" : "pixiv.me Links", + "path" : "Images from Users and Folders", "pinit" : "pin.it Links", "popular": "Popular Images", "search" : "Search Results",