Cmder Versions Save

Lovely console emulator package for Windows

v1.3.2

7 years ago

Change Log

1.3.2 (2016-12-01)

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

* This Change Log was automatically generated by github_changelog_generator

v1.3.0

7 years ago

v1.3.0-pre

8 years ago

v1.2.9

8 years ago

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.

You can find up to date instructions on how to properly handle aliases, the ssh agent and the new userscript file over at https://github.com/cmderdev/cmder/tree/development

v1.2

8 years ago

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

v1.1.4.1

9 years ago

The dlls included were of the wrong version.

-- Edit Plus a revert of a config change.

v1.1.4

9 years ago

Thanks to everyone who contributed, enjoy the new release!

v1.1.4-xplauncher

10 years ago

NOTE: This only contains the Windows XP launcher for testing purposes only.

v1.1.3

10 years ago

Stable release with new and awesome launcher

v1.1.2

10 years ago
  • New amazing launcher from @austinwagner
  • Various cmd fixes
  • Latest clink