Skip to content

Commit 96b51f3

Browse files
committed
Update to version 1.5.1
1 parent e63b9c1 commit 96b51f3

1 file changed

Lines changed: 8 additions & 16 deletions

File tree

README.md

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,21 @@ If you're having trouble with Vdebug in any way, here are the steps you can take
3030

3131
Follow me on Twitter, [@joonty](http://twitter.com/joonty), for Vdebug updates and release news.
3232

33-
* **26/08/2015:** Version 1.5.0 released. This has a whole series of fixes and even a couple of new features. See below for more information.
33+
* **07/09/2015:** Version 1.5.1 released. This adds a `:VdebugEval!` command and fixes issues with buffers not being wiped out. See below for more information.
34+
* **26/08/2015:** Version 1.5.0 released. This has a whole series of fixes and even a couple of new features.
3435
* **15/05/2014:** Version 1.4.2 released. This fixes major problems with the latest version of Vim, which has stricter rules around function naming. See [this pull request for more details][5]
3536
* **12/04/2014:** My son was born! Hence no contact or work on Vdebug for the following month.
3637

37-
## Recent version (version 1.5.0)
38+
## Recent version (version 1.5.1)
3839

3940
### Bug fixes:
40-
* Fix for remote and local file paths with a windows/unix setup (thanks @brothert, #130)
41-
* Sort path maps by remote path length (thanks @ragol and @adambiggs, #153, #201)
42-
* Default "stop" behaviour (default <F6>) actually stops rather than detaches (issue #166)
43-
* Various documentation fixes (issue #172, issue #223, thanks @loonies for #210)
44-
* Add documentation to show that komodo-debug doesn't work with nodejs > 0.10 (#202, #223)
45-
* Don't override previously defined breakpoint highlights (#208)
41+
* Fix buffers not being wiped out after ending a session (thanks @BlackIkeEagle, #226)
4642

4743
### Features:
48-
* Add support for Python 2.4 (thanks @mbarbon, #189)
49-
* Add Vagrantfile and bootstrap for easier local development
50-
* Add new VdebugTrace command for tracking individual variables and expressions (thanks @escher9, #178)
51-
* Show ellipses for truncated arrays in watch window (#177)
52-
* Bind to all available interfaces by default, instead of just localhost (#209, thanks @zolem)
53-
54-
### Misc:
55-
* Changed HISTORY to CHANGELOG
44+
* Add :VdebugEval! command, which remembers the eval expression when stepping
45+
through, as an alternative to :VdebugTrace (thanks @benjifisher, #193)
46+
47+
See the CHANGELOG for the full history of changes.
5648

5749
## How to use
5850

0 commit comments

Comments
 (0)