This repository has been archived by the owner on May 21, 2019. It is now read-only.
0.3.2
- Improve rendering performance even more.
- Now rendering doesn't slow down linearly to the session size (although still slows down a bit due to a larger area to layout and paint).
- History navigation (Ctrl+P and Ctrl+N) now iterates over distinct records.
- Stop checking for updates when computer is offline or we already know an update is available.
- ANSI codes
Erase Line to Right (DECSEL)
now deletes the appropriate amount of symbols.- Adding a new output line used to incorrectly apply current attributes instead of default ones to the empty cells.
- Better history completion.
- Suggests individual tokens instead of full commands
- Ordered by frequency.