atuin/atuin-client
Ellie Huxtable 6af6c9066b
fix(tui): dedupe was removing history (#1610)
Related: https://forum.atuin.sh/t/search-ignoring-commands/74/5?u=ellie

When a user ran a duplicated command, but in another session, it was
removed by filters. This is because the subquery that was once used did
not have the same filters applied as the main query.

Instead of messing with subqueries, `group by` instead. This aligns with
the search() function
2024-01-22 17:06:34 +00:00
..
migrations Add history deletion (#791) 2023-03-20 09:26:54 +00:00
record-migrations feat: rework record sync for improved reliability (#1478) 2024-01-05 17:57:49 +00:00
src fix(tui): dedupe was removing history (#1610) 2024-01-22 17:06:34 +00:00
Cargo.toml feat: rework record sync for improved reliability (#1478) 2024-01-05 17:57:49 +00:00
config.toml feat(search): make cursor style configurable (#1595) 2024-01-22 10:56:44 +00:00