Skip to content

Releases: shelltime/coding-extension-vim

v0.0.4

10 Jan 02:49
9489bb4

Choose a tag to compare

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

03 Jan 03:58
56bd140

Choose a tag to compare

0.0.3 (2026-01-03)

Features

  • heartbeat: skip duplicate activity events (57a969e)

Bug Fixes

  • heartbeat: correct order of debounce and duplicate checks (fb4bc6b)
  • heartbeat: update last_activity before debounce check (4ee3787)

v0.0.2

02 Jan 04:25
7d233a3

Choose a tag to compare

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)

Documentation

  • readme,claude: improve documentation structure and add badges (bfdfe51)
  • readme: update repository name to shelltime/coding-extension-vim (9d1810b)