Releases: pascal-zarrad/psh
Releases · pascal-zarrad/psh
v2.2.1
v2.2.0
What's Changed
- Improve performance and fix bugs by @pascal-zarrad in #83
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Remove seldom used plugins and optimize performance by @pascal-zarrad in #82
Full Changelog: v2.0.0...v2.1.0
v2.0.0
ATTENTION:
This is a major release and many things have changed.
Because of this, there might be some leftover issues.
I highly suggest to first test the installation (and new configuration in general) on a system
where breaking something won't affect day to day work (e. g. virtual machine).
What's Changed
- Update plugins of PSH and do some general changes by @pascal-zarrad in #66
- Switch from antigen to zplug by @pascal-zarrad in #67
- Add shell auto suggestions plugin by @pascal-zarrad in #68
- Do not upgrade system on arch installation by @pascal-zarrad in #69
- Enable native typo correction of zsh by @pascal-zarrad in #70
- Update README by @pascal-zarrad in #71
- Fix CI status badge by @pascal-zarrad in #72
- Fix status badge v2 by @pascal-zarrad in #73
- Add native typo correction of zsh by @pascal-zarrad in #74
- Bump version number to v2.0.0 by @pascal-zarrad in #75
- Use proper plugin in timer file by @pascal-zarrad in #76
- Remove old fix for WSL GPG by @pascal-zarrad in #77
- Add support for wayland clipboard by @pascal-zarrad in #78
- Add support for installation on macOS by @pascal-zarrad in #79
- Add gpg tty variable fix again by @pascal-zarrad in #80
- Remove installation for different users by @pascal-zarrad in #81
Full Changelog: v1.3.0...v2.0.0
v1.3.0
What's Changed
- Separatly declare and assign home dir by @pascal-zarrad in #65
- Add pop os support by @CoderXXL in #64
New Contributors
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Add support for Arch based distros by @pascal-zarrad in #62
Full Changelog: 1.1.0...v1.2.0
Release v1.1.0
Changes:
- Change the
copydir
to the newcopypath plugin
- Update copyright notices
Full Changelog: 1.0.3...1.1.0
Change theme
Enhancements:
- PSH is now using the "bira" theme by default. This is way more compatible with custom color schemes for your terminal application (Windows Terminal, Terminator, etc...).
Fix WSL GPG bug
PSH has reached version 1.0.2.
This release includes:
- A fix for the wsl-gpg plugin that solves an unsecaped $ in the fix for GPG. Without this escaped $, the path of tty is statically written into the
.zshrc
instead of the variable$(tty)
.
Add WSL PGP support
PSH has reached version 1.0.1.
This release includes:
- A new plugin that adds
export GPG_TTY=$(tty)
to the.zshrc
(only) on WSL for out of the box GPG support on WSL.