Skip to content

Releases: charmbracelet/soft-serve

v0.4.2

17 Nov 19:04
8979f6b
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes

Dependency 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.4.1

04 Nov 16:57
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes

Dependency updates

  • ca2eb62: feat(deps): bump github.com/aymanbagabas/go-osc52 from 1.0.3 to 1.2.1 (@dependabot[bot])
  • aaa9893: feat(deps): bump github.com/caarlos0/env/v6 from 6.10.0 to 6.10.1 (@dependabot[bot])
  • c6a3c34: feat(deps): bump github.com/caarlos0/env/v6 from 6.9.1 to 6.9.3 (@dependabot[bot])
  • 880a761: feat(deps): bump github.com/caarlos0/env/v6 from 6.9.3 to 6.10.0 (@dependabot[bot])
  • 96588f9: feat(deps): bump github.com/charmbracelet/bubbles from 0.11.0 to 0.13.0 (@dependabot[bot])
  • 12c2483: feat(deps): bump github.com/charmbracelet/bubbles from 0.13.0 to 0.14.0 (@dependabot[bot])
  • 8e69149: feat(deps): bump github.com/charmbracelet/bubbletea (@dependabot[bot])
  • 8ae5f5a: feat(deps): bump github.com/charmbracelet/lipgloss from 0.5.0 to 0.6.0 (@dependabot[bot])
  • c9b88f4: feat(deps): bump github.com/charmbracelet/wish from 0.5.0 to 0.6.0 (@dependabot[bot])
  • 79ce212: feat(deps): bump github.com/gliderlabs/ssh from 0.3.4 to 0.3.5 (@dependabot[bot])
  • 7abfe3d: feat(deps): bump github.com/gogs/git-module from 1.6.1 to 1.7.0 (@dependabot[bot])
  • 494ecb1: feat(deps): bump github.com/gogs/git-module from 1.7.0 to 1.7.1 (@dependabot[bot])
  • 51ea0f8: feat(deps): bump github.com/muesli/termenv from 0.12.0 to 0.13.0 (@dependabot[bot])
  • be4c80a: feat(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (@dependabot[bot])
  • c0fcab4: feat(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (@dependabot[bot])

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.4.0

08 Aug 18:16
6a12c0e
Compare
Choose a tag to compare

New Release, New Look

🍦 This fresh release of Soft Serve contains:

  • A completely new look and UI overhaul
  • Mouse support
  • Copying text over SSH

Give it a go with:

ssh git.charm.sh

landing

Full Changelog: v0.3.0...v0.4.0


The Charm logo

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

v0.3.3

03 Aug 19:50
8316558
Compare
Choose a tag to compare
  • Use spf13/cobra
  • Fix showing Home readme for anon users

Changelog

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.2

15 Jun 18:26
ce28819
Compare
Choose a tag to compare

This release fixes bugs related to running Soft Serve on Windows and respecting private repos on the TUI.

Changelog

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

01 Jun 16:11
875ff2b
Compare
Choose a tag to compare

Changelog

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.3.0

11 Apr 16:24
Compare
Choose a tag to compare

This release features major performance improvements, especially for large repos or repos with a lot of commits. We've also updated the CLI command structure with a bunch of new commands for performing git actions over SSH:

$ ssh -p 23231 localhost help
Soft Serve is a self-hostable Git server for the command line.

Usage:
  ssh -p 23231 localhost [command]

Available Commands:
  cat         Outputs the contents of the file at path.
  git         Perform Git operations on a repository.
  help        Help about any command
  ls          List file or directory at path.
  reload      Reloads the configuration

Flags:
  -h, --help   help for ssh

Use "ssh -p 23231 localhost [command] --help" for more information about a command.

Changelog

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.2.3

23 Feb 15:50
Compare
Choose a tag to compare

Changelog

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.2.2

19 Feb 00:07
Compare
Choose a tag to compare

Changelog

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.2.1

16 Feb 17:45
Compare
Choose a tag to compare

Changelog

This release features the ability to see project source code, the commit log and branches all within the TUI. It also allows you to output project files directly via ssh, with or without syntax highlighting and line numbers.

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.