1.3.19 (2022-01-15)
Changes
- Update Git for Windows to 2.34.0
- Update to Clink 1.2.46
- Update to stable Conemu 210912
- Do not rely on having a
%cmder_root%\config\cmder_prompt_config.lua
Adds
- Powershell Git version Discovery - See #2373 for the full proposal.
- Find user installed Git on Path
- If found
- if newer than Cmder embedded Git
- Use it's existing Path config and completely ignore embedded Git.
- Else if Cmder embedded Git exists and is newer
- Match User installed Git path config using Cmder embedded Git folders.
- if newer than Cmder embedded Git
- Else if Cmder embedded Git exists
- Add Cmder embedded Git folders to the path.
$env:cmder_root\vendor\git-for-windows\cmd;$env:path
$env:path;$env:cmder_root\vendor\git-for-windows\usr\bin
$env:path;$env:cmder_root\vendor\git-for-windows\mingw64\bin
- Add Cmder embedded Git folders to the path.
- If found
- Find user installed Git on Path
- Configurable prompt for
cmd.exe
sessions. See%cmder_root%\config\cmder_prompt_config.lua
- Configurable colors
- Option to change
λ
to another character. - Option to add
[user]@[host]
to the prompt - Option to use of
~
to represent$HOME
folder. - Option to use folder name vs. full working directory path in prompt.
- Option to use single line prompt.
Fixes
- Git prompt opt-out works better with additional changes to
clink-completions
1.3.17 (2020-12-23)
NOTE: This release includes a newer version of pre-release Clink. Current Clink 0.4.9 settings or history are not migrated or used from previous installs. See #2451
Fixes
- [bug] Running
alias ..=cd ..
removes other aliases #2394 - Switch to @chrisant996 Clink v1.1.10 to fix Clink newer Windows 10 releases.
- Fix
\Git\cmd\git.exe found. was unexpected at this time.
- Documentation fixes.
Changes
- Update Git to 2.29.0
- Improve
init.bat
Speed - Add
systeminfo.exe
output to iag scripts.
1.3.15 (2020-06-26)
- Fixes #2247, fixes #2254 #2265
- Clink path get broken if clink-completions content is created in a different order #2278Clink path get broken if clink-completions content is created in a different order #2278
- Move Git functions to
lib/git.bat
#2293 - Fix Cmder issue #2290 #2294
- Update git for windows to 2.26.2 #2308
- Update README.md #2323Update README.md #2323
- Added support for setting custom icons for Cmder window #2335
- Fix and enhance enhance_path_recursive #2311
1.3.13 (2019-11-23)
Changes
- Update to Conemu 19.10.12
Adds
-
#2197, #1364, #447 Add ability to disable git status either globally or for individual repos.
-
To disable git status globally add the following to
~/.gitconfig
or locally for a single repo[repo]/.git/config
:[cmder] status = false # Opt out of Git status for 'ALL' Cmder supported shells. cmdstatus = false # Opt out of Git status for 'Cmd.exe' shells. psstatus = false # Opt out of Git status for 'Powershell.exe and 'Pwsh.exe' shells. shstatus = false # Opt out of Git status for 'bash.exe' shells.
-
-
#2174
--
Syntax to pass command line options to Conemu. -
Disable Clink Logging
-
Add
~
tab completion.
Fixes
1.3.12 (2019-08-19)
Fixes
- Pull Request: #2113
- Pull Request: #2106
- Portable Git requires running
post-install.bat
which deletes itself when done. This was not happening. - Resolves #2105
- Portable Git requires running
- Pull Request: #2002
- Updated the HG prompt code to use the '-ib' option to 'hg id' so the branch name is always available, regardless of the state of the working copy
Changes
- Pull Request: #2055
- Upgrade git to 2.21.0
- Provide default settings for Clink that updates the history file in real time
- Turn this on in existing Cmder using
clink set history_io 1
- Turn this on in existing Cmder using
- Allow clink disable by setting CMDER_CLINK=0 before starting task
- Pull Request: #2068
- Print Index in History Command Output.
- Sets default
history_expand_mode = 3
in initial Clink Settings.
Adds
1.3.11 (2018-12-22)
Fixes
- Fix uncommenting
call ssh-agent
inuser_profile.cmd
breaks Cmder prompt. #1990, #1807, #1785, #1885- Pull Request: #1999 fix ssh-agent call in user_profile.cmd.default
- Unable to use '%' character in git branch names #1779
- Pull Request: #1991 add percent escaping for string.gsub
- sort command, unix vs windows (/usr/bin/sort vs sort.exe) #1931
- Pull Request: #1988 Prefer /nix_tools option
Adds
- #1988 Prefer /nix_tools option
- #1982 make /register work with /single
- #1975 Add
/nix_tools 0
option to init.bat to prevent adding !GIT_INSTALL_ROOT!\usr\bin to PATH
Changes
- #1987 Use default files for default user profiles