Skip to content

Releases: avalonbits/aed

v0.14.3

21 Apr 16:49
92857c3
Compare
Choose a tag to compare

Fixed bug when correcting line endings on file load.
Code is simpler now and works as expected.

What's Changed

Full Changelog: v0.14.2...v0.14.3

v0.14.2

06 Feb 22:49
6cc7734
Compare
Choose a tag to compare

Highlights

  • CTRL+left and CTRL+right now skips a whole block of stop characters (whitespace + punctuation), making navigation faster.
  • Page up/down will bring the cursor all the way up/down if there is no more text to scroll.

What's Changed

  • Take care of all the compiler warnings. by @avalonbits in #44
  • Skip stretches of stop chars with CTRL+arrow by @avalonbits in #45
  • Page up and page down move the cursor all the way up or down. by @avalonbits in #46

Full Changelog: v0.14.1...v0.14.2

AED v0.14.1

27 Jan 17:22
a3f82fc
Compare
Choose a tag to compare

Fixed a bug when scrolling up the text after delete or backspace.

It was always copy the last line of the text buffer to the bottom of the screen.

What's Changed

Full Changelog: v0.14.0...v0.14.1

AED v0.14.0

25 Jan 22:30
78cf25d
Compare
Choose a tag to compare

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

Full Changelog: v0.13.0...v0.14.0

AED v0.13.0

27 Dec 03:28
e918a88
Compare
Choose a tag to compare

Highlights

  • Goto line CTRL+G now works.

This will be the last release of the year and also the last release that will work with VDP 1.03. The next release will get an overhaul of the scrolling and cursor movement using features available only on VDP 1.04 and above

What's Changed

Full Changelog: v0.12.0...v0.13.0

AED v0.12.0

29 Nov 14:42
b4af243
Compare
Choose a tag to compare

Highlights

  • PAGE UP / PAGE DOWN implemented.
  • Color picker for foreground / background color implemented (CTRL+ALT+C)

What's Changed

  • Used editor instead of individual components as param for cmd_* by @avalonbits in #26
  • Color picker works, but screen is not refreshed yet. by @avalonbits in #27
  • Screen refresh works and color picker updates screen. by @avalonbits in #28
  • Implemented PAGE UP / PAGE DOWN. by @avalonbits in #29
  • Add info for file save, page up/down and color picker. by @avalonbits in #30

Full Changelog: v0.11.0...v0.12.0

v0.11.0

18 Nov 14:37
d304692
Compare
Choose a tag to compare

Highlights

  • Binary size reduced ~25% (5601 bytes) . The main contributor was removing all calls for printf.
  • Fixed Issue #23
  • Save and Save as now work (CTRL+S and CTRL+ALT+S) with file name input.
  • Quit asks to save before exiting AED.

What's Changed

Full Changelog: v0.10.0...v0.11.0

AED v0.10.0

15 Nov 16:29
721a650
Compare
Choose a tag to compare

Highlights:

  • Backscape at the beginning of the line now merges the line with the previous one.
  • Lots of bug fixes related to uint8_t vs int uses when counting characters and lines.
  • ~2% reduction in binary size (433 bytes) from refactorings.

What's Changed

Full Changelog: v0.9.1...v0.10.0

AED v0.9.1

14 Nov 19:25
d7cb1e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

AED v0.9.0

13 Nov 16:22
ab8c74b
Compare
Choose a tag to compare

First release of AED (Another Text Editor).

Program is still beta and incomplete. See README for use instructions and the roadmap towards v1.0