[2.0.0](https://github.com/ragaeeb/tafrigh/compare/v1.2.0...v2.0.0) (2024-10-20)
Features
* **tokens:** Return the full tokens and confidence in the transcript by default [10](https://github.com/ragaeeb/tafrigh/issues/10) ([#11](https://github.com/ragaeeb/tafrigh/issues/11)) ([15cca3c](https://github.com/ragaeeb/tafrigh/commit/15cca3c8f8f3125a06d6bf78a799c4c1b49b0c46))
BREAKING CHANGES
* **tokens:** The transcript now includes confidence, and tokens arrays in the saved file. If your code used the existing output as-is it may now include additional content you may not want and want to filter out. If not, your code should not need any change.
Also upgrades dependencies and moves ffmpeg utility code into its own library.