Skip to content

Commit 0175d81

Browse files
committed
New release 2.0.6
- Fix for `-a` - Update formatting of CHANGES and README
1 parent 0372788 commit 0175d81

3 files changed

Lines changed: 24 additions & 24 deletions

File tree

CHANGES.txt

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,40 @@
1+
2.0.6
2+
------
3+
- Fix issue where `-a` would not return a proper response due to updated CSS on StackOverflow.
4+
15
2.0.5
26
------
3-
- New logo and colors!
7+
- New logo and colors!
48

59
2.0.4
610
------
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)
913

1014
2.0.3
1115
------
12-
- Bring back Python 2.7 support (for now)
16+
- Bring back Python 2.7 support (for now)
1317

1418
2.0.2
1519
------
16-
- Fixed keep support for stashing and viewing answers
20+
- Fixed keep support for stashing and viewing answers
1721

1822
2.0.1
1923
------
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)
2428

2529
1.2.1
2630
------
27-
- Fix dependency issue
31+
- Fix dependency issue
2832

2933
1.2.0
3034
------
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
3438

3539
1.1.14
3640
------
@@ -101,39 +105,33 @@
101105

102106
1.1
103107
------
104-
105108
- Added multiple answers with -n/--num-answers flag
106109
- Added colorized output with -c/--color flag
107110
- Added answer link to the bottom of questions with -a/--all flag
108111
- Unit tests now managed through Travis CI
109112

110113
1.0
111114
------
112-
113115
- Added support for Python3
114116
- Switched to the requests library instead of urllib2
115117
- Project status changed to Production/Stable
116118
- Added troubleshooting steps to the README
117119

118120
0.2
119121
------
120-
121122
- Added sane flags
122123
- Now using ``/usr/bin/env python`` instead of ``/usr/bin/python``
123124
- Updated README for brew installation instructions
124125

125126
0.1.2
126127
------
127-
128128
- Added Windows executable
129129
- Updated README for pip installation instructions
130130

131131
0.1.1
132132
------
133-
134133
- Added to PyPI
135134

136135
0.1
137136
------
138-
139137
- We're doing it live!

README.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,13 @@ Visual Studio Code Extension Installation
230230

231231
howdoi can now be installed as an extension on Visual Studio Code! There are two ways to install it:
232232

233-
1. On the Visual Studio Code MarketPlace:
234-
- Head over to the `MarketPlace <https://marketplace.visualstudio.com/items?itemName=howdoi-org.howdoi>`_ to install the extension.
233+
1. On the Visual Studio Code MarketPlace:
235234

236-
2. Directly from the packaged extension:
237-
- Head over `here <https://github.com/gleitz/howdoi/tree/master/extension/vscode-pkg/README.md>`_ to locally install the howdoi Visual Studio Code package.
235+
- Head over to the `MarketPlace <https://marketplace.visualstudio.com/items?itemName=howdoi-org.howdoi>`_ to install the extension.
236+
237+
2. Directly from the packaged extension:
238+
239+
- Head over `here <https://github.com/gleitz/howdoi/tree/master/extension/vscode-pkg/README.md>`_ to locally install the howdoi Visual Studio Code package.
238240

239241
Contributing
240242
------------

howdoi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.5'
1+
__version__ = '2.0.6'

0 commit comments

Comments
 (0)