cmder v1.2 - The PowerShell release.
Pre-release
Pre-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
- Much nicer PS prompt (@LeoColomb)
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
- Quake mode is now borderless (@cgrail)
- /SINGLE mode support (@TheCjw & @kohenkatz)
- Prefer user installed git (@narnaud)
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