## 0.1.8 * Support syntax highlighting. * Add the commands grep, gsub, and enlarge_window. * Don't translate CR into LF. ## 0.1.7 * Support EditorConfig. * Add CONFIG[:ambiguos_east_asian_width]. * Add C mode. * Add the *Completions* buffer. * Echo multi-character commands in the echo area. ## 0.1.6 * Fix bugs of clipboard commands. ## 0.1.5 * Support clipboard. * Added tests. * Bug fixes. ## 0.1.4 * Add dabbrev_expand (M-/). * Add find_tag (M-.) and pop_tag_mark (M-*). * Add toggle_test_command (C-c t). * Force binmode for Windows. ## 0.1.3 * Fix an infinite loop bug on Windows. ## 0.1.2 * Use curses instead of ncursesw. * Support Windows. * Dump unsaved buffers to ~/.textbringer/buffer_dump when textbringer crashes. * Many bug fixes. ## 0.1.1 * Rename exe/tb to exe/textbringer to avoid conflict with akr/tb. ## 0.1.0 * First version