mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-13 03:09:10 +08:00
Merge branch 'master' of https://github.com/cmderdev/cmder
This commit is contained in:
commit
ae7ddb7f86
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,5 +1,19 @@
|
|||||||
# Change Log
|
# 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)
|
## [1.3.16](https://github.com/cmderdev/cmder/tree/v1.3.16) (2020-07-29)
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
8
vendor/sources.json
vendored
8
vendor/sources.json
vendored
@ -6,8 +6,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "clink",
|
"name": "clink",
|
||||||
"version": "0.4.9",
|
"version": "1.1.10",
|
||||||
"url": "https://github.com/mridgers/clink/releases/download/0.4.9/clink_0.4.9.zip"
|
"url": "https://github.com/chrisant996/clink/releases/download/v1.1.10/clink.1.1.10.125c9f.zip"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "conemu-maximus5",
|
"name": "conemu-maximus5",
|
||||||
@ -16,7 +16,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "clink-completions",
|
"name": "clink-completions",
|
||||||
"version": "0.3.5",
|
"version": "0.3.6",
|
||||||
"url": "https://github.com/vladimir-kotikov/clink-completions/archive/0.3.5.zip"
|
"url": "https://github.com/vladimir-kotikov/clink-completions/archive/0.3.6.zip"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user