Skip to content

Commit 779f0ef

Browse files
committed
Removed change history and left just the current release information in readme
1 parent c3d34b8 commit 779f0ef

1 file changed

Lines changed: 2 additions & 130 deletions

File tree

README.md

Lines changed: 2 additions & 130 deletions
Original file line numberDiff line numberDiff line change
@@ -97,139 +97,11 @@ Your feedback is crucial in prioritizing the items and in determining whether we
9797

9898
![Image of Debugging](https://raw.githubusercontent.com/DonJayamanne/pythonVSCode/master/images/standardDebugging.gif)
9999

100-
## Change Log
100+
## [Change Log](https://github.com/DonJayamanne/pythonVSCode/releases)
101101

102-
### Version 0.3.14
102+
### Current Version 0.3.14
103103
* Modifications to handle errors in linters when the linter isn't installed.
104104

105-
### Version 0.3.13
106-
* Fixed error message being displayed by linters and formatters
107-
108-
### Version 0.3.12
109-
* Changes to how linters and formatters are executed (optimizations and changes to settings to separate out the command line arguments) [#178](https://github.com/DonJayamanne/pythonVSCode/issues/178), [#163](https://github.com/DonJayamanne/pythonVSCode/issues/163)
110-
* Fix to support Unicode characters in debugger [#102](https://github.com/DonJayamanne/pythonVSCode/issues/102)
111-
* Added support for {workspaceRoot} in Path settings defined in settings.js [#148](https://github.com/DonJayamanne/pythonVSCode/issues/148)
112-
* Resolving path of linters and formatters based on python path defined in settings.json [#148](https://github.com/DonJayamanne/pythonVSCode/issues/148)
113-
* Better handling of Paths to python executable and related tools (linters, formatters) in virtual environments [#148](https://github.com/DonJayamanne/pythonVSCode/issues/148)
114-
* Added support for configurationDone event in debug adapter [#168](https://github.com/DonJayamanne/pythonVSCode/issues/168), [#145](https://github.com/DonJayamanne/pythonVSCode/issues/145)
115-
116-
### Version 0.3.11
117-
* Added support for telemetry [#156](https://github.com/DonJayamanne/pythonVSCode/issues/156)
118-
* Optimized code formatting and sorting of imports [#150](https://github.com/DonJayamanne/pythonVSCode/issues/150), [#151](https://github.com/DonJayamanne/pythonVSCode/issues/151), [#157](https://github.com/DonJayamanne/pythonVSCode/issues/157)
119-
* Fixed issues in code formatting [#171](https://github.com/DonJayamanne/pythonVSCode/issues/171)
120-
* Modifications to display errors returned by debugger [#111](https://github.com/DonJayamanne/pythonVSCode/issues/111)
121-
* Fixed the prospector linter [#142](https://github.com/DonJayamanne/pythonVSCode/issues/142)
122-
* Modified to resolve issues where debugger wasn't handling code exceptions correctly [#159](https://github.com/DonJayamanne/pythonVSCode/issues/159)
123-
* Added support for unit tests using pytest [#164](https://github.com/DonJayamanne/pythonVSCode/issues/164)
124-
125-
### Version 0.3.10
126-
* Fixed issue with duplicate output channels being created
127-
* Fixed issues in the LICENSE file
128-
* Fixed issue where current directory was incorrect [#68](https://github.com/DonJayamanne/pythonVSCode/issues/68)
129-
* General cleanup of code
130-
131-
### Version 0.3.9
132-
* Fixed auto indenting issues [#137](https://github.com/DonJayamanne/pythonVSCode/issues/137)
133-
134-
### Version 0.3.8
135-
* Added support for linting using prospector [#130](https://github.com/DonJayamanne/pythonVSCode/pull/130)
136-
* Fixed issue where environment variables weren't being inherited by the debugger [#109](https://github.com/DonJayamanne/pythonVSCode/issues/109) and [#77](https://github.com/DonJayamanne/pythonVSCode/issues/77)
137-
138-
### Version 0.3.7
139-
* Added support for auto indenting of some keywords [#83](https://github.com/DonJayamanne/pythonVSCode/issues/83)
140-
* Added support for launching console apps for Mac [#128](https://github.com/DonJayamanne/pythonVSCode/issues/128)
141-
* Fixed issue where configuration files for pylint, pep8 and flake8 commands weren't being read correctly [#117](https://github.com/DonJayamanne/pythonVSCode/issues/117)
142-
143-
### Version 0.3.6
144-
* Added support for linting using pydocstyle [#56](https://github.com/DonJayamanne/pythonVSCode/issues/56)
145-
* Added support for auto-formatting documents upon saving (turned off by default) [#27](https://github.com/DonJayamanne/pythonVSCode/issues/27)
146-
* Added support to configure the output window for linting, formatting and unit test messages [#112](https://github.com/DonJayamanne/pythonVSCode/issues/112)
147-
148-
### Version 0.3.5
149-
* Fixed printing of unicode characters when evaulating expressions [#73](https://github.com/DonJayamanne/pythonVSCode/issues/73)
150-
151-
### Version 0.3.4
152-
* Updated snippets
153-
* Fixes to remote debugging [#65](https://github.com/DonJayamanne/pythonVSCode/issues/65)
154-
* Fixes related to code navigation [#58](https://github.com/DonJayamanne/pythonVSCode/issues/58) and [#78](https://github.com/DonJayamanne/pythonVSCode/pull/78)
155-
* Changes to allow code navigation for methods
156-
157-
### Version 0.3.2
158-
* Ability to control how debugger breaks into exceptions raised (always break, never break or only break if unhandled)
159-
* Disabled displaying of errors, as there are a few instances when errors are displayed in the IDE when not required
160-
161-
### Version 0.3.1
162-
* Remote debugging (updated documentation and fixed minor issues)
163-
* Fixed issues with formatting of files when path contains spaces
164-
165-
### Version 0.3.0
166-
* Remote debugging (attaching to local and remote processes)
167-
* Debugging with support for shebang
168-
* Support for passing environment variables to debug program
169-
* Improved error handling in the extension
170-
171-
### Version 0.2.9
172-
* Added support for debugging django applications
173-
+ Debugging templates is not supported at this stage
174-
175-
### Version 0.2.8
176-
* Added support for conditional break points
177-
* Added ability to optionally display the shell window (Windows Only, Mac is coming soon)
178-
+ Allowing an interactive shell window, which isn't supported in VSCode.
179-
* Added support for optionally breaking into python code as soon as debugger starts
180-
* Fixed debugging when current thread is busy processing.
181-
* Updated documentation with samples and instructions
182-
183-
### Version 0.2.4
184-
* Fixed issue where debugger would break into all exceptions
185-
* Added support for breaking on all and uncaught exceptions
186-
* Added support for pausing (breaking) into a running program while debugging.
187-
188-
### Version 0.2.3
189-
* Fixed termination of debugger
190-
191-
### Version 0.2.2
192-
* Improved debugger for Mac, with support for Multi threading, Web Applications, expanding properties, etc
193-
* (Debugging now works on both Windows and Mac)
194-
* Debugging no longer uses PDB
195-
196-
### Version 0.2.1
197-
* Improved debugger for Windows, with support for Multi threading, debugging Multi-threaded apps, Web Applications, expanding properties, etc
198-
* Added support for relative paths for extra paths in additional libraries for Auto Complete
199-
* Fixed a bug where paths to custom Python versions weren't respected by the previous (PDB) debugger
200-
* NOTE: PDB Debugger is still supported
201-
202-
### Version 0.1.3
203-
* Fixed linting when using pylint
204-
205-
### Version 0.1.2
206-
* Fixed autoformatting of code (falling over when using yapf8)
207-
208-
### Version 0.1.1
209-
* Added support for linting using flake8
210-
* Added support for unit testing using unittest and nosetest
211-
* Added support for custom module paths for improved intellisense and autocomplete
212-
* Modifications to debugger to display console output (generated using 'print' and the like)
213-
* Modifications to debugger to accept arguments
214-
215-
### Version 0.1.0
216-
* Fixed linting of files on Mac
217-
* Added support for linting using pep8
218-
* Added configuration support for pep8 and pylint
219-
* Added support for configuring paths for pep8, pylint and autopep8
220-
* Added snippets
221-
* Added support for formatting using yapf
222-
* Added a number of configuration settings
223-
224-
### Version 0.0.4
225-
* Added support for linting using Pylint (configuring pylint is coming soon)
226-
* Added support for sorting Imports (Using the command "Pythong: Sort Imports")
227-
* Added support for code formatting using Autopep8 (configuring autopep8 is coming soon)
228-
* Added ability to view global variables, arguments, add and remove break points
229-
230-
### Version 0.0.3
231-
* Added support for debugging using PDB
232-
233105
## Source
234106

235107
[Github](https://github.com/DonJayamanne/pythonVSCode)

0 commit comments

Comments
 (0)