code complexity & repetition analysis tool
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 18 lines 599 B view raw view rendered
1# Changelog 2 3All notable changes to this project will be documented in this file. 4 5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 8## [0.1.0] - 2026-01-13 9 10### Added 11 12- LOC command extension: file ranking and directory aggregation. 13- Syntax highlighting using `syntect`. 14- Configuration saving functionality. 15- Core utilities and commands. 16- Clone detector implementation (Rabin-Karp). 17- Cyclomatic complexity and LOC metrics. 18- mdbook Documentation with example/sample files.