summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJon Cairns <jon@joncairns.com>2015-08-26 16:30:04 +0100
committerJon Cairns <jon@joncairns.com>2015-08-26 16:30:04 +0100
commit47df850678ac3f6b0f8ff03e1f12548914d2d181 (patch)
tree6772c108ee57aad054af7a5821bce88b3ffc5454 /README.md
parent3f8a7dd0e8fd6db8b6678ccfa128126506f54cb6 (diff)
downloadvdebug-47df850678ac3f6b0f8ff03e1f12548914d2d181.zip
Update README for version 1.5.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md38
1 files changed, 18 insertions, 20 deletions
diff --git a/README.md b/README.md
index 5fce636..f30fbab 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,6 @@
[![Build Status](https://travis-ci.org/joonty/vdebug.png?branch=master)](https://travis-ci.org/joonty/vdebug)
-## Important announcement
-
-*I'm looking for someone to help maintain Vdebug!* Read the following and please help if you can:
-http://blog.joncairns.com/2015/01/looking-for-another-vdebug-maintainer/
-
## Introduction
Vdebug is a new, fast, powerful debugger client for Vim. It's multi-language,
@@ -35,26 +30,29 @@ If you're having trouble with Vdebug in any way, here are the steps you can take
Follow me on Twitter, [@joonty](http://twitter.com/joonty), for Vdebug updates and release news.
-* **15/05/2014:** Version 1.4.2 was 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]
+* **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.
+* **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]
* **12/04/2014:** My son was born! Hence no contact or work on Vdebug for the following month.
-
-## Recent version (version 1.4.2)
+## Recent version (version 1.5.0)
### 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)
+ * Fix for remote and local file paths with a windows/unix setup (thanks @brothert, #130)
+ * Sort path maps by remote path length (thanks @ragol and @adambiggs, #153, #201)
+ * Default "stop" behaviour (default <F6>) actually stops rather than detaches (issue #166)
+ * Various documentation fixes (issue #172, issue #223, thanks @loonies for #210)
+ * Add documentation to show that komodo-debug doesn't work with nodejs > 0.10 (#202, #223)
+ * Don't override previously defined breakpoint highlights (#208)
### 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)
+ * Add support for Python 2.4 (thanks @mbarbon, #189)
+ * Add Vagrantfile and bootstrap for easier local development
+ * Add new VdebugTrace command for tracking individual variables and expressions (thanks @escher9, #178)
+ * Show ellipses for truncated arrays in watch window (#177)
+ * Bind to all available interfaces by default, instead of just localhost (#209, thanks @zolem)
+
+### Misc:
+ * Changed HISTORY to CHANGELOG
## How to use
@@ -135,7 +133,7 @@ Once in debugging mode, the following default mappings are available:
* `<F2>`: step over
* `<F3>`: step into
* `<F4>`: step out
- * `<F6>`: stop debugging
+ * `<F6>`: stop debugging (kills script)
* `<F7>`: detach script from debugger
* `<F9>`: run to cursor
* `<F10>`: toggle line breakpoint