Releases: candango/chase.nvim
Releases · candango/chase.nvim
Chase Nvim 0.0.1
What's new in Candango Chase Nvim 0.0.1
Mar 13, 2026
We are pleased to announce the first official release of Candango Chase Nvim (0.0.1).
Chase is a multi-language execution and test runner for Neovim, designed to streamline your development cycle with dynamic project detection and structured output.
Here are the highlights:
Refactor
- Externalize Tree-sitter queries to dedicated .scm files #33
- Centralize runner registration with ChaseRunner interface #30
- Migrate automatic venv management from pip/virtualenv to uv #23
- Move python setup to the global chase setup #5
Features
- Lua Support: Add Plenary-based test runner for specs #31 and basic execution #21
- Go Support: Create go code execution and test runner #16
- Python Support:
- Multi-language Expansion:
- Buffer Management:
Bug Fixes
- Fix Chase buffer display issues with netrw #24
- Resolve errors when closing Chase windows with native Nvim commands #22
- Fix broken runners for Neovim 11.x versions #20
- Prevent overwriting macro remaps when closing Chase buffers #13
- Improve cross-platform support (Windows compatibility) #8
- Block(asynchronously) python virtualenv actions until global virtualenv is done #2
Build
- Project strucutre #1