index
:
atuin
main
Turtle. A hard-fork of atuin, focusing on a more minimal feature set
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
atuin-client
/
src
/
api_client.rs
(
unfollow
)
Commit message (
Expand
)
Author
2024-04-18
chore: move crates into crates/ dir (#1958)
Ellie Huxtable
2024-04-17
feat(gui): work on home page, sort state (#1956)
Ellie Huxtable
2024-04-02
fix: report non-decodable errors correctly (#1915)
Ellie Huxtable
2024-03-05
fix(build): make atuin compile on non-win/mac/linux platforms (#1825)
Rain
2024-02-02
feat: add `store push --force`
Ellie Huxtable
2024-01-29
feat: Add change-password command & support on server (#1615)
TymanWasTaken
2024-01-26
chore: add feature to allow always disable check update (#1628)
Mag Mell
2024-01-17
feat: make deleting from the UI work with record store sync (#1580)
Ellie Huxtable
2024-01-15
feat: add better error handling for sync (#1572)
Ellie Huxtable
2024-01-06
refactor: String -> HistoryId (#1512)
Ellie Huxtable
2024-01-05
feat: rework record sync for improved reliability (#1478)
Ellie Huxtable
2023-12-20
feat: add semver checking to client requests (#1456)
Ellie Huxtable
2023-09-28
fix sync timestamps (#1258)
Conrad Ludgate
2023-09-26
better sync error messages (#1254)
Conrad Ludgate
2023-09-18
Add connect timeout and overall timeout (#1238)
Ellie Huxtable
2023-09-11
replace chrono with time (#806)
Conrad Ludgate
2023-07-14
Add new sync (#1093)
Ellie Huxtable
2023-06-21
remove decryption from api-client (#1063)
Conrad Ludgate
2023-06-12
add support to override hostname and username via env var (#1041)
Peter Brunner
2023-05-17
Restructure account commands to account subcommand (#984)
Ellie Huxtable
2023-05-16
feat: add delete account option (attempt 2) (#980)
Yannick Ulrich
2023-04-17
chore: uuhhhhhh crypto lol (#805)
Conrad Ludgate
2023-03-20
Add history deletion (#791)
Ellie Huxtable
2023-02-06
Try to make clippy happy 🥺 (#686)
Ellie Huxtable
2022-10-14
Add automatic update checking (#555)
Ellie Huxtable
2022-10-07
add some error messages (#510)
Conrad Ludgate
2022-04-28
ignore JetBrains IDEs, tidy-up imports (#348)
Jakub Panek
2022-04-25
history list (#340)
Conrad Ludgate
2022-04-22
feature-flags (#328)
Conrad Ludgate
2022-04-21
A few minor tweaks (#314)
Conrad Ludgate
2022-04-12
goodbye warp, hello axum (#296)
Conrad Ludgate
2021-12-08
feat: login/register no longer blocking (#216)
Conrad Ludgate
2021-05-09
Fix sync (#95)
Ellie Huxtable
2021-05-09
some changes :shrug: (#83)
Conrad Ludgate
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