I’m happy to release Dialog version 0k/04 (library 0.41).
Library
-
Open a closed container before stepping out of it. Thanks @JimB!
-
Don’t describe contents when opening a box from the inside. Thanks @JimB!
-
Fixed a bug where objects immediately inside a closed opaque visibility ceiling weren’t considered visible.
-
Added missing helper predicate:
(Its $)
. Thanks @mount2010!
Compiler
-
Allow
(now)
together with a double-negated flag, such as in(now) ~($Obj is on)
when@($ is on)
is an access predicate for~($ is off)
. Thanks @mount2010! -
Warn if the last filename on the commandline does not refer to a library. Thanks @mount2010, @jcompton, @Karona, @Eleas! A file is considered a library if it defines a rule for
(library version)
.
Debugger
- Improved support for cursor keys in TTY driver.
Manual
- Removed wrongly formatted CSS comments. Thanks @mount2010!