Release 0.7.11 "Rest" - Refine interactive stack, graphics in help #1035
c3d
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release is a refinement minor release. The primary focus is the interactive stack, which now lets you edit items, sort either according to memory representation or by value, display information about objects, and jump directly to a given stack level using digits.
The simple random number generator implemented in 0.7.10 was replaced with an additive congruential random number generator (ACORN), which can be configured in number of bits and number of iterations. A side effect is that there is now regression testing for single-variable statistics.
The history feature was also improved by automatically enabling the
EditMenu
when selecting history, and then having the (unshifted) word left and word right commands automatically cycle through history if used at beginning or end of the editing buffer.Features
Edit
feature to interactive stackEditMenu
UNDO
while in interactive stack modeBug fixes
-
signediting
field from interactive stackmove_globals
Enhancements
Signed-off-by: Christophe de Dinechin [email protected]
Full Changelog: v0.7.10...v0.7.11
This discussion was created from the release Release 0.7.11 "Rest" - Refine interactive stack, graphics in help.
Beta Was this translation helpful? Give feedback.
All reactions