# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.2.0] (2022-12-03) ### Added - Add list tldr-pages support `tldrx --list` - Add benchmarking workflow - Add Chinese README.zh.md file - Add Feature Benchmarks Configuration document sections - Add CHANGELOG.md file ### Changed - Align `styled` choice option to lowercase - Make `reqwest` switch to `rustls-tls` - Upgrade crates ### Fixed - Fix dummy output after edit private tldr-pages ## [0.1.0] (2022-09-12) ### Added - First crates.io release with basic tldr client support [Unreleased]: https://github.com/tldrx/tldrx/compare/v0.2.0...HEAD [0.2.0]: https://github.com/tldrx/tldrx/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/tldrx/tldrx/v0.1.0