mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
release: v1.0.0-pre6
This commit is contained in:
parent
d3efe18b0d
commit
1fef63e720
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
|||
workflow_call:
|
||||
inputs:
|
||||
plan:
|
||||
required: true
|
||||
required: false
|
||||
type: string
|
||||
pull_request:
|
||||
push:
|
||||
|
|
|
|||
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -12,6 +12,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Add cycle flag (closes #553)
|
||||
- Add disabled flag (closes #500)
|
||||
- Add nushell completion support (closes #459)
|
||||
- Add --shell-bindings flag to get bindings at runtime
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Disable completions without cli feature
|
||||
- Fix build without default features
|
||||
|
||||
### 💼 Other
|
||||
|
||||
- V1.0.0-pre6
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue