1.7.2 - 2023-05-24
- switch from pcre to pcre2 (
8d8673c
) - rewrite syntax highlighting code (
7231152
) - upgrade to uthash 2.3.0 (
fe53013
) - avoid
chdir
incmd_browse
(3253070
)
- add block (overtype) mode (
bffa40f
) - add mouse support (
37919fe
,7791647
) - add lettered-mark support (
358eec1
) - add bview navigation commands (
619ff20
,cd34aed
) - add commands for reverse searching (
ee39003
,9682069
,2cfbcce
) - add runtime debug features (
b3c7f5c
,609231f
)
- lint man page (
8c1543e
) (Raf Czlonka)
1.5.0 - 2022-05-27
- switch from termbox to termbox2 (
f1c2293
) - upgrade to lua 5.4 (
fed1717
) - improve editor perf in large files (
dd28398
)
- add support for ctrl, alt, shift modifiers (
5f876bb
) - add coarse undo (
7e05653
) - add ability to sigstop and resume editor (
a19ea77
) - add
snapcraft.yaml
(ef2a38a
) - add
cmd_align_cursors
(891d2ed
) - add
cmd_blist
for navigating buffers (9853838
) - add
cmd_insert_newline_below
(b016957
) - add
cmd_repeat
(eb37d13
) - add
cmd_swap_anchor
(171f52b
) - add cursor_select_by "all" (
2d11ddb
)
- fix kmap fallthru bug (
66cd599
) - fix viewport use-after-free bugs (
8fb367d
,2273cde
) - fix handling of tabs and wide chars in soft wrap mode (
6b3a954
) - fix mystery infinite loop (
3a154dd
) - fix leak in syntax highlighting code (
1c49728
) (Francois Berder) - permit zero-width chars (
75136ae
) - fix macos compat bugs (Kevin Sjöberg)
1.4.3 - 2020-02-13
- fallback to malloc if mmap fails (
dd966bb
)
1.4.2 - 2019-09-25
- fix keybind bug (
31e89a6
)
1.4.1 - 2019-09-20
- fix keybind bug (
af0444b
)
1.4.0 - 2019-09-14
- change to k&r pointer code style (
02a5565
) - switch to semver
- add
cmd_anchor_by
(5b42593
)
1.3 - 2018-12-21
- reorganize source tree (
6dba4fa
)
1.2 - 2018-08-11
- add lua scripting support (
76f1c7a
) - add functional test suite (
af56bea
) - add
cmd_jump
for two-letter cursor jumping (abd239c
) - add
cmd_perl
for executing perl (abd239c
) - add auto indent (
9b84541
) - add ctag support (
f708148
) - add copy paste between buffers (
5789313
)
- fix getopt bug in bsd (
4a49979
) (Leonardo Cecchi)