Skip to content

v5.1.0

Compare
Choose a tag to compare
@bornova bornova released this 14 May 04:47
· 41 commits to master since this release
2619b99
  • 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 with ans keyword)
  • Updated dependencies