Releases: shelltime/coding-extension-vim
Releases · shelltime/coding-extension-vim
v0.0.4
0.0.4 (2026-01-08)
Features
- version: add CLI version check on extension startup (4cd3920)
- version: add CLI version check on extension startup (74db5fb)
Code Refactoring
- version: use vim.json.decode for JSON parsing (ed461c7)
Tests
- version: add comprehensive tests for version checker module (fc67b4a)
v0.0.3
v0.0.2
0.0.2 (2026-01-02)
Features
- ci: add GitHub Actions workflow with code coverage (4fa8be1)
- ci: add GitHub Actions workflow with code coverage (56046a6)
- plugin: implement shelltime.nvim coding activity tracker (859a12c)
- system: use last 2 folder layers for project name (e00de0a)
- system: use last 2 folder layers for project name (c1e1815)
- tests: add comprehensive test suite with plenary.nvim (9bb7ace)
- tests: add comprehensive test suite with plenary.nvim (4a2bce2)
Bug Fixes
- ci: add Codecov token for authentication (fe45f98)
- ci: add project root to package path for test helpers (a456d32)
- ci: properly initialize luacov for coverage collection (83db2fd)
- config: resolve stack overflow from recursive config loading (87fb3cd)
- heartbeat: add language fallback detection from file extension (1d1706c)
- heartbeat: add language fallback detection from file extension (49bc121)
- language: handle hidden files without extension correctly (38c3e34)
- socket: use vim.json API for fast event context compatibility (cd4094b)
- socket: use vim.json API for fast event context compatibility (60488b1)