2021-01-24 00:45:31 +01:00
|
|
|
# RetroForth 2021.4 Release Notes
|
2020-12-29 20:04:41 +01:00
|
|
|
|
|
|
|
## Core Language
|
|
|
|
|
|
|
|
## I/O
|
|
|
|
|
2021-01-24 06:16:18 +01:00
|
|
|
- simplify definition of `c:get`
|
|
|
|
|
2020-10-16 15:52:16 +02:00
|
|
|
## Toolchain
|
|
|
|
|
2021-02-02 22:55:10 +01:00
|
|
|
- retro-extend.py now does run length encoding
|
|
|
|
|
2020-12-29 20:04:41 +01:00
|
|
|
## VM
|
|
|
|
|
2021-02-02 22:55:10 +01:00
|
|
|
- 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
|
|
|
|
|
2020-12-29 20:04:41 +01:00
|
|
|
## Examples
|
2021-02-02 22:55:10 +01:00
|
|
|
|
|
|
|
- reduced some line lengths
|
|
|
|
- refactored retro-locate
|
|
|
|
- file names now using a consistent case/format
|
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
|
|
|
- epub now has a cover image
|