diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-23 14:33:08 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-23 14:33:08 -0500 |
commit | 28403de81a1688e5a88a0052f948da66f606f0cc (patch) | |
tree | 21d84495912ced804989972de2ba74bd86f3d7ad /README.md | |
parent | 88f7f5f8675a15d567837bd076e39e09bfe1aa74 (diff) |
v. 0.5a
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,7 @@ a simple editor that starts up practically instantaneously, and performs well on - Find and replace (with regular expressions!) - Run build command (default keybinding F4), go to errors - Go to definition (ctrl+click) +- Go to line (Ctrl+G) ## Building from source @@ -66,6 +67,7 @@ Then run `make.bat`. <tr><td>0.3a</td> <td>Find+replace bug fixes, view-only mode</td> <td>2021 Feb 14</td></tr> <tr><td>0.4</td> <td>:build</td> <td>2021 Feb 18</td></tr> <tr><td>0.5</td> <td>Go to definition</td> <td>2021 Feb 22</td></tr> +<tr><td>0.5a</td> <td>Several bugfixes, go to line</td> <td>2021 Feb 23</td></tr> </table> ## License |