v0.11.0
Highlights
- Binary size reduced
~25% (5601 bytes)
. The main contributor was removing all calls forprintf
. - Fixed Issue #23
- Save and Save as now work (
CTRL+S
andCTRL+ALT+S
) with file name input. - Quit asks to save before exiting AED.
What's Changed
- Removed all uses of printf. by @avalonbits in #16
- Show the file name on the footer. by @avalonbits in #17
- More refactoring. by @avalonbits in #18
- Mark the buffer as dirty when it changes. by @avalonbits in #19
- CTRL+S for saving works. by @avalonbits in #20
- Removed peek_at and brought peek back. by @avalonbits in #21
- Removed debug prints by @avalonbits in #22
- Fix cursor being left behind on backspace. by @avalonbits in #24
- Saving is now supported. by @avalonbits in #25
Full Changelog: v0.10.0...v0.11.0