Skip to content

Commit

Permalink
Merge pull request #270 from lotabout/version-0.8.0
Browse files Browse the repository at this point in the history
version 0.8.0
  • Loading branch information
lotabout authored Feb 23, 2020
2 parents 4f391e1 + 6a8b0e7 commit 9c067e1
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Change Log

## 0.8.0: 2020-02-23

**Breaking Changes in API**

- `Skim::run_with` now accept a stream of `SkimItem` instead of a `BufRead`.

Feature:
- [#233](https://github.com/lotabout/skim/issues/233) support mouse
scroll/click event
- [#254](https://github.com/lotabout/skim/issues/254) support `{+}` in preview
and execute command
- [#226](https://github.com/lotabout/skim/issues/226) support exact match
combination(e.g. `^abc$`)
- [#216](https://github.com/lotabout/skim/issues/216) support item specific
preview hook method
- [#219](https://github.com/lotabout/skim/issues/219) support case insensitive
match

Bug fixes:
- [#252](https://github.com/lotabout/skim/issues/252) Deal with `\b` correctly
- [#210](https://github.com/lotabout/skim/issues/210) exclude current item in
multi-selection
- [#225](https://github.com/lotabout/skim/issues/225) disable score in filter
output

## 0.7.0: 2020-01-15

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.7.0"
version = "0.8.0"
authors = ["Zhang Jinzhou <[email protected]>"]
description = "Fuzzy Finder in rust!"
documentation = "https://github.com/lotabout/skim"
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.7.0"
version="0.8.0"

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

0 comments on commit 9c067e1

Please sign in to comment.