|
| 1 | +2.0.6 |
| 2 | +------ |
| 3 | +- Fix issue where `-a` would not return a proper response due to updated CSS on StackOverflow. |
| 4 | + |
1 | 5 | 2.0.5 |
2 | 6 | ------ |
3 | | -- New logo and colors! |
| 7 | +- New logo and colors! |
4 | 8 |
|
5 | 9 | 2.0.4 |
6 | 10 | ------ |
7 | | -- Cachelib rollback to support Python 2.7 |
8 | | -- Better error message when Google is being blocked (for example in China) |
| 11 | +- Cachelib rollback to support Python 2.7 |
| 12 | +- Better error message when Google is being blocked (for example in China) |
9 | 13 |
|
10 | 14 | 2.0.3 |
11 | 15 | ------ |
12 | | -- Bring back Python 2.7 support (for now) |
| 16 | +- Bring back Python 2.7 support (for now) |
13 | 17 |
|
14 | 18 | 2.0.2 |
15 | 19 | ------ |
16 | | -- Fixed keep support for stashing and viewing answers |
| 20 | +- Fixed keep support for stashing and viewing answers |
17 | 21 |
|
18 | 22 | 2.0.1 |
19 | 23 | ------ |
20 | | -- Added JSON output with the -j flag (great for consuming howdoi results for use in other apps) |
21 | | -- Added stashing ability for saving useful answer for later (based on https://github.com/OrkoHunter/keep) |
22 | | -- Added caching for tests to prevent being rate limited by Google while developing |
23 | | -- Added easier method for calling howdoi when imported (howdoi.howdoi) |
| 24 | +- Added JSON output with the -j flag (great for consuming howdoi results for use in other apps) |
| 25 | +- Added stashing ability for saving useful answer for later (based on https://github.com/OrkoHunter/keep) |
| 26 | +- Added caching for tests to prevent being rate limited by Google while developing |
| 27 | +- Added easier method for calling howdoi when imported (howdoi.howdoi) |
24 | 28 |
|
25 | 29 | 1.2.1 |
26 | 30 | ------ |
27 | | -- Fix dependency issue |
| 31 | +- Fix dependency issue |
28 | 32 |
|
29 | 33 | 1.2.0 |
30 | 34 | ------ |
31 | | -- Massive speed improvements of startup, answer fetching, and caching |
32 | | -- Command line flags for alternate search engines |
33 | | -- Remove duplicate answers |
| 35 | +- Massive speed improvements of startup, answer fetching, and caching |
| 36 | +- Command line flags for alternate search engines |
| 37 | +- Remove duplicate answers |
34 | 38 |
|
35 | 39 | 1.1.14 |
36 | 40 | ------ |
|
101 | 105 |
|
102 | 106 | 1.1 |
103 | 107 | ------ |
104 | | - |
105 | 108 | - Added multiple answers with -n/--num-answers flag |
106 | 109 | - Added colorized output with -c/--color flag |
107 | 110 | - Added answer link to the bottom of questions with -a/--all flag |
108 | 111 | - Unit tests now managed through Travis CI |
109 | 112 |
|
110 | 113 | 1.0 |
111 | 114 | ------ |
112 | | - |
113 | 115 | - Added support for Python3 |
114 | 116 | - Switched to the requests library instead of urllib2 |
115 | 117 | - Project status changed to Production/Stable |
116 | 118 | - Added troubleshooting steps to the README |
117 | 119 |
|
118 | 120 | 0.2 |
119 | 121 | ------ |
120 | | - |
121 | 122 | - Added sane flags |
122 | 123 | - Now using ``/usr/bin/env python`` instead of ``/usr/bin/python`` |
123 | 124 | - Updated README for brew installation instructions |
124 | 125 |
|
125 | 126 | 0.1.2 |
126 | 127 | ------ |
127 | | - |
128 | 128 | - Added Windows executable |
129 | 129 | - Updated README for pip installation instructions |
130 | 130 |
|
131 | 131 | 0.1.1 |
132 | 132 | ------ |
133 | | - |
134 | 133 | - Added to PyPI |
135 | 134 |
|
136 | 135 | 0.1 |
137 | 136 | ------ |
138 | | - |
139 | 137 | - We're doing it live! |
0 commit comments