- New logging module to write info/errors/warnings to a log file for enhanced debugging. Logs are written to following locations:
- on Linux: ~/.config/Numara/logs/main.log
- on macOS: ~/Library/Logs/Numara/main.log
- on Windows: %USERPROFILE%\AppData\Roaming\Numara\logs\main.log
- Implement
_
(underscore) as shortcut for getting previous answer as suggested in #62. (Still also available withans
keyword) - Updated dependencies