Merge branch 'prepare-release'
This commit is contained in:
commit
e4462b6584
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,3 +1,13 @@
|
||||||
|
## 0.9.0
|
||||||
|
|
||||||
|
* Added support for yank commands, ex `:1,10y` (@posgarou)
|
||||||
|
* Added contributor guidelines, including a pull request template
|
||||||
|
* Added ability to control splitting with `splitright`, and `splitbelow` (@dragonxwang)
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
* delete commands now add text to clipboard, ex `:1,4d`
|
||||||
|
|
||||||
## 0.8.0
|
## 0.8.0
|
||||||
* Don't allow :s delimiters not allowed by vim (@jacwah)
|
* Don't allow :s delimiters not allowed by vim (@jacwah)
|
||||||
* Backspace over empty `:` now cancels ex-mode (@shamrin)
|
* Backspace over empty `:` now cancels ex-mode (@shamrin)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "ex-mode",
|
"name": "ex-mode",
|
||||||
"main": "./lib/ex-mode",
|
"main": "./lib/ex-mode",
|
||||||
"version": "0.8.0",
|
"version": "0.9.0",
|
||||||
"description": "Ex for Atom's vim-mode",
|
"description": "Ex for Atom's vim-mode",
|
||||||
"activationCommands": {
|
"activationCommands": {
|
||||||
"atom-workspace": "ex-mode:open"
|
"atom-workspace": "ex-mode:open"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue