| Commit message (Expand) | Author |
| 2026-07-09 | chore: Add more things | Benedikt Peetz |
| 2026-07-09 | chore: Separate daemon, client, server, and lib into crates | Benedikt Peetz |
| 2026-06-13 | fix({client,server}/settings): Don't fail, when there is no config file | Benedikt Peetz |
| 2026-06-13 | fix(config): Don't write non-TOML default config files | Benedikt Peetz |
| 2026-06-13 | chore(treewide): Also fix all `clippy` warnings | Benedikt Peetz |
| 2026-06-11 | feat(server): Make user stuff stateless | Benedikt Peetz |
| 2026-06-11 | chore(server): Simplify the database support | Benedikt Peetz |
| 2026-06-11 | chore: Remove all `pub`s | Benedikt Peetz |
| 2026-06-11 | chore: Restore db migrations | Benedikt Peetz |
| 2026-06-11 | chore: Move everything into one big crate | Benedikt Peetz |
| 2026-01-27 | feat: remove user verification functionality (#3108) | Ellie Huxtable |
| 2026-01-22 | chore(deps)!: update tls deps, remove built-in tls server support (#3091) | Ellie Huxtable |
| 2025-12-18 | feat: allow disabling sync v1 (#3030) | Ellie Huxtable |
| 2025-06-23 | feat: Add sqlite server support for self-hosting (#2770) | Scotte Zinn |
| 2025-03-19 | chore: migrate to rust 2024 (#2635) | Ellie Huxtable |
| 2024-10-02 | fix: disable mail by default, resolve #2404 (#2405) | Ellie Huxtable |
| 2024-09-09 | chore(deps): Update rustls and axum-server (#2382) | Tobias Genannt |
| 2024-08-06 | fix(mail): incorrect alias and error logs (#2346) | Ellie Huxtable |
| 2024-07-02 | feat: allow advertising a fake version to clients (#2228) | Ellie Huxtable |
| 2024-07-02 | perf: write to the idx cache (#2225) | Ellie Huxtable |
| 2024-06-24 | feat: add user account verification (#2190) | Ellie Huxtable |
| 2024-05-14 | fix: alias enable/enabled in settings (#2021) | Ellie Huxtable |
| 2024-04-18 | chore: move crates into crates/ dir (#1958) | Ellie Huxtable |
| 2024-01-28 | chore(deps): update axum (#1637) | Conrad Ludgate |
| 2024-01-03 | fix(server): typo with default config (#1493) | Ellie Huxtable |
| 2023-12-27 | feat: Add TLS to atuin-server (#1457) | Eric Hodel |
| 2023-11-16 | feat: add metrics server and http metrics (#1394) | Ellie Huxtable |
| 2023-10-12 | Add commands to print the default configuration (#1241) | Tobias Genannt |
| 2023-07-14 | Add new sync (#1093) | Ellie Huxtable |
| 2023-06-12 | refactor server to allow pluggable db and tracing (#1036) | Conrad Ludgate |
| 2023-05-21 | Allow server configured page size (#994) | Ellie Huxtable |
| 2023-03-07 | Add register notification webhook (#764) | Ellie Huxtable |
| 2022-07-26 | Add support for prepending a path to all routes for the server (#484) | morguldir |
| 2022-06-10 | Add configurable history length (#447) | Ellie Huxtable |
| 2022-05-13 | Don't create config dir for server in default location if not needed (#406) | Jakub Jirutka |
| 2022-04-28 | ignore JetBrains IDEs, tidy-up imports (#348) | Jakub Panek |
| 2022-04-22 | refactor (#327) | Conrad Ludgate |
| 2022-04-13 | provide better error messages (#300) | Conrad Ludgate |
| 2022-04-13 | remove default db uri (#299) | Conrad Ludgate |
| 2022-04-12 | fix env config parsing (#295) | Conrad Ludgate |
| 2022-03-17 | Update config-rs (#280) | Ellie Huxtable |
| 2021-04-25 | Update docs, unify on SQLx, bugfixes (#40) | Ellie Huxtable |
| 2021-04-21 | Bugfixes, show time ago, perf improvements | Ellie Huxtable |
| 2021-04-20 | Use cargo workspaces (#37) | Ellie Huxtable |