Skip to content

v1.3.20

Compare
Choose a tag to compare
@MartiUK MartiUK released this 18 Oct 10:55
· 191 commits to master since this release
v1.3.20

👉 Note: This release contains a regression regarding the git prompt and user profile in bash shell, please see notes at the end for more details. (This regression does not affect Cmder Mini edition)

What's Changed

New Contributors

Full Changelog: v1.3.19...v1.3.20

Regression

Main issues: #2771, #2785, #2787

Due to an issue with the CI build system/packing files in the Cmder Full edition, some files (git-prompt.sh and cmder.sh) are missing from the %cmder_root%\vendor\git-for-windows\etc\profile.d directory.

This will cause the following problems when using the git/bash shell in Cmder:

  • The user_profile.sh and git-prompt.sh files are not sourced
  • The git details will not be displayed in the prompt in bash

The issue has been already resolved in the master branch, so you can either place the missing files in the corresponding directory manually, or download the latest unreleased build (the first item in the list of builds). In order to place the files manually without downloading the latest build, please refer to the issues mentioned above.

The other shells (Clink and PowerShell) are not affected by this issue.