Skip to content

Releases: grpmsoft/gosh

v0.1.0-beta.7

14 Oct 14:42

Choose a tag to compare

v0.1.0-beta.7 Pre-release
Pre-release

GoSh 0.1.0-beta.7

Release Date: 2025-10-14T14:41:20Z
Git Commit: 4a23380

Installation

Linux/macOS

# Download for your platform
wget https://github.com/grpmsoft/gosh/releases/download/v0.1.0-beta.7/gosh_0.1.0-beta.7_linux_x86_64.tar.gz

# Extract
tar -xzf gosh_0.1.0-beta.7_linux_x86_64.tar.gz

# Install
sudo install -m 0755 gosh /usr/local/bin/gosh

# Verify
gosh --version

Windows

# Download gosh_0.1.0-beta.7_windows_x86_64.zip
# Extract to a directory in your PATH
# Run: gosh.exe

What's Changed

Changelog

Features

  • d3bccfc: feat: implement git-flow with release branches for safer releases (@kolkov)

Bug Fixes

  • fdf4137: fix: normalize paths in pwd test for cross-platform compatibility (@kolkov)

Documentation

Other Changes

Full Changelog: v0.1.0-beta.6...v0.1.0-beta.7


πŸ€– Generated with GoReleaser

v0.1.0-beta.6

14 Oct 14:04

Choose a tag to compare

v0.1.0-beta.6 Pre-release
Pre-release

GoSh 0.1.0-beta.6

Release Date: 2025-10-14T14:03:25Z
Git Commit: 13c4bd9

Installation

Linux/macOS

# Download for your platform
wget https://github.com/grpmsoft/gosh/releases/download/v0.1.0-beta.6/gosh_0.1.0-beta.6_linux_x86_64.tar.gz

# Extract
tar -xzf gosh_0.1.0-beta.6_linux_x86_64.tar.gz

# Install
sudo install -m 0755 gosh /usr/local/bin/gosh

# Verify
gosh --version

Windows

# Download gosh_0.1.0-beta.6_windows_x86_64.zip
# Extract to a directory in your PATH
# Run: gosh.exe

What's Changed

Changelog

Bug Fixes

  • 85fd059: fix: Classic mode rendering and spinner issues (@kolkov)
  • f44ea42: fix: update golangci-lint exclusions for refactored REPL modules (@kolkov)

Documentation

  • 2e0cf78: docs: restructure documentation following 2025 best practices (@kolkov)
  • 17dc75b: docs: update documentation for v0.1.0-beta.5 (@kolkov)
  • 13c4bd9: docs: update documentation for v0.1.0-beta.6 (@kolkov)

Full Changelog: v0.1.0-beta.4...v0.1.0-beta.6


πŸ€– Generated with GoReleaser

v0.1.0-beta.5

14 Oct 14:04

Choose a tag to compare

v0.1.0-beta.5 Pre-release
Pre-release

GoSh 0.1.0-beta.5

Release Date: 2025-10-14T13:38:44Z
Git Commit: 17dc75b

Installation

Linux/macOS

# Download for your platform
wget https://github.com/grpmsoft/gosh/releases/download/v0.1.0-beta.5/gosh_0.1.0-beta.5_linux_x86_64.tar.gz

# Extract
tar -xzf gosh_0.1.0-beta.5_linux_x86_64.tar.gz

# Install
sudo install -m 0755 gosh /usr/local/bin/gosh

# Verify
gosh --version

Windows

# Download gosh_0.1.0-beta.5_windows_x86_64.zip
# Extract to a directory in your PATH
# Run: gosh.exe

What's Changed

Changelog

Bug Fixes

Documentation

  • 2e0cf78: docs: restructure documentation following 2025 best practices (@kolkov)
  • 17dc75b: docs: update documentation for v0.1.0-beta.5 (@kolkov)

Full Changelog: v0.1.0-beta.4...v0.1.0-beta.5


πŸ€– Generated with GoReleaser

v0.1.0-beta.4

14 Oct 00:23

Choose a tag to compare

v0.1.0-beta.4 Pre-release
Pre-release

GoSh 0.1.0-beta.4

Release Date: 2025-10-14T00:22:12Z
Git Commit: 7f4aec8

Installation

Linux/macOS

# Download for your platform
wget https://github.com/grpmsoft/gosh/releases/download/v0.1.0-beta.4/gosh_0.1.0-beta.4_linux_x86_64.tar.gz

# Extract
tar -xzf gosh_0.1.0-beta.4_linux_x86_64.tar.gz

# Install
sudo install -m 0755 gosh /usr/local/bin/gosh

# Verify
gosh --version

Windows

# Download gosh_0.1.0-beta.4_windows_x86_64.zip
# Extract to a directory in your PATH
# Run: gosh.exe

What's Changed

Changelog

Features

  • 726ac8e: feat: non-interactive mode (-c flag) and critical cd bug fix (v0.1.0-beta.4) (@kolkov)

Bug Fixes

  • 85af52d: fix: CI failures - format files and fix pwd test on macOS (@kolkov)
  • 7a0094f: fix: Classic mode viewport rendering issue (@kolkov)
  • 8db2c18: fix: export display bug in interactive mode (@kolkov)
  • b0ead4b: fix: return errors instead of silently swallowing them in config loader (@kolkov)

Documentation

Other Changes

  • c405ad8: Release v0.1.0-beta.4: REPL refactoring + Windows stability fixes (@kolkov)

Full Changelog: v0.1.0-beta.3.1...v0.1.0-beta.4


πŸ€– Generated with GoReleaser

v0.1.0-beta.3.1

12 Oct 14:13

Choose a tag to compare

v0.1.0-beta.3.1 Pre-release
Pre-release

GoSh 0.1.0-beta.3.1

Release Date: 2025-10-12T14:12:32Z
Git Commit: 34422f8

Installation

Linux/macOS

# Download for your platform
wget https://github.com/grpmsoft/gosh/releases/download/v0.1.0-beta.3.1/gosh_0.1.0-beta.3.1_linux_x86_64.tar.gz

# Extract
tar -xzf gosh_0.1.0-beta.3.1_linux_x86_64.tar.gz

# Install
sudo install -m 0755 gosh /usr/local/bin/gosh

# Verify
gosh --version

Windows

# Download gosh_0.1.0-beta.3.1_windows_x86_64.zip
# Extract to a directory in your PATH
# Run: gosh.exe

What's Changed

Changelog

Bug Fixes

  • 34422f8: fix: critical keyboard input bug - 'b' and 'f' keys not working (v0.1.0-beta.3.1) (@kolkov)

Full Changelog: v0.1.0-beta.3...v0.1.0-beta.3.1


πŸ€– Generated with GoReleaser

v0.1.0-beta.3

12 Oct 13:34

Choose a tag to compare

v0.1.0-beta.3 Pre-release
Pre-release

GoSh 0.1.0-beta.3

Release Date: 2025-10-12T13:33:23Z
Git Commit: 1a7edca

Installation

Linux/macOS

# Download for your platform
wget https://github.com/grpmsoft/gosh/releases/download/v0.1.0-beta.3/gosh_0.1.0-beta.3_linux_x86_64.tar.gz

# Extract
tar -xzf gosh_0.1.0-beta.3_linux_x86_64.tar.gz

# Install
sudo install -m 0755 gosh /usr/local/bin/gosh

# Verify
gosh --version

Windows

# Download gosh_0.1.0-beta.3_windows_x86_64.zip
# Extract to a directory in your PATH
# Run: gosh.exe

What's Changed

Changelog

Features

Full Changelog: v0.1.0-beta.2...v0.1.0-beta.3


πŸ€– Generated with GoReleaser

v0.1.0-beta.2

12 Oct 02:03

Choose a tag to compare

v0.1.0-beta.2 Pre-release
Pre-release

GoSh 0.1.0-beta.2

Release Date: 2025-10-12T02:02:24Z
Git Commit: 2964e90

Installation

Linux/macOS

# Download for your platform
wget https://github.com/grpmsoft/gosh/releases/download/v0.1.0-beta.2/gosh_0.1.0-beta.2_linux_x86_64.tar.gz

# Extract
tar -xzf gosh_0.1.0-beta.2_linux_x86_64.tar.gz

# Install
sudo install -m 0755 gosh /usr/local/bin/gosh

# Verify
gosh --version

Windows

# Download gosh_0.1.0-beta.2_windows_x86_64.zip
# Extract to a directory in your PATH
# Run: gosh.exe

What's Changed

Changelog

Features

Full Changelog: ...v0.1.0-beta.2


πŸ€– Generated with GoReleaser