Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@dundalek dundalek released this 01 Jun 19:10
· 22 commits to master since this release

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.