]>
Commit | Line | Data |
---|---|---|
24c7594d BB |
1 | ## 0.5.0 |
2 | * Comply with upcoming Atom API 1.0 | |
3 | * Added `:d` | |
4 | * Fixes | |
5 | ||
6 | ## 0.4.1 - C-C-C-Combo Edition | |
7 | * Added ex command parser, including ranges | |
8 | * Added `:wq` | |
9 | * Added `:s` | |
10 | * Alert on unknown or invalid command | |
11 | ||
12 | ## 0.3.0 - Extrovert Edition | |
13 | * Register new commands from the outside world | |
14 | * Added `:tabn`, `:tabp`, `:e`, `:enew`, and a few aliases | |
15 | ||
16 | ## 0.2.0 - NotAOneTrickPony Edition | |
17 | * Added `:quit`, `:tabedit`, `:wa`, `:split`, `:vsplit` | |
18 | * Commands can take arguments | |
19 | ||
20 | ## 0.1.0 - First Release | |
21 | * Every feature added | |
22 | * Every bug fixed |