Skip to content

Commit 7f3c04e

Browse files
committed
Update version in README
1 parent a886dc3 commit 7f3c04e

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,22 @@ Follow me on Twitter, [@joonty](http://twitter.com/joonty), for Vdebug updates a
3232

3333
**11/06/2013:** Vdebug now has an irc channel on freenode! If you're running into problems installing, configuring or running vdebug, or you just want to ask a general question, join us on **#vdebug**.
3434

35-
# Recent version (version 1.4.1)
36-
37-
* Fix folds being forgotten after debugging (issue #56)
38-
* Don't overwrite features array if it exists (issue #59)
39-
* Mapping of single modes (thanks @xbot, #66)
40-
* Stop empty buffers from being created (issue #70)
41-
* Fix ElementTree deprecation warning (thanks @InFog, #89)
42-
* And more... check out the HISTORY file
35+
# Recent version (version 1.4.2)
36+
37+
### Bug fixes:
38+
* Allow overriding of options dictionary after sourcing vdebug (issues #112, #113)
39+
* Show local file path in stack window if using path mapping (issue #118)
40+
* Change function names for stricter rules introduced in Vim v.7.4.260 (thanks @BlackEagle, #158 and #155)
41+
42+
### Documentation:
43+
* Various fixes
44+
* Mention vim-nox package for Debian (thanks @henningda, #138)
45+
* Add Python installation for Windows information (issue #135)
46+
47+
### Features:
48+
* Add completion to :Breakpoint command (thanks @tommcdo, #124)
49+
* Add VdebugStart command (thanks @blueyed, #132)
50+
* Sleep for 100ms in wait loop, don't consume as much CPU (thanks @blueyed, #133)
4351

4452
# How to use
4553

0 commit comments

Comments
 (0)