You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!