aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-client/src/history/store.rs (unfollow)
Commit message (Expand)Author
13 dayschore: Move everything into one big crateBenedikt Peetz
2026-04-04feat: add support for deleting all matching commands via keybindings (#3375)Ellie Huxtable
2026-02-25feat: Add history author/intent metadata and v1 record version (#3205)Ellie Huxtable
2026-02-04feat: replace several files with a sqlite db (#3128)Ellie Huxtable
2025-03-19chore: migrate to rust 2024 (#2635)Ellie Huxtable
2024-05-08fix: add incremental rebuild to daemon loop (#2010)Ellie Huxtable
2024-04-18chore: move crates into crates/ dir (#1958)Ellie Huxtable
2024-03-06feat: add automatic history store init (#1831)Ellie Huxtable
2024-02-12perf: optimize history init-store (#1691)Ellie Huxtable
2024-02-08feat: add progress bars to sync and store init (#1684)Ellie Huxtable
2024-02-05chore(ci): run rust build/test/check on 3 platforms (#1675)Ellie Huxtable
2024-02-02feat: failure to decrypt history = failure to syncEllie Huxtable
2024-01-29feat: automatically init history store when record sync is enabled (#1634)Ellie Huxtable
2024-01-22feat: don't stop with invalid key (#1612)Ellie Huxtable
2024-01-22feat: make store init idempotent (#1609)Ellie Huxtable
2024-01-17feat: make deleting from the UI work with record store sync (#1580)Ellie Huxtable
2024-01-16feat: add history rebuild (#1575)Ellie Huxtable
2024-01-06refactor: String -> HistoryId (#1512)Ellie Huxtable
2024-01-05feat: rework record sync for improved reliability (#1478)Ellie Huxtable