# FTA v1.0.0 - Product: FTA (https://whatsnew.fyi/product/fta) - Vendor: sgb-io - Date: 2023-10-22 - Version: v1.0.0 - Original notes: https://github.com/sgb-io/fta/releases/tag/v1.0.0 - Permalink: https://whatsnew.fyi/product/fta/releases/v1.0.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **changed** — Comments are no longer included in scoring by default due to new include_comments option defaulting to false - **added** — Added include_comments option to control whether comments are included in scoring - **added** — Added exclude_under option with default value of 6 to exclude files under n lines of code from output - **changed** — Changed output_limit to only affect table format output and work as expected - **added** — Exposed output_limit, score_cap, include_comments and exclude_under as CLI options - **fixed** — Fixed ENOBUFS crash that could occur when analyzing very large projects ##### Breaking changes - Added the `include_comments` option with a default value of `false`, which means that comments are no longer included in scoring by default - Added the `exclude_under` option with a default value of `6`, which means that files that are under _n_ lines of code are excluded from output. This option also takes into account the `include_comments` option. - Changed `output_limit` to (a) only affect the `table` format output and (b) work as expected. ##### Other changes - Exposed `output_limit`, `score_cap`, `include_comments` and `exclude_under` as CLI options - Fixed an `ENOBUFS` crash that could occur when analyzing very large projects