Skip to content

0.4.1 - Clear your buffer

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jul 13:58
· 18 commits to master since this release

Added

  • The Ctrl-L keybinding has been added, which allows you to clear the buffer
    (like the clear command and the same keybinding on UNIX shells)

Changed

  • We are now using go modules internally instead of dep files. This means that
    the install method using go get has changed, and the go install command
    should be used instead.
  • The Go module path has also been set to howl.moe/claws, providing a
    hosting-independent install path for the project.

Fixed

  • There were issues moving the arrow key at the end of the line in the command
    buffer (#18). This has been fixed.
  • The patch version 0.4.1 fixes a few goreleaser configuration issues. Turns out that tools change and update when you publish a new release after 3 years!