|
1 |
| -0.7.6 |
2 |
| ------ |
3 |
| - |
4 |
| -*Release date: 2017-08-TBD* |
| 1 | +## 0.7.6 (August TBD, 2017) |
5 | 2 |
|
6 | 3 | * Bug Fixes
|
7 | 4 | * Case-sensitive command parsing was completely broken and has been fixed
|
|
14 | 11 | * Improved how transcript testing handles prompts with ANSI escape codes by stripping them
|
15 | 12 | * Greatly improved implementation for how command output gets piped to a shell command
|
16 | 13 |
|
17 |
| -0.7.5 |
18 |
| ------ |
19 |
| - |
20 |
| -*Release date: 2017-07-08* |
| 14 | +## 0.7.5 (July 8, 2017) |
21 | 15 |
|
22 | 16 | * Bug Fixes
|
23 | 17 | * `case_insensitive` is no longer a runtime-settable parameter, but it was still listed as such
|
|
32 | 26 | * And it can create complications if you are't careful
|
33 | 27 | * Improved implementation of `load` to use command queue instead of nested inner loop
|
34 | 28 |
|
35 |
| -0.7.4 |
36 |
| ------ |
37 |
| - |
38 |
| -*Release date: 2017-07-03* |
| 29 | +## 0.7.4 (July 3, 2017) |
39 | 30 |
|
40 | 31 | * Bug fixes
|
41 | 32 | * Fixed a couple bugs in interacting with pastebuffer/clipboard on macOS and Linux
|
|
58 | 49 | * Removed pause command
|
59 | 50 | * Added a dependency on the **pyperclip** module
|
60 | 51 |
|
61 |
| -0.7.3 |
62 |
| ------ |
63 |
| - |
64 |
| -*Release date: 2017-06-23* |
| 52 | +## 0.7.3 (June 23, 2017) |
65 | 53 |
|
66 | 54 | * Bug fixes
|
67 | 55 | * Fixed a bug in displaying a span of history items when only an end index is supplied
|
|
79 | 67 | * This change improves argument parsing for all new applications
|
80 | 68 | * Refactored code to encapsulate most of the pyparsing logic into a ParserManager class
|
81 | 69 |
|
82 |
| -0.7.2 |
83 |
| ------ |
84 |
| - |
85 |
| -*Release date: 2017-05-22* |
| 70 | +## 0.7.2 (May 22, 2017) |
86 | 71 |
|
87 | 72 | * Added a MANIFEST.ini file to make sure a few extra files get included in the PyPI source distribution
|
88 | 73 |
|
89 |
| -0.7.1 |
90 |
| ------ |
91 |
| - |
92 |
| -*Release date: 2017-05-22* |
| 74 | +## 0.7.1 (May 22, 2017) |
93 | 75 |
|
94 | 76 | * Bug fixes
|
95 | 77 | * ``-`` wasn't being treated as a legal character
|
|
110 | 92 | * Add shell command completion for ``shell`` command or ``!`` shortcut
|
111 | 93 | * Abbreviated multiline commands are no longer allowed (they never worked correctly anyways)
|
112 | 94 |
|
113 |
| -0.7.0 |
114 |
| ------ |
115 |
| - |
116 |
| -*Release date: 2017-02-23* |
| 95 | +## 0.7.0 (February 23, 2017) |
117 | 96 |
|
118 | 97 | * Refactored to use six module for a unified codebase which supports both Python 2 and Python 3
|
119 | 98 | * Stabilized on all platforms (Windows, Mac, Linux) and all supported Python versions (2.7, 3.3, 3.4, 3.5, 3.6, PyPy)
|
120 | 99 | * Added lots of unit tests and fixed a number of bugs
|
121 | 100 | * Improved documentation and moved it to cmd2.readthedocs.io
|
122 | 101 |
|
123 | 102 |
|
124 |
| -0.6.9 |
125 |
| ------ |
126 |
| - |
127 |
| -*Release date: 2016-10-03* |
| 103 | +## 0.6.9 (October 3, 2016) |
128 | 104 |
|
129 | 105 | * Support Python 3 input()
|
130 | 106 | * Fix subprocess.mswindows bug
|
131 | 107 | * Add Python3.6 support
|
132 | 108 | * Drop distutils from setup.py
|
133 | 109 |
|
134 | 110 |
|
135 |
| -0.6.8 |
136 |
| ------ |
137 |
| - |
138 |
| -*Release date: 2014-12-09* |
| 111 | +## 0.6.8 (December 9, 2014) |
139 | 112 |
|
140 | 113 | * better editor checking (by Ian Cordascu)
|
141 | 114 |
|
142 | 115 |
|
143 |
| -0.6.6.1 |
144 |
| -------- |
145 |
| - |
146 |
| -*Release date: 2013-08-14* |
| 116 | +## 0.6.6.1 (August 14, 2013) |
147 | 117 |
|
148 | 118 | * No changes to code trunk. Generated sdist from Python 2.7 to avoid 2to3 changes being applied to source. (Issue https://bitbucket.org/catherinedevlin/cmd2/issue/6/packaging-bug)
|
149 | 119 |
|
150 | 120 |
|
151 |
| -0.6.6 |
152 |
| ------ |
153 |
| - |
154 |
| -*Release date: 2013-08-06* |
| 121 | +## 0.6.6 (August 6, 2013) |
155 | 122 |
|
156 | 123 | * Added fix by bitbucket.org/desaintmartin to silence the editor check. bitbucket.org/catherinedevlin/cmd2/issue/1/silent-editor-check
|
157 | 124 |
|
158 | 125 |
|
159 |
| -0.6.5.1 |
160 |
| -------- |
161 |
| - |
162 |
| -*Release date: 2013-03-18* |
| 126 | +## 0.6.5.1 (March 18, 2013) |
163 | 127 |
|
164 | 128 | * Bugfix for setup.py version check for Python 2.6, contributed by Tomaz Muraus (https://bitbucket.org/kami)
|
165 | 129 |
|
166 | 130 |
|
167 |
| -0.6.5 |
168 |
| ------ |
169 |
| - |
170 |
| -*Release date: 2013-02-29* |
| 131 | +## 0.6.5 (February 29, 2013) |
171 | 132 |
|
172 | 133 | * Belatedly began a NEWS.txt
|
173 | 134 | * Changed pyparsing requirement for compatibility with Python version (2 vs 3)
|
0 commit comments