-------------
* **[FEATURE]** Add method `get_votes` on `Gallery_image` and `Gallery_album`, to get the upvotes and downvotes.
* **[FEATURE]** Update `search_gallery` to support advanced querying, sort on time/viral, limit on time window and add pagination.
* **[FEATURE]** Add exponential backoff logic with jitter to requests that fail on
issues, which PyImgur believes are transient issues. Backoff starts at 2 seconds.
* **[FEATURE]** It is no longer neccessary to call get_refresh_token() to get
a new access token at the start of a program run. PyImgur will now automatically
get a fresh access token if none was set at initialization and a refresh token
was set. As such the "access_token" parameter on Imgur remains mostly for optimization
reasons as it allows reusing same key in paralization of tasks.
* **[FEATURE]** PyImgur now attempts to gracefully handle exceptions coming from expired / invalid access tokens by attempting to refresh the access token, then retrying the request.
* **[IMGUR]** Fix downloading of images by handling the backwards incompatible changes, Imgur has made on how to fetch images.