Skip to content

Commit 6e591d4

Browse files
committed
sync
2 parents 979168a + 2d3e89c commit 6e591d4

1 file changed

Lines changed: 33 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@
3232

3333
### Changes
3434

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+
3641
- Add `SECURITY.md` and refresh CI workflows and actions.
3742
- Enable `match.expand_envvars` and improve git diagnostics for improper versions.
3843

@@ -58,7 +63,22 @@
5863

5964
### Changes
6065

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+
6282
- Remove AppVeyor configuration and add CodeQL scanning and Dependabot updates.
6383

6484
### Fixes
@@ -69,15 +89,23 @@
6989

7090
## [1.3.21](https://github.com/cmderdev/cmder/tree/v1.3.21) (2022-12-19)
7191

92+
### Fixes
93+
94+
- Fix #2789.
95+
- Fix Git Bash `GIT_INSTALL_ROOT` handling.
96+
7297
### Changes
7398

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.
74103
- Update ConEmu to mitigate CVE-2022-46387.
75104
- Update Git for Windows to 2.39.0.windows.1 and Clink to 1.4.4.
76105

77-
### Fixes
106+
### Adds
78107

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.
81109

82110
## [1.3.20](https://github.com/cmderdev/cmder/tree/v1.3.20) (2022-03-18)
83111

0 commit comments

Comments
 (0)