From 78b9c97fa9f424dd112e77c4f881f1f1303f6a7d Mon Sep 17 00:00:00 2001 From: precla Date: Mon, 19 Feb 2018 13:48:35 +0100 Subject: [PATCH] Updated Changelog.md --- CHANGELOG.md | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4525df9..574036c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,50 @@ # Change Log -## [1.3.2](https://github.com/cmderdev/cmder/tree/1.3.2) (2016-12-01) +## [1.3.5](https://github.com/cmderdev/cmder/releases/tag/v1.3.5) (2018-02-11) + +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. + +**Updated components:** +- Git updated to v2.16.1.windows.4 +- clink updated to 0.4.9 (official version) +- ConEmu updated to 180206 + +**Fixed bugs:** + +- use /dir Switch instead of CMDER_START (previously [\#921](https://github.com/cmderdev/cmder/pull/921)) [\#1609](https://github.com/cmderdev/cmder/pull/1609) ([Stanzilla](https://github.com/Stanzilla)) +- add config/settings to .gitignore [\#1592](https://github.com/cmderdev/cmder/pull/1592) ([daxgames]((https://github.com/daxgames))) +- Upgrade #1591 ([daxgames]((https://github.com/daxgames))) +- Fix startup folder issue [\#1547](https://github.com/cmderdev/cmder/pull/1547) (dr-tony-lin) +- Fix alias.bat handling "user-aliases.cmd" with spaces [\#1531](https://github.com/cmderdev/cmder/pull/1531) ([Varriount](https://github.com/Varriount)) +- Compatible with Visual Studio Code (cmd) [\#1416](https://github.com/cmderdev/cmder/pull/1416) ([gucong3000](https://github.com/gucong3000)) + +## [1.3.4](https://github.com/cmderdev/cmder/releases/tag/v1.3.4) (2017-11-03) + +We now use a forked version of clink since it's original author is missing and we needed Windows 10 compat. + +**Updated components:** + +- Git: v2.15.0.windows.1 + +**Fixed bugs:** + +- Fix lamda color after a ConEmu change: [a8d3261](https://github.com/cmderdev/cmder/commit/a8d32611a9b93cfb58f0318ae4b8041bc8a86c68) +- Compatible with Visual Studio Code (PowerShell): [\#1417](https://github.com/cmderdev/cmder/pull/1417) +- Make default tasks respect "Startup directory for new process": [b58ff9b](https://github.com/cmderdev/cmder/commit/b58ff9bb539d7f908f427fa34f377e1513fcd825) + + +## [1.3.3](https://github.com/cmderdev/cmder/releases/tag/v1.3.3) (2017-10-28) + +We now use a forked version of clink since it's original author is missing and we needed Windows 10 compat. + +**Updated components:** + +- Git: v2.14.3.windows.1 +- ConEmu: 170910 +- Clink: 0.4.9-FORK +- Clink-Completions: 0.3.3 + +## [1.3.2](https://github.com/cmderdev/cmder/releases/tag/v1.3.2) (2016-12-01) **Implemented enhancements:** - Change appveyor.yml to publish all resulting artifacts from builds. [\#717](https://github.com/cmderdev/cmder/issues/717)