Releases: yykamei/thwack
Releases · yykamei/thwack
Release v0.4.1
Merged pull requests:
- Bump libc from 0.2.98 to 0.2.99 #142 (dependabot[bot])
- [refactor] Add tests for query #139 (yykamei)
Release v0.4.0
Release v0.3.0
Implemented enhancements:
- Show help screen like nano(1) and let users enable/disable it #20
- Allow to move selections with Ctrl-p and Ctrl-n #120 (yykamei)
Fixed bugs:
- Change selection when the resize event happens #128 (yykamei)
- Fix Resize event handling to update paths #123 (yykamei)
Merged pull requests:
Release v0.2.2
Fixed bugs:
Merged pull requests:
- Bump libc from 0.2.97 to 0.2.98 #116 (dependabot[bot])
- Bump unicode-segmentation from 1.7.1 to 1.8.0 #114 (dependabot[bot])
Release v0.2.1
Fixed bugs:
Merged pull requests:
- Run
cargo update
#105 (yykamei) - Bump crossterm from 0.19.0 to 0.20.0 #102 (yykamei)
- Bump libc from 0.2.96 to 0.2.97 #98 (dependabot[bot])
- Bump libc from 0.2.95 to 0.2.96 #93 (dependabot[bot])
Release v0.2.0
Breaking changes:
- Make
MatchedPath
andFinder
private #38
Implemented enhancements:
- Emphasize the matched characters of
MatchedPath
s #32 - Implement Ord for MatchedPath to make its iterator sortable #30
- Replace
Command
withlibc::execvp
#55 (yykamei)
Fixed bugs:
- Handle wrapped paths when a terminal size is narrow #57
- Add
--version
option #44 - Let a user input uppercase characters on Search query #31
- Use grapheme cluster to detect correct indices #66 (yykamei)
- Handle option like value as option #61 (yykamei)
- Fix the calculation of
positions
#41 (yykamei)
Closed issues:
- Update README.md to describe more information #34
Merged pull requests:
Initial release of thwack
This is the first release of thwack. Although there is no documentation, no manual, and no mature functionality, this program can be run 🎉