AED v0.14.0
Highlights
- All text scrolling is done using region scrolling available on VDP 1.04 and above.
- Tabs are now converted to spaces when loading a file, until we can properly support tabs.
What's Changed
- Convert tabs to spaces on load. by @avalonbits in #33
- Fixed the tab spacing introduced by the convert on read. by @avalonbits in #35
- Disable cursor wrap in bottom, filling the the full line. by @avalonbits in #36
- Use region scrolling to scroll up the text. by @avalonbits in #37
- Use region scrolling when adding new lines. by @avalonbits in #38
- All scrolling in AED is now done via region scrolling. by @avalonbits in #39
- Fixed limit check on scrolling down by @avalonbits in #40
Full Changelog: v0.13.0...v0.14.0