Skip to content

Commit

Permalink
Release v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jun 28, 2019
1 parent 4eb34d6 commit d5e2345
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,19 @@ project adheres to `Semantic Versioning <http://semver.org/spec/v2.0.0.html>`_.
Unreleased_
-----------

v2.4.0_ - 2019-02-22
--------------------

Fixed
'''''
- Attempt fix for `rhx_gis` issue (#247) (pr #248)
- Fix crashes when downloading hashtag medias

Changed
'''''''
- Removed ``fake-useragent`` dependency.
- Use a custom HTTP server to detect the user agent of the default web browser.


v2.3.4_ - 2019-02-22
--------------------

Expand Down Expand Up @@ -165,7 +172,8 @@ Removed
- ``hues`` dependency, replaced by ``coloredlogs``
- ``BeautifulSoup4`` dependency

.. _Unreleased: https://github.com/althonos/InstaLooter/compare/v2.3.4...HEAD
.. _Unreleased: https://github.com/althonos/InstaLooter/compare/v2.4.0...HEAD
.. _v2.4.0: https://github.com/althonos/InstaLooter/compare/v2.3.4...v2.4.0
.. _v2.3.4: https://github.com/althonos/InstaLooter/compare/v2.3.3...v2.3.4
.. _v2.3.3: https://github.com/althonos/InstaLooter/compare/v2.3.2...v2.3.3
.. _v2.3.2: https://github.com/althonos/InstaLooter/compare/v2.3.1...v2.3.2
Expand Down
2 changes: 1 addition & 1 deletion instalooter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

__author__ = "Martin Larralde"
__author_email__ = "[email protected]"
__version__ = "2.3.4"
__version__ = "2.4.0"
__license___ = "GPLv3+"

0 comments on commit d5e2345

Please sign in to comment.