0904125b14
FossilOrigin-Name: f5acf3b70259c3927dddac966e7ad07340ec0673398afe06facd92804991c1cd
35 lines
638 B
Text
35 lines
638 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)
|
|
|
|
- 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
|
|
|
|
## Documentation
|
|
|
|
- epub now has a cover image
|