summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
blob: bdcbd99b51cf4318b578582cda8d075960bb2e5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
.. figure:: http://i.imgur.com/C4mkc3L.gif
   :alt: 

|Build Status| |Codecov|

|PyPI version| |PyPI| |License|

haxor-news
==========

To view the latest ``README``, ``docs``, and ``code`` visit the GitHub
repo:

https://github.com/donnemartin/haxor-news

To submit bugs or feature requests, visit the issue tracker:

https://github.com/donnemartin/haxor-news/issues

Changelog
=========

0.4.1 (2016-05-30)

Bug Fixes
---------

-  `#62 <https://github.com/donnemartin/haxor-news/pull/62>`__ - Fix
   prompt-toolkit v1.0.0 hanging while autocompleting the hn view
   command. This bug only happens on Windows.

0.4.0 (2016-05-30)

Features
--------

-  `#52 <https://github.com/donnemartin/haxor-news/issues/52>`__ - Add
   ``exit`` and ``quit`` commands, which can be used instead of
   ``ctrl-d``.
-  `#53 <https://github.com/donnemartin/haxor-news/issues/53>`__ - Allow
   clicking of urls in some terminals to open in a browser.

Bug Fixes
---------

-  `#36 <https://github.com/donnemartin/haxor-news/issues/36>`__ - Fix
   crash caused by Unicode comments on Windows.
-  `#59 <https://github.com/donnemartin/haxor-news/pull/59>`__ - Update
   to ``prompt-toolkit`` 1.0.0, which includes a number of performance
   improvements (especially noticeable on Windows) and bug fixes.
-  Fix some comments and docstrings.

Updates
-------

-  `#48 <https://github.com/donnemartin/haxor-news/issues/48>`__,
   `#50 <https://github.com/donnemartin/haxor-news/issues/50>`__ -
   Update latest monthly hiring post ids.
-  `#56 <https://github.com/donnemartin/haxor-news/issues/48>`__ -
   Update packaging dependencies based on semantic versioning.
-  Fix ``Config`` docstrings.
-  Update ``README``:

   -  Update intro
   -  Add Hacker News discussion of ``haxor-news``
   -  Update comments discussion and examples
   -  Update TODO
   -  Fix urls based on redirects
   -  Remove buggy Codecov graph
   -  Add note about OS X 10.11 pip installation issue

-  Add Gemnasium dependencies management.
-  Update links in ``CONTRIBUTING``.

0.3.1 (2016-04-10)
------------------

-  Initial release.

.. |Build Status| image:: https://travis-ci.org/donnemartin/haxor-news.svg?branch=master
   :target: https://travis-ci.org/donnemartin/haxor-news
.. |Codecov| image:: https://img.shields.io/codecov/c/github/donnemartin/haxor-news.svg
   :target: https://codecov.io/github/donnemartin/haxor-news/haxor-news
.. |PyPI version| image:: https://badge.fury.io/py/haxor-news.svg
   :target: http://badge.fury.io/py/haxor-news
.. |PyPI| image:: https://img.shields.io/pypi/pyversions/haxor-news.svg
   :target: https://pypi.python.org/pypi/haxor-news/
.. |License| image:: http://img.shields.io/:license-apache-blue.svg
   :target: http://www.apache.org/licenses/LICENSE-2.0.html