| Commit message (Expand) | Author |
| 2023-04-11 | Add `--reverse` to `atuin search` (#862) | Tom Cammann |
| 2023-03-29 | Add `--offset` flag to `atuin search` (#825) | Tom Cammann |
| 2023-03-27 | client filtering done in query (#629) | jean-santos |
| 2023-03-26 | chore: use fork of skim (#803) | Conrad Ludgate |
| 2023-03-24 | Delete all instances of a command (#797) | Ellie Huxtable |
| 2023-03-21 | Fix skim search (#795) | Ellie Huxtable |
| 2023-03-20 | Add history deletion (#791) | Ellie Huxtable |
| 2023-03-19 | skim-demo (#695) | Conrad Ludgate |
| 2023-03-14 | Prefer PWD environment variable over cwd if available to better support symbo... | Patrick Decat |
| 2023-03-08 | Fix before/after combined with limit (#770) | Ellie Huxtable |
| 2023-02-06 | Try to make clippy happy 🥺 (#686) | Ellie Huxtable |
| 2022-12-27 | Improve error message when $AUTIN_SESSION is not set. (#654) | Jamie Quigley |
| 2022-12-16 | Switch to using ATUIN_LOG instead of RUST_LOG (#642) | Ellie Huxtable |
| 2022-11-04 | Add local event log storage (#390) | Ellie Huxtable |
| 2022-09-11 | better cursor search (#473) | Conrad Ludgate |
| 2022-05-09 | Importer V3 (#395) | Conrad Ludgate |
| 2022-04-28 | ignore JetBrains IDEs, tidy-up imports (#348) | Jakub Panek |
| 2022-04-26 | fix db range query (#351) | Conrad Ludgate |
| 2022-04-23 | sql builder (#333) | Conrad Ludgate |
| 2022-04-22 | Fix empty queries with filters (#332) | Ellie Huxtable |
| 2022-04-22 | History filter (#329) | Ellie Huxtable |
| 2022-04-21 | A few minor tweaks (#314) | Conrad Ludgate |
| 2022-04-13 | provide better error messages (#300) | Conrad Ludgate |
| 2022-03-18 | Improve fuzzy search (#279) | Patrick |
| 2022-03-13 | Fix `history list --cwd` errors (#278) | Lucas Burns |
| 2021-12-19 | use sqlite grouping rather than subquery (#181) | Mark Wotton |
| 2021-09-09 | Reordered fuzzy search (#179) | Mark Wotton |
| 2021-06-01 | Add fuzzy text search mode (#142) | Frank Hamand |
| 2021-05-09 | Support fulltext search of commands (#75) | Yuvi Panda |
| 2021-04-26 | Pre release polishing (#42) | Ellie Huxtable |
| 2021-04-25 | Revert to storing history as nanos | Ellie Huxtable |
| 2021-04-25 | Update docs, unify on SQLx, bugfixes (#40) | Ellie Huxtable |
| 2021-04-21 | Bugfixes, show time ago, perf improvements | Ellie Huxtable |
| 2021-04-20 | Use cargo workspaces (#37) | Ellie Huxtable |
| 2021-04-20 | Switch to Warp + SQLx, use async, switch to Rust stable (#36) | Ellie Huxtable |
| 2021-04-13 | Add history sync, resolves #13 (#31) | Ellie Huxtable |
| 2021-04-06 | Bump rusqlite from 0.24.2 to 0.25.0 (#30) | dependabot[bot] |
| 2021-03-20 | Add TUI, resolve #19, #17, #16 (#21) | Ellie Huxtable |
| 2021-02-15 | Satisfy clippy | Ellie Huxtable |
| 2021-02-15 | Allow listing by current directory and/or session | Ellie Huxtable |
| 2021-02-14 | Add stats command (#9) | Ellie Huxtable |
| 2021-02-14 | a few more tiny touch ups (#7) | Conrad Ludgate |
| 2021-02-14 | tidy some stuff (#6) | Conrad Ludgate |
| 2021-02-14 | Neaten the history listing code (#5) | Ellie Huxtable |
| 2021-02-14 | Make pedantic clippy happy | Ellie Huxtable |
| 2021-02-13 | Add fuzzy history search and distinct arg | Ellie Huxtable |
| 2021-02-13 | Add sessions | Ellie Huxtable |
| 2021-02-13 | Implement history import | Ellie Huxtable |
| 2021-02-13 | Record command exit code and duration | Ellie Huxtable |
| 2020-10-05 | feat: use directories project data dir | Conrad Ludgate |