teditor  1.8.0@@fee5e94
Terminal based editor written in C++
v1.0.0

Date: 2019-01-26

Today, I'm glad to announce the release of its next version: v1.0.0. It can be found here.

Changes

Changes/features in this release:

  1. Completely revamped command interface, so that users don't have explicitly encode undo/redo commands. This makes writing of commands/extensions much easier.
  2. Every new command can be made to self-document and now there's a help command to query just that!
  3. Fixes to many bugs in editing commands, especially with active regions.