]> git.r.bdr.sh - rbdr/dotfiles/blame - atom/packages/ex-mode/CHANGELOG.md
Merge master
[rbdr/dotfiles] / atom / packages / ex-mode / CHANGELOG.md
CommitLineData
455f099b
BB
1## 0.6.0
2* No project/multiple projects paths (uses first one)
3* Support for :set
4* Fixes
5
24c7594d
BB
6## 0.5.0
7* Comply with upcoming Atom API 1.0
8* Added `:d`
9* Fixes
10
11## 0.4.1 - C-C-C-Combo Edition
12* Added ex command parser, including ranges
13* Added `:wq`
14* Added `:s`
15* Alert on unknown or invalid command
16
17## 0.3.0 - Extrovert Edition
18* Register new commands from the outside world
19* Added `:tabn`, `:tabp`, `:e`, `:enew`, and a few aliases
20
21## 0.2.0 - NotAOneTrickPony Edition
22* Added `:quit`, `:tabedit`, `:wa`, `:split`, `:vsplit`
23* Commands can take arguments
24
25## 0.1.0 - First Release
26* Every feature added
27* Every bug fixed