Date: 2020-10-27
Glad to announce the release of the next version of teditor: v1.8.0. It can be found here.
Changes
Changes/features in this release:
- Command for watching shell commands: 
M-x watch. 
- Managing and viewing TODO's: 
M-x todo-open. 
- Major overhaul of documentation system for all the commands supported in the editor. Instead of built-in help, we are now moving towards relying on doxygen generated documentation for a more visual representation of help. This also helped reduce ~4kB and ~1MB from the size of the release and debug exe's respectively.
 
- Setup of CI/CD for the teditor on github to improve testing.
 
- Setup of packaging flow for releases to include prebuilt binaries.