Commit graph

1363 commits

Author SHA1 Message Date
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
Loric ANDRE 3e0cbd1e06 feat: wrap items 2026-01-19 17:17:13 +01:00
Loric ANDRE 484eb6a75e release: v1.0.1 2026-01-19 12:21:48 +01:00
Loric ANDRE 8ae57f6d01 fix: disable compact_matcher feature 2026-01-19 12:14:36 +01:00
Loric ANDRE 93ffbcea88 release: v1.0.0 2026-01-19 09:33:39 +01:00
Loric ANDRE 931ae8bc91 release: v1.0.0-pre11 2026-01-17 19:39:49 +01:00
Loric ANDRE d17f5bd95d test: fix flaky tests 2026-01-17 19:39:24 +01:00
Loric ANDRE 6f2412dde3 fix: always use cursor/selector colors (#892) 2026-01-17 19:34:24 +01:00
Loric ANDRE be121a7be4 chore(changelog): ignore release commits 2026-01-17 16:44:07 +01:00
Loric ANDRE 7b6e0fd300 release: v1.0.0-pre10 2026-01-17 16:38:15 +01:00
Loric ANDRE 0c01f31898 chore: add pointer/marker as aliases for selector/multi-selector 2026-01-17 16:34:58 +01:00
Loric ANDRE 128fc245f1 fix: only expand selection in {+} for commands 2026-01-17 16:23:39 +01:00
Loric ANDRE acde4f82ca release: v1.0.0-pre9 2026-01-17 00:23:40 +01:00
Loric ANDRE 8e25217a01 fix: matcher race condition at startup 2026-01-17 00:19:59 +01:00
Loric ANDRE b144416d80 release: v1.0.0-pre8 2026-01-16 23:39:24 +01:00
Loric ANDRE f608ef9d24 feat: add print-header flag (and readd print-score) (closes #470) 2026-01-16 23:34:30 +01:00
Loric ANDRE 7c9b7194e0 test: remove useless listen tests 2026-01-16 22:32:58 +01:00
LoricAndre e25e166003
fix(ui): use current highlight for the current item (closes #889) (#890)
* fix(ui): use current highlight for the current item (closes #889)

* fix: misc
2026-01-16 17:54:02 +01:00
Loric ANDRE 8b4a048af9 release: v1.0.0-pre7 2026-01-16 16:46:23 +01:00
Loric ANDRE 577025224e fix: correctly parse wrap arg in preview options 2026-01-16 16:27:20 +01:00
LoricAndre 3782ae85e1
fix: fix listen flag on macos (#888)
* test: add vanilla test

* test: add vanilla test

* test: add vanilla test

* chore: better error

* fix: @dbg never times out

* chore: increase timeout

* chore: increase timeout

* fix: allow listen tests to retry
2026-01-16 15:58:07 +01:00
Loric ANDRE 1bf7b5266a test: add tests for listen flag 2026-01-16 10:01:28 +01:00
Loric ANDRE 0de00e972e feat: add listen flag (closes #719) 2026-01-15 21:02:32 +01:00
Loric ANDRE 1fef63e720 release: v1.0.0-pre6 2026-01-15 15:30:31 +01:00
Loric ANDRE d3efe18b0d fix: fix build without default features 2026-01-15 15:14:19 +01:00
Loric ANDRE e4dc4d02f0 feat: add --shell-bindings flag to get bindings at runtime 2026-01-15 15:07:25 +01:00
Loric ANDRE 8e3d143819 fix: disable completions without cli feature 2026-01-15 14:56:24 +01:00
Loric ANDRE 0a8087d8bb release: v1.0.0-pre6 2026-01-15 14:53:06 +01:00
Loric ANDRE 15b6a14e0f feat: add nushell completion support (closes #459) 2026-01-15 14:47:13 +01:00
Loric ANDRE 60f4c1d17b feat: add disabled flag (closes #500) 2026-01-15 14:11:53 +01:00
Loric ANDRE 48e60a932c feat: add cycle flag (closes #553) 2026-01-15 12:28:29 +01:00
Loric ANDRE 21586f911c chore: add exhaustive_match macro for enum building from str 2026-01-15 11:41:20 +01:00
Loric ANDRE 2dddd43ca0 release: v1.0.0-pre5 2026-01-15 10:35:47 +01:00
Loric ANDRE c7ae5bf1a2 feat(ui): allow setting modifiers (closes #871) 2026-01-15 10:35:09 +01:00
Loric ANDRE 56f3ff76c4 feat(ui): add selector and multi-selector options to set the itemlist icons 2026-01-14 21:16:59 +01:00
Loric ANDRE 56536b8eec release: v1.0.0-pre4 2026-01-14 19:14:26 +01:00
Loric ANDRE fe3f470b8a fix(cmd)!: always use sh for all command executions 2026-01-14 19:14:10 +01:00
Loric ANDRE 3dc64cfb90 feat: 120 FPS 2026-01-14 18:33:38 +01:00
Loric ANDRE 7e962392cd chore: regenerate CHANGELOG.md 2026-01-14 18:15:40 +01:00