retroforth/RELEASE-NOTES
crc d32ad2fc5b update release notes
FossilOrigin-Name: 74868325a8e86b18edf01c306893eee47fea80c46088ecc602f85d5b88a1eada
2021-02-03 14:19:49 +00:00

37 lines
702 B
Text

# RetroForth 2021.4 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
- added pythonista ui support (iOS)
- now runs under Python 2
- nga-c
- better fix for nested file inclusion handling
- removed unused variables
## 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