Commit graph

302 commits

Author SHA1 Message Date
Loric ANDRE 5446f20e8c release: v1.11.2 2026-01-29 18:31:00 +01:00
Loric ANDRE 9f9771f79a release: v1.11.1 2026-01-29 13:08:24 +01:00
Loric ANDRE 923b018aa3 release: v1.11.0 2026-01-27 22:35:50 +01:00
Loric ANDRE c0a368b901 feat: add custom action for lib usage (closes #537) 2026-01-27 19:50:52 +01:00
Loric ANDRE edaea9f34a release: v1.10.0 2026-01-27 16:44:54 +01:00
LoricAndre 55b50cb3bf
feat: add --normalize to ignore accents etc. when matching (closes #453) (#914)
* feat: add `--normalize` to ignore accents etc. when matching (closes #453)

* chore: generate completions & manpage

* chore: merge master

* chore: generate completions & manpage

* chore: use a matcher engine for normalization

* chore: reset useless changes

---------

Co-authored-by: Skim bot <skim-bot@skim-rs.github.io>
2026-01-27 14:04:51 +00:00
Loric ANDRE d29c30c756 release: v1.9.1 2026-01-27 11:21:51 +01:00
dependabot[bot] 13c1b70d61
chore(deps): bump nix from 0.30.1 to 0.31.1 (#934)
Bumps [nix](https://github.com/nix-rust/nix) from 0.30.1 to 0.31.1.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/compare/v0.30.1...v0.31.1)

---
updated-dependencies:
- dependency-name: nix
  dependency-version: 0.31.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-27 09:13:18 +01:00
Loric ANDRE 2710e648c9 release: v1.9.0 2026-01-26 21:46:53 +01:00
Loric ANDRE e5a0375e4a release: v1.8.1 2026-01-26 15:22:11 +01:00
Loric ANDRE 040fc6850e release: v1.8.0 2026-01-26 13:58:51 +01:00
Loric ANDRE 8cf06ab256 release: v1.7.2 2026-01-25 19:34:24 +01:00
Loric ANDRE 9ab5c7356a release: v1.7.1 2026-01-25 11:37:57 +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
Loric ANDRE d55c9b0487 release: v1.6.0 2026-01-23 19:30:56 +01:00
Loric ANDRE 653a3eb6b7 release: v1.5.4 2026-01-23 16:38:29 +01:00
Loric ANDRE 870267bda6 docs: customize man page 2026-01-23 14:44:26 +01:00
Loric ANDRE 1c538e36b5 release: v1.5.3 2026-01-22 17:56:05 +01:00
Loric ANDRE 432a692e68 release: v1.5.2 2026-01-22 14:57:02 +01:00
Loric ANDRE c8acb4b976 release: v1.5.1 2026-01-22 12:45:37 +01:00
Loric ANDRE ba50acd7f6 release: v1.5.0 2026-01-22 11:52:31 +01:00
Loric ANDRE c5f2a3bdc9 release: v1.4.0 2026-01-21 18:38:33 +01:00
Loric ANDRE d78ab85e41 release: v1.3.2 2026-01-21 16:57:41 +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 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
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 5fa0ffa884 release: v1.1.1 2026-01-19 23:01:10 +01:00
Loric ANDRE 47c5cf829c release: v1.1.0 2026-01-19 21:19:28 +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 484eb6a75e release: v1.0.1 2026-01-19 12:21:48 +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 7b6e0fd300 release: v1.0.0-pre10 2026-01-17 16:38:15 +01:00
Loric ANDRE acde4f82ca release: v1.0.0-pre9 2026-01-17 00:23:40 +01:00
Loric ANDRE b144416d80 release: v1.0.0-pre8 2026-01-16 23:39:24 +01:00
Loric ANDRE 8b4a048af9 release: v1.0.0-pre7 2026-01-16 16:46:23 +01:00
Loric ANDRE 0de00e972e feat: add listen flag (closes #719) 2026-01-15 21:02:32 +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 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 56536b8eec release: v1.0.0-pre4 2026-01-14 19:14:26 +01:00
Loric ANDRE 7e962392cd chore: regenerate CHANGELOG.md 2026-01-14 18:15:40 +01:00
Loric ANDRE c1a7ae610a chore: release 2026-01-14 16:22:02 +01:00