Compare commits

...

3 Commits

Author SHA1 Message Date
David Refoua
27e27cae14 conf: restore the clink's "gray text" auto-suggestions display
The [`autosuggest.inline` feature](https://chrisant996.github.io/clink/clink.html#inline-suggestions) was disabled by default from the config in **a breaking change** from https://github.com/chrisant996/clink/releases/tag/v1.9.20 and later
2026-06-03 11:07:08 +03:30
David Refoua
4763821a77 Merge pull request #3079 from cmderdev/dependabot/github_actions/softprops/action-gh-release-3
Bump softprops/action-gh-release from 2 to 3
2026-04-15 03:23:59 +03:30
dependabot[bot]
ddaa2f1c4e Bump softprops/action-gh-release from 2 to 3
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-13 17:07:56 +00:00
2 changed files with 5 additions and 1 deletions

View File

@@ -242,7 +242,7 @@ jobs:
$summary | Add-Content -Path $env:GITHUB_STEP_SUMMARY -Encoding utf8 $summary | Add-Content -Path $env:GITHUB_STEP_SUMMARY -Encoding utf8
- name: Create Release - name: Create Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v3
with: with:
files: | files: |
build/cmder.zip build/cmder.zip

View File

@@ -30,3 +30,7 @@ cmd.auto_answer = answer_yes
# name: Doskey completions # name: Doskey completions
# type: color # type: color
color.doskey = yellow color.doskey = yellow
# name: Show a suggestion in a muted color
# type: boolean
autosuggest.inline