From e0b8ebc6697697f50f1c01afda3cab0850785b49 Mon Sep 17 00:00:00 2001 From: Dax T Games Date: Mon, 21 Dec 2020 16:30:30 -0500 Subject: [PATCH] Clink fork fixes (#2441) * debug * remove debug * Switch to chrisant996 Clink 1.1.8 * Update to Clink 1.1 10 * CHANGELOG.md Co-authored-by: dgames --- CHANGELOG.md | 14 ++++++++++++++ vendor/sources.json | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89d6458..e0ba2e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## [Unreleased] + +### Fixes + +- Switch to @chrisant996 [Clink](https://github.com/chrisant996/clink/) v1.1.10 to fix Clink newer Windows 10 releases. +- Fix `\Git\cmd\git.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. + ## [1.3.16](https://github.com/cmderdev/cmder/tree/v1.3.16) (2020-07-29) ### Fixes diff --git a/vendor/sources.json b/vendor/sources.json index 66ad13d..6996719 100644 --- a/vendor/sources.json +++ b/vendor/sources.json @@ -6,8 +6,8 @@ }, { "name": "clink", - "version": "0.4.9", - "url": "https://github.com/mridgers/clink/releases/download/0.4.9/clink_0.4.9.zip" + "version": "1.1.10", + "url": "https://github.com/chrisant996/clink/releases/download/v1.1.10/clink.1.1.10.125c9f.zip" }, { "name": "conemu-maximus5",