retroforth/RELEASE-NOTES
crc f170539474 update release notes
FossilOrigin-Name: ccbb96bfa10ca84c0da13f9ed7889247e55eac0ef2b6dd5aa971b97cc2af1a38
2021-02-18 03:41:35 +00:00

38 lines
754 B
Text

# RetroForth 2021.2 Release Notes
## Core Language
## I/O
- simplify definition of `c:get`
## Toolchain
- retro-extend.py now does run length encoding
## VM
- nga-python
- added support for run length encoded images
- added a decimal device (alt. to floating point w/higher precision)
- better fix for nested file inclusion handling
- start adding pythonista ui support (iOS)
- now runs under Python 2
- nga-c
- better fix for nested file inclusion handling
- removed unused variables
- use a struct for processor state, stacks
## Examples
- reduced some line lengths
- refactored retro-locate
- file names now using a consistent case/format
- added a line oriented text editor
## Documentation
- epub now has a cover image