Release 0.4.4: Graphic objects, tagged objects, Undo and LastArgs #385
c3d
announced in
Announcements
Replies: 1 comment
-
This release seems to have a relatively serious bug, see #386. If you are concerned about stability, I would not recommend using it just yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Notes:
we ran out of program space for an "optimize for speed" build.
The DM32 build is still optimized for speed.
rendering of stack objects is active, but not complete. Everything
is still rendered from text, and there is no caching yet.
In the long run, the DB50X is expected to be more full-featured or slightly
faster everything being equal, due to limitations in DM42 program space that
are fast approaching.
New features:
grob
(Graphic objects #30)GOr
,GXor
,GAnd
(Implement graphic operations (GAnd, GOr, GXor) #383)dtag
and->tag
commands (Tag types #21)LastArg
(Implement theLastArg
command #379, Undo stack #55)Undo
, i.e. last stack (Implement the 'Undo` feature #380, Undo stack #55)LastX
(Implement the LastX command #384, Undo stack #55)Bug fixes:
text
constructortext
objectsEnhancements:
help
method to select help topic (Use the help() function in Help command #378)EXIT
key after another key (In simulator, EXIT does not interrupt programs #356)-Oz
on DM42Signed-off-by: Christophe de Dinechin christophe@dinechin.org
This discussion was created from the release Release 0.4.4: Graphic objects, tagged objects, Undo and LastArgs.
Beta Was this translation helpful? Give feedback.
All reactions