Skip to content

Commit 7b6e0fd

Browse files
committed
release: v1.0.0-pre10
1 parent 0c01f31 commit 7b6e0fd

File tree

8 files changed

+18
-11
lines changed

8 files changed

+18
-11
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.0-pre10] - 2026-01-17
9+
10+
### 🐛 Bug Fixes
11+
12+
- Only expand selection in {+} for commands
13+
14+
### ⚙️ Miscellaneous Tasks
15+
16+
- Add pointer/marker as aliases for selector/multi-selector
817
## [1.0.0-pre9] - 2026-01-16
918

1019
### 🐛 Bug Fixes
1120

1221
- Matcher race condition at startup
22+
23+
### 💼 Other
24+
25+
- V1.0.0-pre9
1326
## [1.0.0-pre8] - 2026-01-16
1427

1528
### 🚀 Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "skim"
3-
version = "1.0.0-pre9"
3+
version = "1.0.0-pre10"
44
authors = ["Loric ANDRE", "Zhang Jinzhou <lotabout@gmail.com>"]
55
description = "Fuzzy Finder in rust!"
66
documentation = "https://docs.rs/skim"

man/man1/sk.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.ie \n(.g .ds Aq \(aq
22
.el .ds Aq '
3-
.TH sk 1 "sk 1.0.0-pre9"
3+
.TH sk 1 "sk 1.0.0-pre10"
44
.SH NAME
55
sk \- Fuzzy Finder in rust!
66
.SH SYNOPSIS
@@ -867,4 +867,4 @@ Pipe log output to a file
867867
\fB\-\-expect\fR \fI<EXPECT>\fR [default: ]
868868
Deprecated, kept for compatibility purposes. See accept() bind instead
869869
.SH VERSION
870-
v1.0.0\-pre9
870+
v1.0.0\-pre10

shell/completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ _sk() {
2323

2424
case "${cmd}" in
2525
sk)
26-
opts="-t -n -d -e -b -m -c -i -I -p -q -1 -0 -f -x -h -V --tac --min-query-length --no-sort --tiebreak --nth --with-nth --delimiter --exact --regex --algo --case --bind --multi --no-multi --no-mouse --cmd --interactive --color --no-hscroll --keep-right --skip-to-pattern --no-clear-if-empty --no-clear-start --no-clear --show-cmd-error --cycle --disabled --layout --reverse --height --no-height --min-height --margin --prompt --cmd-prompt --selector --multi-selector --ansi --tabstop --info --no-info --inline-info --header --header-lines --border --history --history-size --cmd-history --cmd-history-size --preview --preview-window --query --cmd-query --read0 --print0 --print-query --print-cmd --print-score --print-header --select-1 --exit-0 --sync --pre-select-n --pre-select-pat --pre-select-items --pre-select-file --filter --shell --shell-bindings --man --listen --tmux --log-file --extended --literal --hscroll-off --filepath-word --jump-labels --no-bold --pointer --marker --phony --expect --help --version"
26+
opts="-t -n -d -e -b -m -c -i -I -p -q -1 -0 -f -x -h -V --tac --min-query-length --no-sort --tiebreak --nth --with-nth --delimiter --exact --regex --algo --case --bind --multi --no-multi --no-mouse --cmd --interactive --color --no-hscroll --keep-right --skip-to-pattern --no-clear-if-empty --no-clear-start --no-clear --show-cmd-error --cycle --disabled --layout --reverse --height --no-height --min-height --margin --prompt --cmd-prompt --selector --multi-selector --ansi --tabstop --info --no-info --inline-info --header --header-lines --border --history --history-size --cmd-history --cmd-history-size --preview --preview-window --query --cmd-query --read0 --print0 --print-query --print-cmd --print-score --print-header --select-1 --exit-0 --sync --pre-select-n --pre-select-pat --pre-select-items --pre-select-file --filter --shell --shell-bindings --man --listen --tmux --log-file --extended --literal --hscroll-off --filepath-word --jump-labels --no-bold --phony --expect --help --version"
2727
if [[ ${cur} == -* || ${COMP_CWORD} -eq 1 ]] ; then
2828
COMPREPLY=( $(compgen -W "${opts}" -- "${cur}") )
2929
return 0

shell/completion.fish

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ complete -c sk -s x -l extended -d 'Reserved for later use'
101101
complete -c sk -l literal -d 'Reserved for later use'
102102
complete -c sk -l filepath-word -d 'Reserved for later use'
103103
complete -c sk -l no-bold -d 'Reserved for later use'
104-
complete -c sk -l pointer -d 'Reserved for later use'
105-
complete -c sk -l marker -d 'Reserved for later use'
106104
complete -c sk -l phony -d 'Reserved for later use'
107105
complete -c sk -s h -l help -d 'Print help (see more with \'--help\')'
108106
complete -c sk -s V -l version -d 'Print version'

shell/completion.nu

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ module completions {
106106
--filepath-word # Reserved for later use
107107
--jump-labels: string # Reserved for later use
108108
--no-bold # Reserved for later use
109-
--pointer # Reserved for later use
110-
--marker # Reserved for later use
111109
--phony # Reserved for later use
112110
--expect: string # Deprecated, kept for compatibility purposes. See accept() bind instead
113111
--help(-h) # Print help (see more with '--help')

shell/completion.zsh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ zsh\:"Zsh"))' \
121121
'--literal[Reserved for later use]' \
122122
'--filepath-word[Reserved for later use]' \
123123
'--no-bold[Reserved for later use]' \
124-
'--pointer[Reserved for later use]' \
125-
'--marker[Reserved for later use]' \
126124
'--phony[Reserved for later use]' \
127125
'-h[Print help (see more with '\''--help'\'')]' \
128126
'--help[Print help (see more with '\''--help'\'')]' \

0 commit comments

Comments
 (0)