|
32 | 32 |
|
33 | 33 | ### Changes |
34 | 34 |
|
35 | | -- Update Git for Windows to 2.45.1.windows.1, Clink to 1.6.14, and clink-completions to 0.5.2. |
| 35 | +- Component Updates |
| 36 | + - Update Git for Windows to 2.45.1.windows.1. |
| 37 | + - Update ConEmu to 24.05.31. |
| 38 | + - Clink 1.6.14. |
| 39 | + - clink-completions 0.5.2. |
| 40 | + |
36 | 41 | - Add `SECURITY.md` and refresh CI workflows and actions. |
37 | 42 | - Enable `match.expand_envvars` and improve git diagnostics for improper versions. |
38 | 43 |
|
|
58 | 63 |
|
59 | 64 | ### Changes |
60 | 65 |
|
61 | | -- Update Git for Windows to 2.41.0.windows.3, Clink to 1.5.1, ConEmu to 23.07.23, and clink-completions to 0.4.10. |
| 66 | +- Handle Clink injection differently in `init.bat`. |
| 67 | +- Changes to `clink_settings.lua.default`. |
| 68 | + - Do not add commands to Clink Command Line History that begin with whitespace as a default. |
| 69 | + - This can be changed to the old behavior by setting `history_ignore_space` to `0` in `config\clink_settings.lua`. |
| 70 | + - `history.max_lines` is now defaults to `25000` instead of `10000`. |
| 71 | + - This can be changed back to the old behavior by setting `history_max_lines` to `10000` in `config\clink_settings.lua`. |
| 72 | + - `history.shared` now defaults to `False` instead of `True`. |
| 73 | + - The previous default of `True` was causing issues with some users when using Cmder in multiple sessions. |
| 74 | + - This can be changed back to the old behavior by setting `history_shared` to `1` in `config\clink_settings.lua`. |
| 75 | + |
| 76 | +- Component Updates |
| 77 | + - Git for Windows to 2.41.0.windows.3 |
| 78 | + - Clink to 1.5.1 |
| 79 | + - ConEmu to 23.07.23 |
| 80 | + - clink-completions to 0.4.10 |
| 81 | + |
62 | 82 | - Remove AppVeyor configuration and add CodeQL scanning and Dependabot updates. |
63 | 83 |
|
64 | 84 | ### Fixes |
|
69 | 89 |
|
70 | 90 | ## [1.3.21](https://github.com/cmderdev/cmder/tree/v1.3.21) (2022-12-19) |
71 | 91 |
|
| 92 | +### Fixes |
| 93 | + |
| 94 | +- Fix #2789. |
| 95 | +- Fix Git Bash `GIT_INSTALL_ROOT` handling. |
| 96 | + |
72 | 97 | ### Changes |
73 | 98 |
|
| 99 | +- Refactor `clink.lua` to speed up the prompt. |
| 100 | +- Refactor and Cleanup `init.bat` and related scripts. |
| 101 | +- Refactor and Cleanup `profile.ps1` and related scripts. |
| 102 | +- Remove handling of `clink` and `tcc` incompatibility. |
74 | 103 | - Update ConEmu to mitigate CVE-2022-46387. |
75 | 104 | - Update Git for Windows to 2.39.0.windows.1 and Clink to 1.4.4. |
76 | 105 |
|
77 | | -### Fixes |
| 106 | +### Adds |
78 | 107 |
|
79 | | -- Fix #2789. |
80 | | -- Fix Git Bash `GIT_INSTALL_ROOT` handling. |
| 108 | +- Add `show_warning` function to `vendor\lib\lib_console.cmd` for showing warning messages in yellow. |
81 | 109 |
|
82 | 110 | ## [1.3.20](https://github.com/cmderdev/cmder/tree/v1.3.20) (2022-03-18) |
83 | 111 |
|
|
0 commit comments