Loric ANDRE
653a3eb6b7
release: v1.5.4
2026-01-23 16:38:29 +01:00
Loric ANDRE
76812361b2
fix: translate frizbee's byte indices into char indices
2026-01-23 15:35:39 +01:00
Loric ANDRE
870267bda6
docs: customize man page
2026-01-23 14:44:26 +01:00
Loric ANDRE
96a4c69646
fix: correctly merge styles & do not reset them by default ( #918 )
2026-01-23 11:50:44 +01:00
Loric ANDRE
2cfd33ccc9
fix: remove unnecessary clone in printf
2026-01-22 21:54:41 +01:00
Loric ANDRE
16ef0f4a27
fix: do not override {} with {q} in interactive mode
2026-01-22 21:34:40 +01:00
Loric ANDRE
1c538e36b5
release: v1.5.3
2026-01-22 17:56:05 +01:00
Mathieu Lemay
554896db64
fix: Escape last ; in env var value before passing to tmux ( #912 )
...
* fix: Escape last ; in env var value before passing to tmux
* Use shell_quote for more robust quoting
* Use Sh quoting always
* Revert to original escaping, add test
---------
Co-authored-by: LoricAndre <57358788+LoricAndre@users.noreply.github.com>
2026-01-22 16:49:18 +00:00
Loric ANDRE
ebab1d70c4
fix: quote expanded items independently ( #910 )
2026-01-22 17:08:40 +01:00
Loric ANDRE
432a692e68
release: v1.5.2
2026-01-22 14:57:02 +01:00
Loric ANDRE
1b02d824c1
fix: strip ansi from expanded items ( #910 )
2026-01-22 14:39:42 +01:00
Loric ANDRE
efb2ea8be5
fix: ignore {+} expressions when splitting action chains ( closes #910 )
2026-01-22 13:49:50 +01:00
Loric ANDRE
c8acb4b976
release: v1.5.1
2026-01-22 12:45:37 +01:00
LoricAndre
3c5b2d4209
fix: correctly expand {+} to current when no items are selected (cl… ( #913 )
...
* fix: correctly expand `{+}` to current when no items are selected (closes #910 )
* chore: generate completions & manpage
* test: add printf_plus unit tests
---------
Co-authored-by: Skim bot <skim-bot@skim-rs.github.io>
2026-01-22 11:28:58 +00:00
Loric ANDRE
ba50acd7f6
release: v1.5.0
2026-01-22 11:52:31 +01:00
Loric ANDRE
662e92f835
fix: make case option work with non-ascii input ( closes #454 )
2026-01-22 00:12:18 +01:00
LoricAndre
79672e348f
feat: add set-query action to update the input ( closes #657 ) ( #907 )
...
* feat: add `set-query` action to update the input (closes #657 )
* chore: generate completions & manpage
* test: add set_query tests
---------
Co-authored-by: Skim bot <skim-bot@skim-rs.github.io>
2026-01-21 22:42:26 +00:00
Loric ANDRE
773293974e
chore: fix tests link in PR template [skip ci]
2026-01-21 23:34:31 +01:00
Loric ANDRE
c5f2a3bdc9
release: v1.4.0
2026-01-21 18:38:33 +01:00
LoricAndre
1ee19d3caa
feat: split-match ( #906 )
...
* wip: split-match
* chore: generate completions & manpage
* chore: use engine factory for split match
* chore: generate completions & manpage
* docs: update README.md with new option [skip ci]
---------
Co-authored-by: Skim bot <skim-bot@skim-rs.github.io>
2026-01-21 18:35:30 +01:00
Loric ANDRE
1af0f643cb
docs: reflect need for nightly rust in install section [skip ci]
2026-01-21 18:24:30 +01:00
Loric ANDRE
d78ab85e41
release: v1.3.2
2026-01-21 16:57:41 +01:00
LoricAndre
0792967ea6
docs: add details to interactive mode in manpage ( closes #805 ) ( #816 )
...
* docs: add details to interactive mode in manpage (closes #805 )
* chore: generate completions & manpage
* docs: precise what happens when c and i are used separately
* chore: generate completions & manpage
* docs: add MODES section
* chore: generate completions & manpage
* chore: generate completions & manpage
---------
Co-authored-by: Skim bot <skim-bot@skim-rs.github.io>
2026-01-21 16:49:22 +01:00
Loric ANDRE
3b145cce7f
fix: better spinner debounce behavior to avoid flickering ( closes #904 )
2026-01-21 16:48:12 +01:00
LoricAndre
d7b61e34cb
docs: update README install section
2026-01-21 16:27:08 +01:00
LoricAndre
6d0c310bea
test: use insta for applicable integration tests, making them cross-p… ( #903 )
...
* test: use insta for applicable integration tests, making them cross-platform
* fix: remove @cmd from insta tests
* fix: remove @cmd from insta tests
* fix: use printf instead of echo
2026-01-21 15:41:20 +01:00
Loric ANDRE
2b5a6ac66f
release: v1.3.1
2026-01-21 09:23:04 +01:00
Loric ANDRE
6848e5afb6
fix: allow layout to override reverse ( closes #901 )
2026-01-21 09:15:47 +01:00
Loric ANDRE
6fb14848fe
chore: optimized release builds
2026-01-20 21:18:47 +01:00
Loric ANDRE
66b12e7d43
test: more reproducible and more precise bench [skip ci]
2026-01-20 19:52:20 +01:00
Loric ANDRE
9e80134abf
test: allow multiple bench runs for better consistency
2026-01-20 18:15:32 +01:00
Loric ANDRE
d8eda628fe
release: v1.3.0
2026-01-20 17:20:26 +01:00
LoricAndre
35a61fd147
feat: typo resistant matcher using frizbee from blink.cmp ( #891 )
...
* feat: typo resistant matcher using frizbee from blink.cmp
* chore: generate completions & manpage
* fix: back to stable rustc using fork
* chore: update lockfile
* chore: feature gate
* ci: update actions
* chore: generate completions & manpage
* ci: use rustup directly
* ci: fix feature name
---------
Co-authored-by: Skim bot <skim-bot@skim-rs.github.io>
2026-01-20 15:43:43 +00:00
Loric ANDRE
540c4d7245
release: v1.2.0
2026-01-20 14:34:52 +01:00
LoricAndre
4d4a33542d
feat: add no-strip-ansi flag ( #898 )
...
* feat: add no-strip-ansi flag
* chore: generate completions & manpage
---------
Co-authored-by: Skim bot <skim-bot@skim-rs.github.io>
2026-01-20 14:31:41 +01:00
Loric ANDRE
c5eb948500
Revert "fix: run preview in a PTY ( closes #894 )"
...
This reverts commit 3b0e31387b .
2026-01-20 14:01:55 +01:00
Loric ANDRE
3b0e31387b
fix: run preview in a PTY ( closes #894 )
2026-01-20 13:47:01 +01:00
Loric ANDRE
b3a221b740
release: v1.1.2
2026-01-20 09:57:54 +01:00
Loric ANDRE
52bf6a247b
fix: use ansi-stripped raw item in preview expansion
2026-01-20 09:48:06 +01:00
Loric ANDRE
3edc307768
fix: half page down scrolls down
2026-01-20 09:33:51 +01:00
Loric ANDRE
5fa0ffa884
release: v1.1.1
2026-01-19 23:01:10 +01:00
Loric ANDRE
102f7c79f2
test: fix preview_nul
2026-01-19 22:59:48 +01:00
Loric ANDRE
9d486b78fa
fix: use item output for fields
2026-01-19 22:55:48 +01:00
Loric ANDRE
c2c8bb6fe1
fix: parse ansi codes in header
2026-01-19 22:11:47 +01:00
Loric ANDRE
da74c01404
fix: use item text in printf
2026-01-19 21:58:11 +01:00
Loric ANDRE
223414091a
chore: update crossterm version requirement to pass crates.io publish checks
2026-01-19 21:35:15 +01:00
Loric ANDRE
47c5cf829c
release: v1.1.0
2026-01-19 21:19:28 +01:00
LoricAndre
f03894c25b
test: fix wrap test ( #896 )
...
* test: fix wrap test
* chore: generate completions & manpage
* fix: fix test
---------
Co-authored-by: Skim bot <skim-bot@skim-rs.github.io>
2026-01-19 21:17:42 +01:00
Loric ANDRE
33833ff5a6
fix: preview on large binaries does not hang or mangle the tui
2026-01-19 19:42:48 +01:00
Loric ANDRE
c12b32cdc3
fix: delete outside char boundaries
2026-01-19 18:00:14 +01:00