Skip to content

v0.4.1

Choose a tag to compare

@neochoon neochoon released this 11 Jan 10:11
· 574 commits to main since this release

What's New

ProjectPanel - New Built-in Panel

  • Display project name, language, and license in header
  • Auto-detect language from indicator files (tsconfig.json, package.json, pyproject.toml, etc.)
  • Show tech stack (max 5 well-known frameworks/tools)
  • Display file counts (code/test) and total line count
  • Show dependency counts (prod/dev for npm, total for Python)
  • Support both JS/TS and Python projects
  • Default interval: 5 minutes

Bug Fixes

  • Fix perf_hooks memory leak in watch mode by periodically clearing performance entries

Full Changelog

v0.4.0...v0.4.1