Skip to content

Commit

Permalink
version 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lotabout committed Sep 21, 2019
1 parent b696cdd commit b4de437
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## 0.6.9: 2019-09-22

Bug fixes:
- [PR #171](https://github.com/lotabout/skim/pull/171)
search with more than one multi-byte condition would crash skim.
- [#194](https://github.com/lotabout/skim/issues/194)
color not working with ag
- [#196](https://github.com/lotabout/skim/issues/196)
`+` in execute expression was eaten by skim
- bind `Home` key to `begining-of-line` by default.
- [#192](https://github.com/lotabout/skim/issues/192)
Prompt was eaten in shell completion
- [#205](https://github.com/lotabout/skim/issues/205)
tabstop of selection was initialized to `0`, now to `8`.
- [#207](https://github.com/lotabout/skim/issues/207)
color config not working for header

## 0.6.8: 2019-06-23

Feature:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "skim"
version = "0.6.8"
version = "0.6.9"
authors = ["Zhang Jinzhou <[email protected]>"]
description = "Fuzzy Finder in rust!"
documentation = "https://github.com/lotabout/skim"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ First, add skim into your `Cargo.toml`:

```toml
[dependencies]
skim = "0.6.8"
skim = "0.6.9"
```

Then try to run this simple example:
Expand Down
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

set -u

version="0.6.8"
version="0.6.9"

cd "$(dirname "${BASH_SOURCE[0]}")"
skim_base="$(pwd)"
Expand Down

0 comments on commit b4de437

Please sign in to comment.