diff --git a/CHANGELOG.md b/CHANGELOG.md index ee45d0a66..7a63da5f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,128 @@ +# 12.0.0 + +## Introduction +Tokei is a fast and accurate code analysis CLI tool and library, allowing you to +easily and quickly see how many blank lines, comments, and lines of code are in +your codebase. All releases and work on Tokei and tokei.rs ([the free companion +badge service][rs-info]) are [funded by the community through +GitHub Sponsors][sponsor]. + +You can always download the latest version of tokei through GitHub Releases or +Cargo. Tokei is also available through other [package managers][pkg], though +they may not always contain the latest release. + +``` +cargo install tokei +``` + +[pkg]: https://github.com/XAMPPRocky/tokei#package-managers +[rs-info]: https://github.com/XAMPPRocky/tokei/blob/master/README.md#Badges +[sponsor]: https://github.com/sponsors/XAMPPRocky + +## What's New? +Tokei 12 comes with some of the biggest user facing changes since 1.0, now in +the latest version tokei will now **analyse and count multiple languages +embedded in your source code** as well as adding support for +**Jupyter Notebooks**. Now for the first time is able to handle and display +different languages contained in a single source file. This currently available +for a limited set of languages, with plans to add more support for more in the +future. The currently supported languages are; + +### HTML + Siblings (Vue, Svelte, Etc...) +Tokei will now analyse and report the source code contained in `