1.7.0 (2026-05-15)
TS release
This release doesn't bring new feature. I've just converted the project to TypeScript, added some more tooling and checks, and a logo for the project.
Features
- add biome check to pre-commit hook with lefthook, and more checks in PR tests (c47f36a)
- add project logo and embed metadata in exe build (1ba5ab5)
- add TypeScript 6 toolchain with strict tsconfig (b44a58c)
- convert all lib/ modules to TypeScript (4f9f78d)
- convert CLI entry point to TypeScript (ebc73a6)
- convert all test files to TypeScript and tighten tooling (1d0f129)
- test build in PR checks (4a8dcdc)