Skip to content

Releases: charmbracelet/wish

v1.0.0

22 Dec 13:37
v1.0.0
0185fd6
Compare
Choose a tag to compare

Changelog

💫 Wish v1.0.0 replaces the amazing gliderlabs/ssh with charmbracelet/ssh, which is a fork of the former under our control. This should help us ship new features and improvements faster, and all changes are submitted back to GliderLabs.

This change, however, requires you to change import paths. But don't fire your seds and search/replaces yet, you can do it with gofmt:

go get github.com/charmbracelet/wish@latest
gofmt -l -w -r '"github.com/gliderlabs/ssh" -> "github.com/charmbracelet/ssh"' .
go mod tidy

New Features

Bug fixes

Dependency updates

Documentation updates

Other work


The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

v0.7.0

16 Nov 17:24
v0.7.0
45af061
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes

Dependency updates

Documentation updates


The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

v0.6.0

24 Oct 17:57
v0.6.0
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes

Dependency updates

Documentation updates

Other work


The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

v0.5.0

15 Jun 17:30
v0.5.0
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes


The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Slack.

v0.4.0

11 May 13:41
v0.4.0
23d67b7
Compare
Choose a tag to compare

Changelog

💫 Wish v0.4.0 is a big update that has support for SSH certificates (yay!), rate limiting and better error handling.

New Features

Bug fixes

Others


The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Slack.

v0.3.1

06 Apr 13:33
Compare
Choose a tag to compare

What's Changed

This release features new Wish middleware that gives you a hook to the underlying SSH session tea.Program. It will allow you to p.Send() messages directly to the running Bubble Tea programs, which should simplify some messaging use-cases.

New Contributors

Full Changelog: v0.3.0...v0.3.1


The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or Slack.

v0.3.0

22 Feb 22:57
30c2da8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0


The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or Slack.

v0.2.1

22 Feb 20:20
11ee0cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

28 Jan 18:15
3907d12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.2.0


The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or Slack.

v0.1.2

12 Jan 21:37
Compare
Choose a tag to compare

What's Changed

  • docs: Add tip about UserKnownHostsFile setting in local dev by @meowgorithm in #17
  • test: refactor testing code a bit by @caarlos0 in #20
  • feat: WithIdleTimeout and WithMaxTimeout by @caarlos0 in #19
  • fix: improve accesscontrol and activeterm middlewares by @caarlos0 in #21
  • fix: examples showing how to properly shutdown the server by @caarlos0 in #22
  • fix: sanitize repo file path by @toby in #24

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or Slack.