Skip to content

Releases: romkatv/zsh-bin

v6.1.1

09 Jun 07:34
v6.1.1
Compare
Choose a tag to compare
  • Fixed a bug in relocate that prevented it from working when FPATH was in the environment. See #6.

v6.1.0

12 Nov 15:57
v6.1.0
Compare
Choose a tag to compare
  • Add terminfo definitions for foot-extra, foot-extra+base and foot-extra-direct.

v6.0.0

27 Apr 08:49
v6.0.0
Compare
Choose a tag to compare
  • Add terminfo for foot

Edit: The bump in the major version is unintended. There are no backward-incompatible changes in there. The proper version for this release would be v5.1.0.

v5.0.1

31 Oct 12:52
v5.0.1
Compare
Choose a tag to compare
  • Terminfo entry for tmux-256color now works correctly with kakoune.
  • Support darwin-arm64.

v5.0.0

04 Oct 12:26
v5.0.0
Compare
Choose a tag to compare
  • Add an option to install to add the newly install shell to /etc/shells.
  • When installing on Termux, offer $PREFIX/local instead of /usr/local as the recommended installation directory.
  • Bug fix: merge terminfo definitions when installing Zsh to a location where a terminfo database already exists.

v4.1.0

05 Jul 19:16
v4.1.0
Compare
Choose a tag to compare
  • Add xterm-kitty and termite to the embedded terminfo database.

v4.0.1

23 May 13:18
Compare
Choose a tag to compare

Changes since the last release

  • $OSTYPE and zsh --version now correctly report the type of the OS used to compile and package Zsh. Thanks, @commiyou!

v4.0.0

08 Apr 15:26
Compare
Choose a tag to compare

Changes since the last release

  • New architecture supported: linux-armv6.
  • Archives no longer contain symbolic or hard links.
  • Archives no longer have the top-level directory.
  • Archives now have man pages in two locations to make it more likely that man will find the pages.
  • install now can take any number of -d flags.
  • install now asks by default for the directory where Zsh should be installed.
  • install can now install to an existing directory such as /usr/local or ~/.local.
  • install can now install to a directory that is writable only by root.

v3.0.1

28 Mar 20:53
Compare
Choose a tag to compare

Changes since the last release

  • Zsh is now compiled with optimizations turned on (-O2 and -flto).

v3.0.0

26 Mar 13:09
Compare
Choose a tag to compare

Changes since the last release

  • Support for additional platforms: macOS 64-bit, Cygwin 32/64-bit, MSYS2 32/64-bit.
  • The build script is now called build.
  • Suffix -static has disappeared from all archives.
  • relocate now has different (incompatible) flags. Pass -h to it for help.
  • Source tarballs can now be cached.
  • zsh/pcre now works everywhere except Cygwin.
  • install can now verify the integrity of downloaded files.
  • install can now install from a custom URL or custom file.