aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-history (unfollow)
Commit message (Collapse)Author
2024-06-10fix(crate): add missing description (#2106)Ellie Huxtable
2024-06-10chore(release): prepare for release v18.3.0 (#2105)Ellie Huxtable
* chore(release): prepare for release v18.3.0 * build full release * Revert "build full release" This reverts commit 65e7718b51927ca6cb03a411cce781b81cb64eaa.
2024-06-05chore(release): v18.3.0-prerelease.1 (#2090)Ellie Huxtable
* chore(release): v18.3.0-prerelease.1 * update contributors * changelog, plan only on prs
2024-05-30fix(stats): generation for commands starting with a pipe (#2058)Sandro
Closes #1882
2024-05-06feat(ui): scroll history infinitely (#1999)Ellie Huxtable
* wip, history scrolls right! * wip * virtual scroll fucking worksssss * paging works :) * scroll search results now too
2024-04-30feat(history): create atuin-history, add stats to it (#1990)Ellie Huxtable
* feat(history): create atuin-history, add stats to it I'd like to eventually pull all the history stuff into this crate. Stats are a nice start, as I'd like to use them from the UI anyways. * lock * clippy