Closh Versions Save

Bash-like shell based on Clojure

v0.5.0

3 years ago

New features

  • JVM version: Improved history storage in (stores it in sqlite db same as the lumo version)
  • JVM version: Implemented alias expansion by @djblue (#150)
  • JVM version: Make abbreviations work (by treating them as same as aliases for now)
  • Add support for cd - go to previous directory by @kirillsalykin (#167)

Fixes

  • Fix tab completions when launching closh via clojure CLI by @djblue (#148)
  • Fix typo in expand-abbreviation by @djblue (#149)
  • Fix when argument to cd is a number (#153)
  • Fix ignoring updates to PATH when executing binaries (JVM)
  • Fix shell completion on NixOS by @johannesloetzsch (#163)
  • Fix globbing implementation by @kirillsalykin (#164)

Other changes

  • Improved reader customization. It no longer depends on a fork of tools.reader but it uses upstream version.
  • Some progress on GraalVM port using SCI (thanks to @borkdude and @jeroenvandijk). But does it is not fully supported yet.

v0.4.1

4 years ago

This is a bugfix release containing fixes mostly around current working directory as well as fixing compatibility with Java 11.

New features

  • Add unsetenv builtin (#140)

Fixes

  • Fix cd which broke with Java 11 (#144)
  • Fix cd does not return success value (#70)
  • Fix slurp to respect cwd (#126)
  • Fix metadata handling that affected dynamic vars (#146)
  • Fix expansion for commands (#130)

v0.4.0

5 years ago

New features

  • Add support for script mode based on clojure.main

Other changes

  • Update Clojure to 1.10
  • Use fully qualified names for emitted commands
  • Fix bugs in sequential execution

v0.3.3

5 years ago
  • Fix displaying completions provided by zsh (#115)
  • Fix redirection issues from functions in pipeline (#62)

v0.3.2

5 years ago
  • Fix crash when command line args are passed

v0.3.0

5 years ago

New features

  • Add JVM support (#66)
  • Integrate rebel-readline

Other changes

  • Renamed closh namespace to closh.zero Same reasoning like clojure.spec.alpha, but it feels strange to have alpha stick for many years hence zero.