mirror of
https://github.com/cmderdev/cmder.git
synced 2025-03-13 06:04:36 +08:00
Merge pull request #2695 from goodusername123/master
Update Git for Windows and Clink
This commit is contained in:
commit
7beb490048
@ -2,6 +2,11 @@
|
||||
|
||||
## [Unreleased](https://ci.appveyor.com/project/MartiUK/cmder/build/artifacts) (2022-03-17)
|
||||
|
||||
### Changes
|
||||
|
||||
- Update Git for Windows to 2.36.0
|
||||
- Update to Clink 1.3.16
|
||||
|
||||
### Fixes
|
||||
|
||||
- Fix find and use latest Git install always using vendored Git.
|
||||
@ -15,7 +20,7 @@
|
||||
### Changes
|
||||
|
||||
- Update Git for Windows to 2.34.0
|
||||
- Update to Clink 1.3.15
|
||||
- Update to Clink 1.2.46
|
||||
- Update to stable Conemu 210912
|
||||
- Do not rely on having a `%cmder_root%\config\cmder_prompt_config.lua`
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
[](https://gitter.im/cmderdev/cmder?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://ci.appveyor.com/project/MartiUK/cmder)
|
||||
|
||||
Cmder is a **software package** created out of pure frustration over absence of usable console emulator on Windows. It is based on [ConEmu](https://conemu.github.io/) with *major* config overhaul, comes with a Monokai color scheme, amazing [clink](https://github.com/mridgers/clink) (further enhanced by [clink-completions](https://github.com/vladimir-kotikov/clink-completions)) and a custom prompt layout.
|
||||
Cmder is a **software package** created out of pure frustration over absence of usable console emulator on Windows. It is based on [ConEmu](https://conemu.github.io/) with *major* config overhaul, comes with a Monokai color scheme, amazing [clink](https://chrisant996.github.io/clink/) (further enhanced by [clink-completions](https://github.com/vladimir-kotikov/clink-completions)) and a custom prompt layout.
|
||||
|
||||

|
||||
|
||||
|
8
vendor/sources.json
vendored
8
vendor/sources.json
vendored
@ -1,13 +1,13 @@
|
||||
[
|
||||
{
|
||||
"name": "git-for-windows",
|
||||
"version": "v2.34.0.windows.1",
|
||||
"url": "https://github.com/git-for-windows/git/releases/download/v2.34.0.windows.1/PortableGit-2.34.0-64-bit.7z.exe"
|
||||
"version": "v2.36.0.windows.1",
|
||||
"url": "https://github.com/git-for-windows/git/releases/download/v2.36.0.windows.1/PortableGit-2.36.0-64-bit.7z.exe"
|
||||
},
|
||||
{
|
||||
"name": "clink",
|
||||
"version": "1.3.15",
|
||||
"url": "https://github.com/chrisant996/clink/releases/download/v1.3.15/clink.1.3.15.6e6e45.zip"
|
||||
"version": "1.3.16",
|
||||
"url": "https://github.com/chrisant996/clink/releases/download/v1.3.16/clink.1.3.16.023688.zip"
|
||||
},
|
||||
{
|
||||
"name": "conemu-maximus5",
|
||||
|
Loading…
x
Reference in New Issue
Block a user