|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [1.3.25](https://github.com/cmderdev/cmder/tree/v1.3.25) (2024-05-31) |
| 4 | + |
| 5 | +### Changes |
| 6 | + |
| 7 | +- Component Updates |
| 8 | + - Update Git for Windows to 2.45.1.windows.1. |
| 9 | + - Update ConEmu to 24.05.31. |
| 10 | + - Clink 1.6.14. |
| 11 | + - clink-completions 0.5.2. |
| 12 | + |
| 13 | +- Add `SECURITY.md` and refresh CI workflows and actions. |
| 14 | +- Enable `match.expand_envvars` and improve git diagnostics for improper versions. |
| 15 | + |
| 16 | +### Fixes |
| 17 | + |
| 18 | +- Fix #2944. |
| 19 | +- Fix script error when the working directory contains `%`. |
| 20 | +- Remove environment refresh race condition. |
| 21 | + |
| 22 | +## [1.3.24](https://github.com/cmderdev/cmder/tree/v1.3.24) (2023-07-24) |
| 23 | + |
| 24 | +### Changes |
| 25 | + |
| 26 | +- Update `build.yml` workflow. |
| 27 | + |
| 28 | +## [1.3.23](https://github.com/cmderdev/cmder/tree/v1.3.23) (2023-07-24) |
| 29 | + |
| 30 | +### Changes |
| 31 | + |
| 32 | +- Update ConEmu (conemu-maximus5) to 23.07.24. |
| 33 | + |
| 34 | +## [1.3.22](https://github.com/cmderdev/cmder/tree/v1.3.22) (2023-07-24) |
| 35 | + |
| 36 | +### Changes |
| 37 | + |
| 38 | +- Handle Clink injction differently in `init.bat`. |
| 39 | +- Changes to `clink_settings.lua.default`. |
| 40 | + - Do not add commands to Clink Command Line History that begin with whitespace as a default. |
| 41 | + - This can be changed to the old behavior by setting `history_ignore_space` to `0` in `config\clink_settings.lua`. |
| 42 | + - `history.max_lines` is now defaults to `25000` instead of `10000`. |
| 43 | + - This can be changed back to the old behavior by setting `history_max_lines` to `10000` in `config\clink_settings.lua`. |
| 44 | + - `history.shared` now defaults to `False` instead of `True`. |
| 45 | + - The previous default of `True` was causing issues with some users when using Cmder in multiple sessions. |
| 46 | + - This can be changed back to the old behavior by setting `history_shared` to `1` in `config\clink_settings.lua`. |
| 47 | + |
| 48 | +- Component Updates |
| 49 | + - Git for Windows to 2.41.0.windows.3 |
| 50 | + - Clink to 1.5.1 |
| 51 | + - ConEmu to 23.07.23 |
| 52 | + - clink-completions to 0.4.10 |
| 53 | + |
| 54 | +- Remove AppVeyor configuration and add CodeQL scanning and Dependabot updates. |
| 55 | + |
| 56 | +### Fixes |
| 57 | + |
| 58 | +- Fix `/task "<taskName>"` handling. |
| 59 | +- Skip clink injection when initialization fails fatally. |
| 60 | +- Fix errors when git/svn/hg are not installed and in profile.d PowerShell scripts. |
| 61 | + |
| 62 | +## [1.3.21](https://github.com/cmderdev/cmder/tree/v1.3.21) (2022-12-19) |
| 63 | + |
| 64 | +### Fixes |
| 65 | + |
| 66 | +- Fix #2789. |
| 67 | +- Fix Git Bash `GIT_INSTALL_ROOT` handling. |
| 68 | + |
| 69 | +### Changes |
| 70 | + |
| 71 | +- Refactor `clink.lua` to speed up the prompt. |
| 72 | +- Refactor and Cleanup `init.bat` and related scripts. |
| 73 | +- Refactor and Cleanup `profile.ps1` and related scripts. |
| 74 | +- Remove handling of `clink` and `tcc` incompatibility. |
| 75 | +- Update ConEmu to mitigate CVE-2022-46387. |
| 76 | +- Update Git for Windows to 2.39.0.windows.1 and Clink to 1.4.4. |
| 77 | + |
| 78 | +### Adds |
| 79 | + |
| 80 | +- Add `show_warning` function to `vendor\lib\lib_console.cmd` for showing warning messages in yellow. |
| 81 | + |
3 | 82 | ## [1.3.20](https://github.com/cmderdev/cmder/tree/v1.3.20) (2022-03-18) |
4 | 83 |
|
5 | 84 | ### Changes |
|
0 commit comments