atuin/atuin-client/src
Ellie Huxtable 335f2220c3
fix: never overwrite the key (#1657)
Now that local history is stored encrypted, new_key should not overwrite
an existing one. This may be frustrating, but will remove the risk of
Atuin generating a new key and the user losing their old one.
2024-01-30 14:01:20 +00:00
..
history feat: automatically init history store when record sync is enabled (#1634) 2024-01-29 16:38:24 +00:00
import fix(import/zsh): zsh use a special format to escape some characters (#1490) 2024-01-03 08:46:59 +00:00
record feat: add store push (#1649) 2024-01-30 13:41:01 +00:00
api_client.rs feat: Add change-password command & support on server (#1615) 2024-01-29 11:17:10 +00:00
database.rs fix(tui): dedupe was removing history (#1610) 2024-01-22 17:06:34 +00:00
encryption.rs fix: never overwrite the key (#1657) 2024-01-30 14:01:20 +00:00
history.rs feat: Add interactive command inspector (#1296) 2024-01-12 16:02:08 +00:00
kv.rs fix: add acquire timeout to sqlite database connection (#1590) 2024-01-19 15:45:42 +00:00
lib.rs Automatically filter out secrets (#1182) 2023-08-19 12:28:39 +01:00
ordering.rs ignore JetBrains IDEs, tidy-up imports (#348) 2022-04-28 18:53:59 +01:00
secrets.rs feat: include atuin login in secret patterns (#1518) 2024-01-08 09:37:42 +00:00
settings.rs feat: make history list format configurable (#1638) 2024-01-29 10:58:20 +00:00
sync.rs fix(sync): save sync time when it starts, not ends (#1573) 2024-01-15 13:10:10 +00:00