Cmder Changelog

What's new in Cmder 1.3.24

Jul 25, 2023
  • This release updates a dependency with a known vulnerability, it is suggested that you update as soon as possible.
  • Please see additional notes section below for information about the upcoming changes in Cmder as well.
  • What's Changed:
  • Use CodeQL Scanning by @MartiUK in #2795
  • Use New-TimeSpan to calculate total elapsed time by @MartiUK in #2798
  • Fix error from profile.d PowerShell scripts by @bdukes in #2799
  • Draft a release on a tag being pushed by @MartiUK in #2804
  • Updates to the vendored dependencies by @github-actions (Clink, ConEmu, Clink-Completions and Git-for-Windows)
  • Remove unnecessary git actions in fast init by @daxgames in #2819
  • fix: /task "" no longer works since version 1.3.20 by @pulsovi in #2806
  • Fix #2800, a regression where an invalid warning would be shown if clink was already injected
  • Bump peter-evans/create-pull-request from 4 to 5 by @dependabot in #2840
  • Fix 2846 by @chrisant996 in #2847
  • Remove PSGet Entirely by @MartiUK in #2851
  • Remove appveyor config by @MartiUK in #2805

New in Cmder 1.3.21 (Dec 19, 2022)

  • Added pagent ssh auth support by @AlphaGit in #1391
  • Update issue template labels by @DRSDavidSoft in #2763
  • Git-bash use conemu-msys2-64 connector by @nexplorer-3e in #2765
  • Updates to 2 vendored dependencies by @github-actions in #2767
  • Updates to 1 vendored dependencies by @github-actions in #2770
  • Improvements to Cmder prompt by @DRSDavidSoft in #2772
  • Updates to 1 vendored dependencies by @github-actions in #2773
  • Updates to 1 vendored dependencies by @github-actions in #2776
  • Improvements to shells and general fixes by @DRSDavidSoft in #2779
  • Updates to 1 vendored dependencies by @github-actions in #2780
  • Fix #2789 by @chrisant996 in #2791
  • Updates to 3 vendored dependencies by @github-actions in #2786
  • Update dependencies (clink v1.4.4) by @github-actions in #2792
  • Update conemu to mitigate CVE-2022-46387 by @MartiUK in #2794

New in Cmder 1.3.20 (Oct 18, 2022)

  • 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 bincmder_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 in Cmder 1.3.19 (Jan 16, 2022)

  • 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%configcmder_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.
  • Else if Cmder embedded Git exists
  • Add Cmder embedded Git folders to the path.
  • $env:cmder_rootvendorgit-for-windowscmd;$env:path
  • $env:path;$env:cmder_rootvendorgit-for-windowsusrbin
  • $env:path;$env:cmder_rootvendorgit-for-windowsmingw64bin
  • Configurable prompt for cmd.exe sessions. See %cmder_root%configcmder_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

New in Cmder 1.3.18 (Mar 26, 2021)

  • Changes:
  • Update to Clink 1.1.45 to fix #2451, #2465, and #2473
  • Update to ConEmu v21.03.04
  • init.bat auto migrates the history alias to use clink history if required.
  • Remove Tilde match from clink.lua in favor of builtin Clink capability.

New in Cmder 1.3.17 (Dec 24, 2020)

  • Fixes:
  • [bug] Running alias ..=cd .. removes other aliases #2394
  • Switch to @chrisant996 Clink v1.1.10 to fix Clink newer Windows 10 releases.
  • Fix Gitcmdgit.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.

New in Cmder 1.3.16 (Jul 30, 2020)

  • Fixes:
  • Merge pull request #2357 from FloSchwalm/fix-git-version-comparison [Dax T Games]
  • Merge pull request #2339 from daxgames/fix_global_vars_vscode_err [Dax T Games]
  • Changes:
  • Merge pull request #2358 from FloSchwalm/update-to-git-2.28 [Dax T Games]

New in Cmder 1.3.15 (Jun 27, 2020)

  • 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

New in Cmder 1.3.14 (Jan 9, 2020)

  • Fixes:
  • Pull Request: #2222
  • Cmder v1.3.13 init script fails. #2218
  • Git & env related error messages. #2220
  • Latest addition of "--nolog" clink breaks cmd prompts. #2166
  • /nix_tools 0 should prevent adding %GIT_INSTALL_ROOT%mingw64bin to PATH. #2214
  • Changes:
  • Update Git for Windows to 2.24.1.windows.2
  • Pull Request: #2237
  • Update clink-completions to 0.3.5
  • Pull Request: #2223

New in Cmder 1.3.13 (Nov 24, 2019)

  • 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:
  • Fix #2191: profile.ps1: CheckGit does not export $gitLoaded
  • Fix #2192: Set default prompt hooks before loading user profile
  • Fix #2097, #1899: powershell foreground color changing to green
  • Fix #1979: Update Clink Completions to 0.3.4
  • Fix #1678: Cmder corrupting path with ! in Cmder folder path.

New in Cmder 1.3.11 (Dec 23, 2018)

  • Fixes:
  • Fix uncommenting call ssh-agent in user_profile.cmd breaks Cmder prompt. 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:
  • Prefer /nix_tools option
  • make /register work with /single
  • Add /nix_tools 0 option to init.bat to prevent adding !GIT_INSTALL_ROOT!usrbin to PATH
  • Changes:
  • Use default files for default user profiles

New in Cmder 1.3.10 (Dec 4, 2018)

  • Fixes:
  • Replaces Cmder Release v1.3.9 which has been removed.
  • /c now completely separates user config including Conemu configuration. This enables true multi-user Cmder with no configuration collisions. See PR #1949.
  • Fix #1959 Start cmder "find" errors. See PR #1961.
  • Fix #1956 Git detection should use env from git install root. See PR #1969
  • Adds:
  • /m initially creates %cmder_root%/config/conemu-%computername%.xml for users that want per computer Conemu configuration with shared init scripts. See PR #1949.
  • /register now recognizes /c [path] and creates an appropriate Cmder Here shell context menu. See PR #1949.

New in Cmder 1.3.7 (Nov 10, 2018)

  • Aaron Arney (1):
  • Update README
  • Arion Roberto Krause (1):
  • Fixed typo
  • Benjamin Staneck (8):
  • ⬆️ ConEmu to 180626
  • ⬆️ Update Git to 2.19.0
  • Revert "replace user-aliases with user_aliases"
  • replace user-aliases with user_aliases
  • better fix for #1265
  • Revert "sanitize dir before assigning to prompt"
  • sanitize dir before assigning to prompt
  • Update CHANGELOG.md
  • Bob Hood (1):
  • Refactored the Mercurial prompt code to be more efficient.
  • David Refoua (1):
  • fix some spelling issues
  • Dax T Games (8):
  • Revert "Ignore %cmder_root%config (#1945)"
  • Ignore %cmder_root%config (#1945)
  • Add /f for fast init. (#1942)
  • add diag helper scripts and adds to the path (#1918)
  • Fix #1806 #1675 (#1870)
  • Profile.ps1 (#1796)
  • Fix lib base (#1794)
  • Little Changes
  • Dax T. Games (42):
  • Fixed move of default conemu.xml to the vendor folder
  • cleanup
  • ignore all of config folder
  • move default comemu.xml to vendor folder
  • fixes
  • more headers
  • init.bat update for cexec
  • git prompt yellow
  • cleanup
  • fix user lua and git detection
  • allow conditionally setting environment variables
  • cleanup
  • readme.md
  • readme.md
  • readme.md
  • added exit codes
  • flag_exists.cmd to flag_exec.cmd, also to lib as an option
  • cleanup
  • cleanup
  • fixed
  • handle start dir args with trailing "
  • cleanup
  • '.gitignore'
  • cleanup
  • '.gitignore'
  • cleanup
  • cleanup
  • verbos output
  • cmder_shell settings
  • add cmder_shell method
  • replace - with _ in debug-output and verbose-output
  • trying to get tcc working
  • Trying to get tcc working
  • rename
  • modify message
  • move user-aliases.cmd to user_aliases.cmd
  • gitignore
  • move binalias.bat to vendorbinalias.cmd
  • cleanup
  • run user lua afer cmder lua
  • fix /unregister
  • load user clink
  • Dmitri S. Guskov (2):
  • Powershell 5.1 compatibility
  • Update profile.ps1
  • Gregory Lucas (1):
  • Initialize time_init to fix init error message
  • Josef Pihrt (2):
  • Fix typos, remove escaping inside inline code, replace single quote with backtick
  • Fix typo and broken link
  • Merlin (1):
  • Remove duplicate Install-Module detection
  • Nicolas Arnaud-Cormos (1):
  • Ensure the right git path is found in case of shim.
  • Thorsten Sommer (1):
  • Fixed spelling
  • gaoslin (1):
  • Update init.bat
  • leochien0102 (1):
  • fix the 'was unexpected at this time.'
  • xiazeyu (4):
  • chore: unite slash
  • docs: update to latest useage
  • refactor: reduce global varible useage, fixed quote issue, added parameters support
  • doc: fix typo
  • xiazeyu_2011 (8):
  • docs: migrated instructions to the wiki pages
  • rename /bin/have.bat to /vendor/lib/flag_exists.cmd
  • fix: bug when no argument is passed in
  • docs: update doc for have.bat
  • feat: add have.bat as a wrapper
  • Optimize comments of using arguments in user-profile.cmd
  • fix conflict with init.bat build-in command parser, update user-profile.cmd
  • Pass arguments to user-profile.cmd
  • 刘祺 (1):
  • add LANG support

New in Cmder 1.3.6 (May 30, 2018)

  • Updated components:
  • Git updated to v2.17.1.windows.2
  • ConEmu updated to 180528
  • Updates:
  • Cmder now opens in the in the current working dir
  • TBD

New in Cmder 1.3.5 (Feb 12, 2018)

  • This is the first Cmder release that comes with Git for Windows in the 64bit version. If you are still using a 32bit version, you have to fix this yourself.
  • use /dir Switch instead of CMDER_START (previously #921) #1609 (Stanzilla)
  • add config/settings to .gitignore #1592 (daxgames)
  • Upgrade #1591 (daxgames)
  • Fix startup folder issue #1547 (dr-tony-lin)
  • Fix alias.bat handling "user-aliases.cmd" with spaces #1531 (Varriount)
  • Compatible with Visual Studio Code (cmd) #1416 (gucong3000)
  • Git updated to v2.16.1.windows.4
  • clink updated to 0.4.9 (official version)
  • ConEmu updated to 180206

New in Cmder 1.3.4 (Nov 3, 2017)

  • Updated components:
  • Git: v2.15.0.windows.1
  • Fixed bugs:
  • Fix lamda color after a ConEmu change: a8d3261
  • Compatible with Visual Studio Code (PowerShell): #1417
  • Make default tasks respect "Startup directory for new process": b58ff9b

New in Cmder 1.3.3 (Oct 30, 2017)

  • Updated components:
  • Git: v2.14.3.windows.1
  • ConEmu: 170910
  • Clink: 0.4.9-FORK
  • Clink-Completions: 0.3.3

New in Cmder 1.3.2 (Dec 2, 2016)

  • Updated components:
  • Git: v2.11.0.windows.1
  • ConEmu: 161022
  • Clink: 0.4.8
  • Clink-Completions: 0.3.2
  • Fixed bugs:
  • Git process not ending. #1060
  • Git: fatal: Unable to create '.git/index.lock': File exists. #1044
  • Aliases with environment variables not working #684
  • msysgit is not injected into path. #493
  • cmder display error #491
  • Path issues on startup #487
  • Missing DLL: MSVCP140.dll #482
  • Single mode does not set current directory #420
  • Fails to parse path in PATH system variable with '&' #185
  • Cmder hangs after idling for a few minutes or when clicking above the cursor #109
  • No color scheme in tabs opened as Administrator #94
  • Bug in alias.bat #52
  • Clicking/selecting text on terminal causes slowdown #40

New in Cmder 1.3.1 (Nov 3, 2016)

  • Parse the original prompt for cwd and env names #1070 (janschulz)
  • Added kill ssh-agent to build.ps1 #1042 (daxgames)

New in Cmder 1.2.9 / 1.3.0 pre (Jun 9, 2016)

  • Implemented enhancements:
  • Change appveyor.yml to publish all resulting artifacts from builds. #717
  • Stuff that should not be in the release zips #662
  • v1.2.0: Errors because of PowerShell execution policy #483
  • Alias without it's opposit #281
  • Improve new UX #230
  • Different Font for the Lambda #211
  • Git Credential Cache #184
  • Crawling for executables in /bin #61
  • Include Scoop as package manager #42
  • Complete aliases on tab #38
  • Path ordering issue - wrong find.exe executes by default #37
  • Msys bash #702 (daxgames)
  • Added code to check for the existence of a customized ini file.. #427 (kodybrown)
  • New build and pack scripts #152 (bliker)
  • Ability to change Font Size using Ctrl+MouseWheel #125 (saaguero)
  • Fixed bugs:
  • Aliases with environment variables not working #684
  • msysgit is not injected into path. #493
  • cmder display error #491
  • Path issues on startup #487
  • Missing DLL: MSVCP140.dll #482
  • Single mode does not set current directory #420
  • Fails to parse path in PATH system variable with '&' #185
  • Cmder hangs after idling for a few minutes or when clicking above the cursor #109
  • No color scheme in tabs opened as Administrator #94
  • Bug in alias.bat #52
  • Clicking/selecting text on terminal causes slowdown #40
  • Closed issues:
  • Tab autocompetion for git is inconsistent (doesn't work with git add) #885
  • Line-wrapping breaks when using backspace key in a git repo with Cmder mini and Git for Windows. #883
  • Cmder opens off screen #881
  • ctrl+l with powershell in quake mode clears the first prompt line as well #879
  • Cmder Windows Pinning Issue [weird] #869
  • Why not use @ECHO OFF? #868
  • alias with && doesn't work #859
  • Alias with multi-word git commit message not working #847
  • switch to use master a the default development branch #836
  • Git branch information is broken for submodules #833
  • Cmder does not open in last open window position #816
  • CMDer won't open Sublime #814
  • integrating Git for Windows vs. Git for Windows SDK? #813
  • When will the next version be available? #811
  • how to use /? to get the help doc in the cmder #808
  • [Enhancement] Powershell and Babun (cygwin + zsh) #807
  • iul #800
  • Update clink settings #793
  • how to add the environment variable to the cmder? #792
  • % variable expansion in config/alias #791
  • Problems with node #790
  • Resizing adds new lines #789
  • How to remove "Cmder Here" in the context menu after .\cmder.exe /REGISTER ALL? #787
  • [v1.2.9] Can not alias with env. variables. #784
  • How should i add a context menu entry? #780
  • CMDER_START should always be set to USERPROFILE unless explicitly set through /START parameter #772
  • Startup Error: cmder\vendor\profile.ps1 cannot be loaded. #769
  • How to make Cmder stop displaying warning? #768
  • Unable to install cmder using Install-Package in Windows 10 #762
  • Option to disable preview stacking with multiple tabs #758
  • I can't run de Cmder.exe #755
  • Multiple location references when maximizing #753
  • CLink completions for npm increase cmder startup time for one second #750
  • cmder.exe infected with Variant.Kazy.767238 #748
  • cmder.exe considered harmful by Bitdefender #744
  • curl ntlm auth stopped working #741
  • Cmder and gulp, not friend? #725
  • Antivirus deleting some files in cmder (reporting them as infected) #724
  • Windows Defender on Windows 10 finds Trojan in extracted files #713
  • e. shortcut not working ? #712
  • "Cmder here" doesn't work if set start-up dir #709
  • Is cmder support scrolling with touch screen? #706
  • npm_prompt.lua:11: attempt to concatenate local 'package_version' (a nil value) #700
  • Cmder (cmd.exe) startup crashes at clink step #699
  • Doesn't run cmder.exe #696
  • Not getting git status in 1.2.9 prompt #692
  • Tab-Complete paths not working [1.2.9] #691
  • The directory be duplicate displayed #689
  • Don't work at my windows 7 (misiing api-ms-win-crt-runtime-l1-1-0.dll) #682
  • git: 'pull' is not a git command. See 'git --help'. #679
  • Error in NPM-Prompt #678
  • msysgit commands not working #675
  • Restore last session with history on start #672
  • Restart As Admin bug #669
  • git for windows 2.6.1 ssh folder #661
  • der #660
  • Cannot clean the terminal #659
  • Cmder do not run if username has spaces between #658
  • When exiting vim, cursor goes to first line of terminal instead of the end of it #656
  • Cmder suddenly start crashing on startup #650
  • Cannot switch to mapped network drive #649
  • Ctrl + D? #648
  • Is there any hotkey jump to "Search" box? #647
  • File /vendor/conemu-maximus5/ConEmu.exe not found. #646
  • As admin CMDER_ROOT not set in Powershell #643
  • Having ls, cat, etc #641
  • Cmder having Permission Errors for Windows 10 #640
  • Powershell - Msys Aliases #639
  • Problem with install on window 7? #637
  • Invoke-Expression : The term 'Invoke-Expression' is not recognized #636
  • it doesn't like Docker #631
  • Latest release : Windows 7 : Windows cannot find ".../vendor/conemu-maximus5/CpmE,u.exe" #629
  • msysGit has been superseded ,consider to switch to Git for Windows 2.x? #627
  • tail command not found #625
  • Cmder console remain unused text on screen #623
  • how i can change the mysysgit folder #620
  • er con emu #617
  • first google hit for cmder shows 404 #616
  • [ Solved ] How to I change to width of Split screen divider ( border ) line. #613
  • No Unix commands? #610
  • using user installed git (2.5) with the suggested /bin/agent.cmd does not work #609
  • vendor/init.bat is overwritten with new versions -> use a user startup file? #608
  • Git autocomplete is not working as in git bash #607
  • api-ms-win-crt-runtime-l1-1-0.dll is missing error (Windows 8.1) #604
  • Prevent inactive cmder windows to be dimmed #603
  • Git for Windows 2.5 #602
  • Incompatibility with conemu 150716+ / double pinned icon on taskbar #599
  • Cant get it working on windows xp #598
  • ls parameters error in Windows 10 #597
  • Resizing split windows #596
  • PowerShell Profile Aliases ignored in Cmder #593
  • "Inject ConEmuHk" settings slows git down considerably #592
  • Suggestion about transparency #591
  • Wrong place #589
  • Misleading install instructions? #588
  • ENHANCE: Only add git to path if not exist #586
  • new console confirmation - with Ctrl-T #583
  • start-ssh-agent not found #580
  • Missing DLL #579
  • windows 10 incompatibility #572
  • FIX: Incorrect startup directory. #571
  • WARNING: Enable-GitColors is Obsolete and will be removed in a future version of posh-git. #568
  • Path issue on startup - Invalid download path #567
  • The term 'vim' is not recognized #566
  • Persist tab "View (palette)" selection #562
  • git add --interactive fails #560
  • Tab names as directory names #559
  • Downloads for v1.2 missing DLLs #558
  • Can't get rid of "unrecognized parameter" error #557
  • How to use cmder in a batch file? #556
  • Run init.bat before any new scripts #554
  • ssh not working #552
  • Restore opened tabs setting opens root drive #551
  • Maximize single view/terminal/console to whole window #550
  • not run successfully #547
  • compass not working with cmder ? #546
  • Bad unicode support (wrong glyphs on alsamixer) #545
  • can we use Vundle to manage Cmder's vim plugins? Need some setup? #535
  • Error on Windows 7 #534
  • api-ms-win-crt-runtime l1-109.dll is missing #531
  • conhost.exe keeps on crashing. #527
  • Cmder crashes when AVG falsely flags it as a virus. #522
  • Incomplete git installation packaged with cmder v1.2 #521
  • api-ms-win-crt-runtime-l1-1-0.dll error #518
  • Can't set alias in 1.2 anymore #515
  • git not properly setup in v1.2 #513
  • Git: fatal: Unable to find remote helper for 'https' #503
  • api-ms-win-crt-runtime-l1-1-0.dll error #501
  • gitk not found due to changed PATH for msysgit #498
  • {hg} on every folder #494
  • Missing dll, APPCRT140.dll #485
  • Symantec refuses to access cmder #484
  • Missing MSVCP140.dll #480
  • Windows 10 compatibility issues #478
  • update msysgit #473
  • Notifications about composer.json and CRLF #472
  • How to add more commands beyond mysisgit? #470
  • ~ should mean user home directory #466
  • mklink /d creates symlink with wrong slashes #462
  • Does cmder come with GCC or not? #461
  • Question: How to start cmder with a command #457
  • PATH environment variable has space problem #456
  • Feature Request : Save opened tabs and locations of the tabs #455
  • Error on cmder launch: "The syntax of the command is incorrect" #454
  • Lag returning to prompt (especially) in git repo #447
  • 'MySQL' is not recognized as an internal or external command, operable program or batch file. #443
  • Not scaling on Windows 8.1 with High-DPI Monitor #437
  • Shortcut missing icon in context menu #433
  • How to update Git? #428
  • How to redirect Window's cmd.exe to Cmder's cmder.exe? #426
  • cmder exits with exitcode 4294967295 #423
  • How do you create an alias? #421
  • Git pull not working #419
  • Create files from cmder. #417
  • Error popup window on opening #416
  • Vim help not working in cmder #415
  • How to update bash #399
  • could you put the version number into the download file #396
  • Cmder unable to find .ssh folder #387
  • extra character appears at the beginning,when used the arrow keys(up,down) navigate through the history #384
  • create alias with multi word parameter #376
  • UI broken characters #375
  • Possible to change TSA icon? #373
  • Is Cmder known to cause a false positive alert from some virus checking software? #371
  • How to disable the crosshair #369
  • Text reflow and line selection #359
  • Git client side vulnerability #354
  • Ctrl+Shift+Arrow does not work as expected #345
  • i can not read windows path in cmder #342
  • How to reload system variable #340
  • SVN commands support #339
  • Is it possible to show the current folder in front of cursor on the current line? #338
  • backspace not work #334
  • 'awk' is not recognized #330
  • Cannot pin 1.1.4.1 to Win7 taskbar #329
  • {lamb} instead of lambda sign (possibly a UTF-8 problem?) #322
  • Instructions refer to Cmder.bat but it doesn't exist in download .zip #319
  • Wrong link on https://bliker.github.io/cmder/ for msysgit #317
  • Use system-wide Git #315
  • Version update information is broken (not found) #310
  • feature request vim-airline #306
  • Full Screen #295
  • Configure Powershell to match CMD #294
  • Tab Close on CTRL-W #293
  • v1.1.4.1 /REGISTER ALL has broken icon #292
  • CD in root not working.. #289
  • How to enable 256 color? #288
  • Executing linux executables ./ doesn't work :S #285
  • er #283
  • [1.1.4.1] Auto Completion not working #280
  • Git and lamb macro/symbols not expanded in Windows 10 preview #279
  • cmder vs cmd using non-blocking STDIN #269
  • Possible to blur translucent console? #267
  • Duplicate Root Fires Twice? #266
  • utils #260
  • Character mix #259
  • strange issue no trace in google #257
  • Can't start cmder 1.4.1.1 #252
  • Cmder icon reverts to ConEmu icon when "Startup options" option is changed #251
  • Old version files in v1.1.4 release archives #247
  • "MSVCP120.dll is missing from your computer." #246
  • Cmder.exe not opening on Windows 7 SP 1 #240
  • Resize Tab Bar #236
  • Clicking in the window causes cmder to lock up #232
  • Add cmder to Windows context menu #231
  • libiconv-2.dll is missing #228
  • Can't create process, ErrCode=0x000000C1, Description: %1 is not a valid Win32 application. #226
  • Cant get powerline fonts to work (need utf-8?) #225
  • Can't use aliases + && #224
  • {git}, {lamb} and strange new console options #223
  • Wire up 'title' to "rename tab" #221
  • system PATH overriding path set in init.bat #219
  • command autocompletion not working #218
  • Closes tab on Ctrl-C action #215
  • Problems with vim colors #213
  • lambda bug when i install clink #212
  • Did doskey break in the newest dev update? #207
  • Bug within the version of msysgit 1.8.5.2 #206
  • SSH Keys and push passphrase #202
  • git diff highlight colors on ssh #201
  • Cursor becomes fat, and i can't do anything #200
  • include zsh and tmux from cygwin #194
  • How to enable ssh-agent? #193
  • Open cmder in 64-bit on 64-bit windows #191
  • Running cmder from the file explorer #187
  • how to config installed msysgit #183
  • Windows 8.1 High-DPI Scaling #182
  • how to disabled command line error beep? #179
  • Crash at start on Windows 8.1 #176
  • Crashes with mintty.exe #175
  • Chinese characters looked terribly awful when monospace is checked #171
  • Copy and paste w/ mouse buttons #170
  • Lambda prompt bug #164
  • Can't select and copy text #163
  • not running in windows XP SP3 #161
  • german characters not displaying #160
  • Transparent image. A Detail but I would like to get it to work #156
  • Taskbar icon after pinning the program reverts to default ConEmu icon. Systray icon is always ConEmu's. #154
  • A neat way to add sublime text seamlessly. #153
  • how to update cygwin shipped together within cmder #151
  • The system cannot find the path specified. #148
  • Changes to PATH do not persist #146
  • git clone templates not found / Unable to find remote helper for 'https' #144
  • handle could not be opened / terminal is not fully functional #143
  • Auto-create fast new tab shortcuts for additional tasks #140
  • ssh-agent, ssh-add, ssh all crash as soon as I open a PowerShell window #139
  • Problems using cmder as an SSH client #137
  • Add link to bliker.github.io/cmder to repo description/website #134
  • Environmental variables are not reloaded on new console #132
  • Git Branch Autocomplete #130
  • The nice lambda left me :( #129
  • ls with output redirection writes ansi escape sequences to destination file #127
  • Lamba prompt and git status scripts not running #126
  • how to open specail directory? in sublime Terminal plugin? #123
  • clink installed allready cmder hangs after install #122
  • "The system cannot find the path specified" #121
  • "chcp 65001" (UTF-8) support for cmd #119
  • Incorrect version of clink is being used #117
  • .bash_profile equivalent? #113
  • Startup directory on new tab #112
  • Looking for a contributor/Cmder user #110
  • Terminate batch job bug (I think?) #108
  • latin1 characters #107
  • Script cleanup #105
  • Changed "λ" to "?" #104
  • How to search history using PgUp and PgDown #103
  • Folder shortcuts doesn't seem to work in FAR manager under cmder #102
  • opening cmder.bat on windows 8 #101
  • Change the builder from google code #99
  • Text color not honored upon restart #97
  • Launcher is not recognized as a valid Win32 application on windows XP. #96
  • Allow the launcher to be pinned to the taskbar #95
  • VS2013 runtime requirement #93
  • git flow #92
  • How to start in a given directory #91
  • Can't type backslash (clink issue) #89
  • command history #87
  • Install cmder #86
  • Can not work well with Chinese #81
  • Does not work with Julia #80
  • Build script does not work through proxy #79
  • "C:\Users\bliker" reference in config/ConEmu.xml #71
  • Is it possible to install wget into cmder(clink, or ConEmu) ? #69
  • cyrillic characters problem #68
  • Unable to run in Windows XP if path contains spaces #67
  • Path not set correctly on Windows XP #66
  • Filenames with special characters e.g. ! are not handled correctly #64
  • Clink completion does not work #59
  • Git hosts defined in .ssh/config not working in cmder #58
  • Setting cmder startup directory. #57
  • cmder doesn't work with gvim #55
  • vendor\msysgit\libexec\git-core dir contains 1.45mb git.exe duplicated 110 times. #54
  • "terminal is not fully functional" #50
  • Open new tab as Admin by default. #49
  • Chinese characters overlapped #45
  • screen irssi, mutt - Cannot find terminfo entry for 'msys'. #44
  • ps doesn't work #43
  • Pinning Cmder to taskbar doesn't work as expected #39
  • Prompt does not work with clink 0.4 #35
  • vendor/init.bat fails on paths with spaces #28
  • "windows cannot find ...\cmder\vendor/conemu-maximus5/ConEmu.exe" #27
  • Issue with SSH and tmux #25
  • PWD, VI, VIM commands don't work on windows 7. #23
  • Include icon #21
  • init.bat failing on Vista x64 #19
  • Not possible to write @ on Norwegian keyboard #17
  • Weird output when starting cmder #16
  • Set a name for the Tab on a task #14
  • Git branch name #13
  • bin directories not loaded in path #12
  • Cmder ssh keys for github #11
  • How to use cmder with integration mode #10
  • tab manipulation problem #9
  • Remove ugly black startup window #8
  • Unable to cd to another drive #6
  • cant change start directory #4
  • lalt + arrow left/right not working as a macro hotkey #3
  • alt gr + 2 opens new powershell #2
  • Gvim preferences are not used in {cmd} #1
  • Merged pull requests:
  • Merge latest Development #890 (MartiUK)
  • Process profile.d scripts before adding user aliases #874 (daxgames)
  • Prefer use of first line @echo off vs. @ per line to turn off echo pe… #873 (daxgames)
  • silenced bash profile.d when profile.d is empty #872 (daxgames)
  • Various fixes for profile.d support #867 (daxgames)
  • Revert "Set CMDER_START to homeprofile" #866 (janschulz)
  • Fix cmd plugin.d #860 (daxgames)
  • Added profile.d like support for all supported shells #855 (daxgames)
  • Typo in Readme.md #852 (janschulz)
  • Fixed get_git_dir() to take submodules into account. Fixes #833 #841 (gpakosz)
  • Add appveyor batch to README #837 (janschulz)
  • Fixed checkGit() in case of submodules #835 (gpakosz)
  • 1.3 Pre-Release Merge #831 (MartiUK)
  • Fix build script not exiting on msbuild failure. #804 (MartiUK)
  • Set tasks to always use CMDER_START #803 (MartiUK)
  • Make "cmder here" work again #798 (janschulz)
  • Reorganize how clink settings are loaded #794 (janschulz)
  • Bump clink to 0.4.6 #781 (vladimir-kotikov)
  • Fix vendor/init.bat when the PATH contains spaces. #773 (glureau)
  • Merge latest development #771 (MartiUK)
  • Bump clink-completions to 0.2.2 #766 (vladimir-kotikov)
  • Fix: don't garble the input line for long lines in git projects #756 (janschulz)
  • README.md Updates #746 (daxgames)
  • Cmder exinit #740 (daxgames)
  • added config\user-* to packignore #738 (daxgames)
  • Use consistent naming: user-profile.{sh|bat|ps1} #737 (janschulz)
  • More config #736 (janschulz)
  • Do not overwrite aliases on update #735 (janschulz)
  • Added check for git install path in init.bat. #734 (chase-miller)
  • Fix icons #731 (daxgames)
  • Fixed - Powershell vim/vim alias opening a new tab when editing a file #729 (daxgames)
  • Added vi/vim aliases and fixed powershell startup errors #726 (daxgames)
  • Release 1.3 #723 (MartiUK)
  • Update to conemu 151119 #722 (MartiUK)
  • Disable appveyor test search #720 (MartiUK)
  • Fix gitter webhook #719 (MartiUK)
  • Publish appveyor artefacts #718 (MartiUK)
  • add bundled vim to path #705 (wenzowski)
  • Fix batch files #698 (daxgames)
  • Speed up git prompt filtering #697 (vladimir-kotikov)
  • Upgrade clink-completions to 0.2.1 #676 (vladimir-kotikov)
  • Enable the '/single' switch (#577) #673 (DoCode)
  • Fixed problem with Invoke-Expression #667 (Pireax)
  • Add user startup file for powershell #666 (Pireax)
  • Build from behind proxy & appveyor #665 (MartiUK)
  • Fix init.bat generation #663 (janschulz)
  • Upgrade clink-completions to 0.2.0 #653 (vladimir-kotikov)
  • Make wording clearer #652 (jkingsman)
  • fix typos and better phrasing #651 (jkingsman)
  • Revert 8b8f98c #634 (Stanzilla)
  • Update clink to 0.4.5 #619 (Stanzilla)
  • Add a user startup file which can be modified #612 (janschulz)
  • Update README.md #606 (pyprism)
  • Converting msysgit support to git-for-windows support. #605 (Stanzilla)
  • ⬆️ ConEmu@150816 #601 (Stanzilla)
  • Use standard path for ConEmu.xml #600 (Maximus5)
  • Revert "Run PowerShell as default" #585 (Stanzilla)
  • update VS to 2015 release version and switch to /MT for static linking #578 (Stanzilla)
  • Enhance Path in profile.ps1 #575 (Bobo1239)
  • Fixed: 'Enable-GitColors is Obsolete...' warning #569 (eeree)
  • Update .gitignore #548 (thomgit)
  • Add -ExecutionPolicy Bypass to powershell tasks #543 (malobre)
  • Remove depreciated Enable-GitColors in posh-git #517 (bondz)
  • Fix cleanup script. #479 (MartiUK)
  • Fix link to msysgit's site. Google's repo was moved or removed. #465 (TheMolkaPL)
  • Update sources.json #451 (MartiUK)
  • Merge development into master for 1.2 #450 (MartiUK)
  • Helper function using powershell to register the cmder context menu #441 (Jackbennett)
  • git and Posh-git check #440 (Jackbennett)
  • Improves performance of prompt filtering #438 (vladimir-kotikov)
  • Preview PR for including external completions into Cmder #434 (vladimir-kotikov)
  • Revert new line from commit dc834cc #432 (Jackbennett)
  • Leverage the Module Autoload path and save doing it ourselves. #431 (Jackbennett)
  • Adds support for PS 4.0 native hash command to remove a dependency #430 (Jackbennett)
  • Fix build script removing a trailing comma. Download into a temp folder. #429 (Jackbennett)
  • Update clink url #425 (danneu)
  • Added git shell task. #422 (ragekit)
  • Public site docs update matching the repo readme #411 (Jackbennett)
  • Install steps clarity #410 (Jackbennett)
  • Update Conemu , update clink 4.4 #407 (Jackbennett)
  • Use a -Full parameter to download all sources rather than the minimum #406 (Jackbennett)
  • Adding mercuial prompt #401 (utek)
  • Handle quoted paths #398 (mikesigs)
  • Add a Gitter chat badge to README.md #390 (gitter-badger)
  • Support UTF-8 file list #378 (asika32764)
  • Updated vendor references #374 (CumpsD)
  • Prefer user installed git over cmder one. #364 (narnaud)
  • Update clink to latest (0.4.3) version #362 (vladimir-kotikov)
  • Rework alias command to not to use external tools #358 (vladimir-kotikov)
  • Updating to msysgit 1.9.5 #353 (Celeo)
  • Adding script to enable SSH-agent #193 #352 (ogrim)
  • Docs update for issue #319 #337 (Jackbennett)
  • changes copied from PR#256 #326 (kohenkatz)
  • Border less window mode #324 (cgrail)
  • Update alias.bat to show an existing alias #314 (glucas)
  • Add an unalias command #313 (glucas)
  • Revert "Add single mode support." #312 (MartiUK)
  • FIX CMDER_ROOT for admin launch #311 (sescandell)
  • Lambda color in powershell was changed to DarkGray #308 (SheGe)
  • Add option to reload aliases from file #304 (glucas)
  • Clean aliases script #300 (melku)
  • Adding history alias #299 (robgithub)
  • Fixes the ambiguity about notice and parameter #298 (LeoColomb)
  • Fixed small issue in README #296 (brunowego)
  • Fixes small Powershell' loader issues #273 (LeoColomb)
  • Update Dev Branch #272 (MartiUK)
  • Add custom loader for Powershell & improve its implementation #271 (LeoColomb)
  • Add single mode support. #256 (TheCjw)
  • Revert "Start in the HOME folder." #253 (MartiUK)
  • Ensure-Exists is necessary for build.ps1, add it back. #249 (narnaud)
  • Fix clink version #244 (narnaud)
  • Start in the HOME folder. #243 (narnaud)
  • The latest msysgit comes with vim 7.4. #241 (narnaud)
  • Bump versions #208 (MartiUK)
  • New section for user help with an integration feature of Cmder. #199 (Jackbennett)
  • Fix typos #198 (mtsk)
  • Update Clink URL #180 (CoolOppo)
  • Try to find 7-zip if it's installed before an error. #177 (Jackbennett)
  • Update clink hyperlink #173 (gmsantos)
  • Typo fix #172 (robinbijlani)
  • Only cd to $HOME if started in CMDER_ROOT. #167 (schlamar)
  • Find cmder files when running as Administrator. #166 (glucas)
  • Allow for existing HOME variable #165 (glucas)
  • Minor changes for #152 #162 (Jackbennett)
  • Add registration for right-click on folder item; Add context-menu icon #159 (kohenkatz)
  • Getting the build script to a working state #157 (Jackbennett)
  • Update index.html #145 (CoolOppo)
  • Update fast new tab shortcut in gh-pages/index.html #131 (sopel)
  • Update links on the webpage to latest version. #111 (sc0tt)
  • Update fast new tab shortcut in README. #98 (jcheng31)
  • Make application use Cmder icon #88 (sc0tt)
  • Git exe Cleanup. #85 (MartiUK)
  • Fixed errors and grammar in README files. #78 (sicil1ano)
  • Fixed a couple tiny typos in the readme #77 (jdsumsion)
  • Change TERM from msys to cygwin. #75 (brkc)
  • Removed "C:\Users\bliker" reference in config/ConEmu.xml #74 (MartiUK)
  • Updated links on gh-pages to newer release of cmder #70 (MartiUK)
  • Add launcher #62 (austinwagner)
  • Remove wget dependency and verify existence of 7z.exe in build script #60 (austinwagner)
  • Allow use of Vim from msysgit. #51 (MartiUK)
  • Fix line ending handling if autocrlf is false. #34 (schlamar)
  • Fix spelling in init.bat #32 (Shoozza)
  • Added minimal validation and usage help. #26 (Vivix)
  • Fix spelling #22 (Shoozza)
  • Proofreading index.html #20 (manolomartinez)
  • Fixed grammar #18 (tonylau)
  • Fixed issue when rootDir contains spaces. #15 (jyggen)
  • Another typo. Fixed link to msysgit. #7 (BeingTomGreen)
  • minor typo fix #5 (BeingTomGreen)

New in Cmder 1.2.9 Pre-release (Oct 23, 2015)

  • So the last release didn't go so well, that's why we are reverting the change to use PowerShell as the default so it is cmd again. We are going to keep it this way until we are confident enough to make the switch again. We also fixed the issue with the missing DLLs, so that's gone, too.
  • We also upgraded all our 3rd party code to the latest versions, this includes Git, clink, ConEmu and clink-completions.

New in Cmder 1.2 Pre-release (Oct 23, 2015)

  • MAJOR CHANGES:
  • PowerShell is run by default (You can change this back in Settings > Startup > Set to {cmd})
  • CHANGES:
  • PowerShell:
  • Much nicer PS prompt
  • cmd:
  • ssh-agent script
  • Allow the ability to reload the aliases file
  • Tab completion is now set to clink's default of 2 (Fixes #218 & #38)
  • history alias
  • Alias script changes:
  • Handle duplicate aliases (Replaces by default)
  • Delete alias (with /d switch)
  • Display all aliases (with no parameters)
  • ConEmu / Launcher:
  • Quake mode is now borderless
  • SINGLE mode support
  • Prefer user installed git
  • Other:
  • Removed all binary files from the repository as there's no need for them and t
  • BUG FIXES:
  • Fixed a bug with spaces in CMDER_ROOT breaking init.bat when run as admin (Fixes #121)
  • All the extra git.exe should be deleted when running the build script (Fixes #54)
  • Icons were missing from TSA and other situations, due to them being gitignored (Fixes #373 & #154)
  • The launcher exe should be built with XP compatibility

New in Cmder 1.1.4.1 (Sep 3, 2014)

  • The dlls included were of the wrong version.
  • Plus a revert of a config change.

New in Cmder 1.1.2 (Sep 3, 2014)

  • New amazing launcher
  • Various cmd fixes
  • Latest clink

New in Cmder 1.1.1 (Sep 3, 2014)

  • Added git prompt
  • Spaces in path are now tolerated
  • Home path is set correctly
  • Much better aliases
  • Changed powershell/cmd shortcut to shift + alt + #
  • Vim path is now loaded
  • Smarter aliases