CLink migration and clenaup

This commit is contained in:
dgames
2020-12-24 17:48:00 -05:00
parent c4fb7e6034
commit 783cf68d10
3 changed files with 77 additions and 117 deletions

View File

@ -1,9 +1,18 @@
# Change Log
## [1.3.17](https://github.com/cmderdev/cmder/tree/v1.3.17) (2020-12-23)
## [1.3.18](https://github.com/cmderdev/cmder/tree/v1.3.18) (2020-12-24)
### Fixes
- Update to Clink v1.1.14 to fix #2451.
- Clink `%cmder_root%\config\settings` is migrated from a previous install if `%cmder_root%\config\clink_settings` does not exist.
- This is a best effort migration of Clink 1.x.x supported settings.
- Clink `%cmder_root%\config\.history` is migrated from a previous install if `%cmder_root%\config\clink_history` does not exist.
- `init.bat` auto migrates the history alias to use `clink history` if required.
## [1.3.17](https://github.com/cmderdev/cmder/tree/v1.3.17) (2020-12-23)
### Fixes
- [bug] Running `alias ..=cd ..` removes other aliases #2394
- 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.`