Bug fix release:
- Fix fonts with spaces in their names would fail to load. issue 206
- Use all of the available colored glyphs on Windows.
- Prevent some cases where wide glyphs would be cut in half.
- Fixed a whole lot of memory leaks.
- The application version in
package.json
is correct this time. issue 207 - Reduce the amount of memory used when updating the terminal. (disable Ace UndoManager)
- Fix problem where horizontal scrolling won't show contents.
- Move focus away from the window maximise button after click.
- Fix the coordinates being out by (1,1) for urxvt mouse reporting.