# 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). ## [0.1.3](https://github.com/knutwalker/fuzzy-select/compare/0.1.2...0.1.3) - 2024-07-08 ### Changes - Fix prompt immediately selecting after opened on Windows ([#7](https://github.com/knutwalker/fuzzy-select/pull/7)) ## [0.1.2](https://github.com/knutwalker/fuzzy-select/compare/0.1.1...0.1.2) - 2024-06-12 ### Changes - Upgrade dependencies ([#6](https://github.com/knutwalker/fuzzy-select/pull/6)) - Make selected text contrast with background ([#5](https://github.com/knutwalker/fuzzy-select/pull/5)) - Fix doctest ## [0.1.1](https://github.com/knutwalker/fuzzy-select/compare/v0.1.0...v0.1.1) - 2024-01-15 ### Other - Remove possible panic - Add --select-1 feature ## [0.1.0](https://github.com/knutwalker/fuzzy-select/releases/tag/v0.1.0) - 2024-01-09 ### Other - Initial Release