Commit graph

1434 commits

Author SHA1 Message Date
Loric ANDRE 2710e648c9 release: v1.9.0 2026-01-26 21:46:53 +01:00
Loric ANDRE fbccdae64e feat(theme): add catppuccin themes 2026-01-26 21:45:13 +01:00
Loric ANDRE 30ef368c3e feat(frizbee): adaptive max_typos value 2026-01-26 21:14:26 +01:00
Loric ANDRE e5a0375e4a release: v1.8.1 2026-01-26 15:22:11 +01:00
Loric ANDRE 1d70a823e1 fix: correctly flush buffered stderr 2026-01-26 15:20:39 +01:00
Loric ANDRE 040fc6850e release: v1.8.0 2026-01-26 13:58:51 +01:00
Loric ANDRE 070b8347e4 fix: fix cursor blinking (closes #932) (credits to @lilydjwg) 2026-01-26 13:46:30 +01:00
Loric ANDRE 5eb9703547 feat: parse ansi codes in prompt 2026-01-26 13:37:32 +01:00
LoricAndre 5d938b05fe
fix: make select-1 and exit-0 work again (closes #916) (#933) 2026-01-26 13:14:51 +01:00
Loric ANDRE 0d67e1a126 chore: add matrix room to readme 2026-01-25 23:21:00 +01:00
Loric ANDRE 960a6ca064 fix: correctly overlay header styles 2026-01-25 23:04:41 +01:00
Loric ANDRE 788eb81334 tests: review snapshots 2026-01-25 21:56:28 +01:00
Loric ANDRE 6a6fea3e3a fix: header and header-lines order in reverse layout 2026-01-25 21:40:30 +01:00
Loric ANDRE 8cf06ab256 release: v1.7.2 2026-01-25 19:34:24 +01:00
Loric ANDRE 94c4bd51fe fix: correct cursor position when using reverse and border (closes #928) 2026-01-25 19:25:42 +01:00
Loric ANDRE 9ab5c7356a release: v1.7.1 2026-01-25 11:37:57 +01:00
Loric ANDRE d1494779ec fix: y cursor pos in reverse mode (closes #931) 2026-01-25 11:24:56 +01:00
Loric ANDRE c0f8cd4318 release: v1.7.0 2026-01-25 10:50:17 +01:00
Loric ANDRE 7ff7b01031 fix: correctly compute character width for cursor display (closes #929) 2026-01-25 10:41:57 +01:00
LoricAndre ec0658a9d4
feat: add borders to all widgets (#930) 2026-01-25 10:36:28 +01:00
Loric ANDRE a6613e4559 fix: re-enable query/cmd-query distinction and switching 2026-01-24 16:47:55 +01:00
Loric ANDRE bc9d159e30 fix: revert case-insensitive action_chain 2026-01-24 15:57:46 +01:00
Loric ANDRE c5a95a3845 fix: replace {n} with an empty string when no item is selected 2026-01-24 15:52:34 +01:00
Loric ANDRE 4e98ce34b3 fix: interrupt the reader thread when stopping 2026-01-24 15:52:02 +01:00
Loric ANDRE 6f548ae252 fix: fix printf sometimes replacing recursively 2026-01-24 14:22:31 +01:00
Loric ANDRE 505c5deae7 fix: correctly toggle prompt on ToggleInteractive (closes #925) 2026-01-24 11:06:00 +01:00
Loric ANDRE f4264c7cbe fix: correctly display all header lines 2026-01-24 10:24:50 +01:00
Loric ANDRE c2ab623851 fix: correctly merge base styles 2026-01-24 10:19:14 +01:00
Loric ANDRE 856c65bfc8 chore: cleanup changelog [skip ci] 2026-01-24 09:23:06 +01:00
Loric ANDRE d55c9b0487 release: v1.6.0 2026-01-23 19:30:56 +01:00
LoricAndre 1536eb9657
feat: add --remote flag to call remote (--listen) instances (#915)
* feat: add `--remote` flag to call remote (`--listen`) instances

* chore: generate completions & manpage

* docs: update docs

---------

Co-authored-by: Skim bot <skim-bot@skim-rs.github.io>
2026-01-23 18:19:43 +00:00
Loric ANDRE 47e547a9ad tests: remove insta_ prefixes after finalizing tests migration 2026-01-23 17:58:05 +01:00
Loric ANDRE eef3e8dd28 fix: make no-sort work again 2026-01-23 17:48:51 +01:00
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