Skip to content

v1.3.1

Compare
Choose a tag to compare
@phodal phodal released this 06 Jan 16:11
· 39 commits to main since this release
db7529c

1.3.1 (2025-01-06)

Bug Fixes

  • completion: update icon for DATABASE command (1a364d3)

Features

  • database: extract SQL execution logic to SQLExecutor (a889d53)
  • debugger: add metadata and code tracking to snapshots (aa1e139), closes #183
  • debugger: add snapshot view panel and refactor variable tracking #183 (4e4d35e)
  • debugger: add variable snapshot recording for debugging #183 (03a719a)
  • variable: add all() method to retrieve all PsiContextVariables #183 (3df12b6)
  • variable: add DebugValue data class (5c9b0b7)