Skip to content

Commit

Permalink
Update version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
joonty committed May 15, 2014
1 parent a886dc3 commit 7f3c04e
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,22 @@ Follow me on Twitter, [@joonty](http://twitter.com/joonty), for Vdebug updates a

**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**.

# Recent version (version 1.4.1)

* Fix folds being forgotten after debugging (issue #56)
* Don't overwrite features array if it exists (issue #59)
* Mapping of single modes (thanks @xbot, #66)
* Stop empty buffers from being created (issue #70)
* Fix ElementTree deprecation warning (thanks @InFog, #89)
* And more... check out the HISTORY file
# Recent version (version 1.4.2)

### Bug fixes:
* Allow overriding of options dictionary after sourcing vdebug (issues #112, #113)
* Show local file path in stack window if using path mapping (issue #118)
* Change function names for stricter rules introduced in Vim v.7.4.260 (thanks @BlackEagle, #158 and #155)

### Documentation:
* Various fixes
* Mention vim-nox package for Debian (thanks @henningda, #138)
* Add Python installation for Windows information (issue #135)

### Features:
* Add completion to :Breakpoint command (thanks @tommcdo, #124)
* Add VdebugStart command (thanks @blueyed, #132)
* Sleep for 100ms in wait loop, don't consume as much CPU (thanks @blueyed, #133)

# How to use

Expand Down

0 comments on commit 7f3c04e

Please sign in to comment.