Add a changelog

This commit is contained in:
Utku Demir 2021-02-28 00:24:33 +13:00
parent 6aefc9c56a
commit 7a51286e51
No known key found for this signature in database
GPG Key ID: F3F8629C3E0BF60B
2 changed files with 29 additions and 1 deletions

28
CHANGELOG.md Normal file
View File

@ -0,0 +1,28 @@
# Changelog
## Unreleased
* feat: Add sort order toggle.
* fix: Search now does not contain false-positives.
## 0.1.4 - 2021-02-23
* feat: Make search case insensitive.
* fix: Can close the help modal now.
## 0.1.3.1 - 2021-01-07
* fix: Correctly pass --derivation flag to Nix >= 2.4
## 0.1.3.0 - 2020-12-22
* feat: Ability to work on .drv files.
## 0.1.2.0 - 2020-09-15
* feat: Add --version flag
* fix: Can search the letter 'q' without closing the search modal.
## 0.1.1.0 - 2020-08-23
* feat: Seach functionality.

View File

@ -12,7 +12,7 @@ maintainer: Utku Demir
copyright: Utku Demir
category: Language.Nix
build-type: Simple
extra-source-files: README.md
extra-source-files: README.md, CHANGELOG.md
common common-options
ghc-options: -threaded