\- **Breaking changes**
: -- Removed methods: \[run\]{.title-ref}, \[call\]{.title-ref},
\[lookfor\]{.title-ref} -- Renamed methods: \[\_eval\]{.title-ref} ->
\[eval\]{.title-ref}, \[get\]{.title-ref} -> \[pull\]{.title-ref},
\[put\]{.title-ref} -> \[push\]{.title-ref}, \[close\]{.title-ref} ->
\[exit\]{.title-ref} -- Removed run and call in favor of using eval
dynamic functions. -- Renamed methods to avoid overshadowing Octave
builtins and for clarity. -- When a command results in "ans", the
value of "ans" is returned instead of the printed string.
- Syntax Errors on Windows no longer crash the session.
- Added ability to interrupt commands with CTRL+C.
- Fixed Octavemagic not following current working directory.