Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
micouy committed May 10, 2021
1 parent 39254f7 commit 63f4a19
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Changelog

The format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## `0.2.0-beta` - 2021-05-10

### Add
- Add changelog.
- Add interactive mode.
- Add navigation with <kbd>Tab</kbd> and <kbd>Shift</kbd> + <kbd>Tab</kbd> or <kbd>Ctrl</kbd> + <kbd>hjkl</kbd> .
- Add demos in [`README.md`](README.md).


### Change
- Change shell scripts so that calling `kn` without args will enter interactive mode instead of changing current dir to `~`.
- Move search to its own module.


## `0.1.0` - 2021-04-12

### Add
- Add normal mode.
- Handle abbreviations.
- Handle prefix (`/`, `~`, `.`, etc.).
- Handle wildcards (`-`).
- Add shell scripts for `bash`, `fish` and `zsh`.
- Add [`LICENSE.txt`](LICENSE.txt).
- Add GitHub workflows.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ include = [
"Cargo.lock",
"README.md",
"LICENSE.txt",
"CHANGELOG.md",
"rustfmt.toml",
]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $ kn

**Select with <kbd>Tab</kbd> and <kbd>Shift</kbd> + <kbd>Tab</kbd>**

You can also use <kbd>Ctrl</kbd> + { <kbd>h</kbd> , <kbd>j</kbd> , <kbd>k</kbd> , <kbd>l</kbd> }.
You can also use <kbd>Ctrl</kbd> + <kbd>hjkl</kbd>.

![demo](assets/select.gif)

Expand Down

0 comments on commit 63f4a19

Please sign in to comment.