Skip to content

cmder v1.2 - The PowerShell release.

Pre-release
Pre-release
Compare
Choose a tag to compare
@MartiUK MartiUK released this 17 May 22:40
· 1397 commits to master since this release

As promised so long ago.

NOTE: If you're missing the msvcp140 dll, try downloading the attached 7z file here and extract it to your cmder directory.

I've uploaded newer archives with the redistributable dlls included.

Changelog (In progress):

Major Changes

  • PowerShell is run by default (You can change this back in Settings > Startup > Set to {cmd})

Changes

PowerShell

cmd

  • ssh-agent script (@Shoozza, @ogrim)
  • Allow the ability to reload the aliases file (@glucas)
  • Alias script changes (@vladimir-kotikov)
    • Handle duplicate aliases (Replaces by default)
    • Delete alias (with /d switch)
    • Display all aliases (with no parameters)
  • Tab completion is now set to clink's default of 2 (Fixes #218 & #38)
  • history alias (@robgithub)

ConEmu / Launcher

Other

Removed all binary files from the repository as there's no need for them and t

Bugfixes

  • Fixed a bug with spaces in CMDER_ROOT breaking init.bat when run as admin (@sescandell) (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