Skip to content

Releases: thehowl/claws

0.4.1 - Clear your buffer

07 Jul 13:58
Compare
Choose a tag to compare

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!

0.3.2

24 Feb 17:43
Compare
Choose a tag to compare

Changelog

Fixed

  • Fix claws crashing on cmder
  • (0.3.1) Fix CLAWS_CONNECTION always having the same value as CLAWS_SESSION

0.3.0 - Piping

04 Mar 16:21
8a8264f
Compare
Choose a tag to compare

Changelog

Added

  • Message piping allows you to log messages that you receive and you send, or do any kind of preprocessing before being sent or being shown to you. You can check the README for more information.

Changed

  • We changed the JSON parsing library, so now we have more control over JSON formatting and we can keep the order of keys without sorting them alphabetically as we did before. We also collapse single-key arrays and objects so that they are on one line.
  • Double-Esc does not work anymore to exit; it is encouraged to use Ctrl-C instead.

Fixed

  • Claws doesn't complain anymore when it can't find the config file. Mostly a quality-of-life change for new users.

Automated with GoReleaser
Built with go version go1.10 linux/amd64

0.2.1

23 Aug 08:44
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Changelog

Changed

  • We now vendor using the dep tool the Go packages that we use.

Fixed

  • Gocui renamed Execute to Update, so in the code the Execute method has been changed to Update.

Automated with GoReleaser
Built with go version go1.8 linux/amd64

0.2.0

25 Jun 22:02
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Changelog

Added

  • Browse the log output by using your arrow keys, PgUp, PgDown, your mouse wheel and Home/End while in esc mode.
    • If you press one of the keys mentioned above, while in ESC mode the log will not autoscroll. To enable autoscroll again, simply press Ins to go in normal mode.

Changed

  • While in ESC mode, a cursor will be shown to indicate what the current scrolling position is.

Automated with @goreleaser
Built with go version go1.8 linux/amd64

0.1.0

25 Jun 14:18
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Changelog

  • Command line interface for claws.
  • ESC mode, through which you can do special actions by pressing ESC then a key.
  • Ability to exit claws by pressing ESC in ESC mode.
  • JSON formatting in messages received by server, toggleable with j in ESC mode.
  • Timestamps in messages on the log output, toggleable with t in ESC mode.
  • Insert/normal mode by pressing Ins, replace mode by pressing Ins in normal mode already.
  • Ability to enter normal mode by pressing i in ESC mode.
  • Ability to enter replace mode by pressing R in ESC mode.
  • Connect to a WebSocket by passing a ws:// or wss:// URL as the first argument on the command line.
  • Connect to a WebSocket by pressing c in ESC mode and then writing down the ws:// or wss:// URL.
  • Quit a websocket connection by pressing q in ESC mode.
  • Add welcome screen that is shown if no argument is passed on the command line.
  • Ability to show the welcome screen by pressing h in ESC mode.
  • Start creating releases for claws, automatically built using goreleaser, and document changes in CHANGELOG.md.

Automated with @goreleaser
Built with go version go1.8 linux/amd64