Skip to content

Releases: yykamei/thwack

Release v0.4.1

11 Aug 12:00
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

Release v0.4.0

08 Aug 08:56
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

  • Add --status-line=<absolute|relative|none> #137 (yykamei)
  • [refafctor] Add Terminal trait for testing #135 (yykamei)
  • [refactor] Add show_version.rs to test --version #133 (yykamei)
  • [refactor] Add show_help.rs for integration tests #131 (yykamei)

Release v0.3.0

12 Jul 13:01
Compare
Choose a tag to compare

Full Changelog

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:

  • Refactor MatchedPath to return chunks of absolute #125 (yykamei)

Release v0.2.2

10 Jul 12:50
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Fix the selection disappearance at KeyCode::Down #118 (yykamei)

Merged pull requests:

Release v0.2.1

29 Jun 01:19
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Pass absolute path to the specified command #110 (yykamei)

Merged pull requests:

Release v0.2.0

09 Jun 21:53
Compare
Choose a tag to compare

Full Changelog

Breaking changes:

  • Make MatchedPath and Finder private #38

Implemented enhancements:

  • Emphasize the matched characters of MatchedPaths #32
  • Implement Ord for MatchedPath to make its iterator sortable #30
  • Replace Command with libc::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:

  • Add a new struct: StartingPoint #68 (yykamei)
  • Revert "Change the type of positions and add positions()" #49 (yykamei)
  • Change the type of positions and add positions() #47 (yykamei)

Initial release of thwack

24 May 20:57
9f2ff8e
Compare
Choose a tag to compare

This is the first release of thwack. Although there is no documentation, no manual, and no mature functionality, this program can be run 🎉