-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: GitHub <[email protected]>
- Loading branch information
1 parent
517b567
commit f226e9c
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Changelog | ||
|
||
## [Unreleased](https://github.com/yykamei/thwack/tree/HEAD) | ||
|
||
[Full Changelog](https://github.com/yykamei/thwack/compare/f9958d1dd1afb82a8fe70ca24e3753bd56d43562...HEAD) | ||
|
||
**Implemented enhancements:** | ||
|
||
- Add a new option --exec \<COMMAND\> [\#14](https://github.com/yykamei/thwack/pull/14) ([yykamei](https://github.com/yykamei)) | ||
- Add Finder to traverse files [\#6](https://github.com/yykamei/thwack/pull/6) ([yykamei](https://github.com/yykamei)) | ||
|
||
**Fixed bugs:** | ||
|
||
- Consume ReadDir iterator strictly [\#16](https://github.com/yykamei/thwack/pull/16) ([yykamei](https://github.com/yykamei)) | ||
- Stop recursion to avoid stack overflow [\#15](https://github.com/yykamei/thwack/pull/15) ([yykamei](https://github.com/yykamei)) | ||
- Keep the path characters as is; do not call to\_lowercase\(\) [\#13](https://github.com/yykamei/thwack/pull/13) ([yykamei](https://github.com/yykamei)) | ||
- Handle invalid unicode in Finder [\#8](https://github.com/yykamei/thwack/pull/8) ([yykamei](https://github.com/yykamei)) | ||
|
||
**Merged pull requests:** | ||
|
||
- Run a command for the selected path [\#17](https://github.com/yykamei/thwack/pull/17) ([yykamei](https://github.com/yykamei)) | ||
- Define our own struct: Args [\#10](https://github.com/yykamei/thwack/pull/10) ([yykamei](https://github.com/yykamei)) | ||
- Add more tests for filtering [\#9](https://github.com/yykamei/thwack/pull/9) ([yykamei](https://github.com/yykamei)) | ||
- Add MatchedPath [\#7](https://github.com/yykamei/thwack/pull/7) ([yykamei](https://github.com/yykamei)) | ||
- Add list\(\) in finder [\#5](https://github.com/yykamei/thwack/pull/5) ([yykamei](https://github.com/yykamei)) | ||
- Add ci.yml [\#1](https://github.com/yykamei/thwack/pull/1) ([yykamei](https://github.com/yykamei)) | ||
|
||
|
||
|
||
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |