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
- Fix #2654: blank space added between {cwd} and version_control variable by @geekrumper in #2661
- Fix #2659: Use get_hg_branch() to get Mercurial branch information. by @vsajip in #2660
- Fix git worktree by @daxgames in #2680
- Remove set term=cygwin in init.bat by @daxgames in #2688
- Fix find git by @daxgames in #2689
- Clink 1.3.15 by @daxgames in #2691
- Update Git for Windows and Clink by @goodusername123 in #2695
- Add optional clink async prompt update for svn status by @Mikaz-fr in #2703
- Update Clink and Git by @daxgames in #2720
- Better bat by @daxgames in #2742
- Related to #2654: Move space from "{git}{hg}{svn}" to individual parts by @DRSDavidSoft in #2738
- Update Clink, Clink Completions and ConEmu dependencies by @DRSDavidSoft in #2739
- Minimal comspec detection (related to #2744) by @DRSDavidSoft in #2745
- Use TaskDialog instead of MessageBox (Fixes Builds) by @DRSDavidSoft in #2746
- Add bin\cmder_shell.cmd by @DRSDavidSoft in #2747
- Fix build system scripts (closes #2723) by @DRSDavidSoft in #2748
- Custom option for launcher title by @DRSDavidSoft in #2752
- Use Github Actions to build and release by @MartiUK in #2725
- Minor edits to AppVeyor build by @DRSDavidSoft in #2753
- Fix mini edition build by @DRSDavidSoft in #2754
- Re-factor the build script to distinguish each step by @DRSDavidSoft in #2758
- Updates to
3
vendored dependencies by @github-actions in #2760
New Contributors
- @geekrumper made their first contribution in #2661
- @vsajip made their first contribution in #2660
- @goodusername123 made their first contribution in #2695
- @github-actions made their first contribution in #2760
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
andgit-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.