Skip to content

v 0.8.56

Latest

Choose a tag to compare

@KeithCu KeithCu released this 09 Aug 00:36
· 22 commits to master since this release
  • Enable OCR on a selection containing multiple images
  • Python diagnostic sidebar pane in Calc
  • Simplify calling helper functions
  • Better date/time handling in Calc read / writer tool calls, thanks @bell07
  • Fix various Harper issues found by @hippietrail
  • Improved import / export of XLSX Python scripts
  • Implement an xl() helper function to simplify XLSX -> ODS import / export, rename existing helper functions from xl.* to calc.* namespace.
  • Give better error messages for reason that MCP cannot start, and move to 18765 by default to avoid conflicts, thanks @laxswami
  • Auto-cleanup of cells from a deleted spilled function
  • Fix crash when re-downloading Cython binaries already loaded in process.
  • Bug-fixes for multi-threaded recalc
  • Drop MCP rebind loop, seems likely unnecessary now.
  • Increase default Calc =PROMPT() max token reply size to 4096 from 70
  • Increase formal verification coverage
  • Code cleanups, testing refactors, enable PySpector