<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atuin/crates/atuin-daemon, branch main</title>
<subtitle>Turtle. A hard-fork of atuin, focusing on a more minimal feature set</subtitle>
<id>http://git.foss-syndicate.org/bpeetz/forks/atuin/atom/crates/atuin-daemon?h=main</id>
<link rel='self' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/atom/crates/atuin-daemon?h=main'/>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/'/>
<updated>2026-06-10T22:54:30Z</updated>
<entry>
<title>chore: Move everything into one big crate</title>
<updated>2026-06-10T22:54:30Z</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2026-06-10T22:54:30Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=5c39e7cf284a1f6e9a1657f2deb44e359fc47eb8'/>
<id>urn:sha1:5c39e7cf284a1f6e9a1657f2deb44e359fc47eb8</id>
<content type='text'>
That helps remove duplicated code and rustc/cargo will now also show
dead code correctly.
</content>
</entry>
<entry>
<title>chore: Remove some unused rust code</title>
<updated>2026-06-10T20:01:45Z</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2026-06-10T20:01:45Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=5e31a81cd2207f053b8cd8ad84ebe2a2f691b29d'/>
<id>urn:sha1:5e31a81cd2207f053b8cd8ad84ebe2a2f691b29d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Capture command output + expose to new `atuin_output` tool (#3510)</title>
<updated>2026-06-08T16:12:45Z</updated>
<author>
<name>Michelle Tilley</name>
<email>michelle@michelletilley.net</email>
</author>
<published>2026-06-08T16:12:45Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=bcdf8c8cde31e826000f1b2d6eeaebdd865a07c1'/>
<id>urn:sha1:bcdf8c8cde31e826000f1b2d6eeaebdd865a07c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(release): prepare for release 18.16.1 (#3476)</title>
<updated>2026-05-12T23:36:53Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@atuin.sh</email>
</author>
<published>2026-05-12T23:36:53Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=671f96b60dac49d1d2de73cc0812986a5e22ce7b'/>
<id>urn:sha1:671f96b60dac49d1d2de73cc0812986a5e22ce7b</id>
<content type='text'>
## 18.16.1

### Bug Fixes

- *(shell/xonsh)* Use os.devnull instead of hard-coded /dev/null
([#3464](https://github.com/atuinsh/atuin/issues/3464))
- Atuin update on windows
([#3453](https://github.com/atuinsh/atuin/issues/3453))
- Ensure local key matches remote data before syncing
([#3474](https://github.com/atuinsh/atuin/issues/3474))

### Documentation

- Add related projects section to README

### Features

- *(ui)* Prominent banner for wrong-key errors at login/sync
([#3475](https://github.com/atuinsh/atuin/issues/3475))

### Miscellaneous Tasks

- Generate LLM-optimized docs
([#3468](https://github.com/atuinsh/atuin/issues/3468))
- Rename 'atuin hex' to 'atuin pty-proxy'
([#3473](https://github.com/atuinsh/atuin/issues/3473))</content>
</entry>
<entry>
<title>fix: ensure local key matches remote data before syncing (#3474)</title>
<updated>2026-05-12T20:45:02Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@atuin.sh</email>
</author>
<published>2026-05-12T20:45:02Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=8c8730e1d559442832a794c91471bd3a0426e856'/>
<id>urn:sha1:8c8730e1d559442832a794c91471bd3a0426e856</id>
<content type='text'>
We rely on the user to manage their keys. This is ok, and is
intentionally part of our security model

However. If the user messes up, they corrupt their remote store. It is
possible to work around and fix, but not without difficulty. This change
ensures that if the local key does not match the remote data, no data is
synced and the user has a chance to fix it before breaking things.

## Checks
- [ ] I am happy for maintainers to push small adjustments to this PR,
to speed up the review cycle
- [ ] I have checked that there are no existing pull requests for the
same thing</content>
</entry>
<entry>
<title>chore(release): prepare for release 18.16.0 (#3457)</title>
<updated>2026-04-28T21:58:32Z</updated>
<author>
<name>Michelle Tilley</name>
<email>michelle@michelletilley.net</email>
</author>
<published>2026-04-28T21:58:32Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=04a5f5fdb67d90e8221accb1c9abace9a1efbb16'/>
<id>urn:sha1:04a5f5fdb67d90e8221accb1c9abace9a1efbb16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(release): prepare for release 18.16.0-beta.1 (#3450)</title>
<updated>2026-04-24T22:05:24Z</updated>
<author>
<name>Michelle Tilley</name>
<email>michelle@michelletilley.net</email>
</author>
<published>2026-04-24T22:05:24Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=de4a1555b9023859c5afd00075068b4df1d8ce98'/>
<id>urn:sha1:de4a1555b9023859c5afd00075068b4df1d8ce98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(release): prepare for release 18.15.2 (#3421)</title>
<updated>2026-04-16T21:31:20Z</updated>
<author>
<name>Michelle Tilley</name>
<email>michelle@michelletilley.net</email>
</author>
<published>2026-04-16T21:31:20Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=1b4eb4901d256637c75849f0e4f82e476934b922'/>
<id>urn:sha1:1b4eb4901d256637c75849f0e4f82e476934b922</id>
<content type='text'>
## 18.15.2

### Bug Fixes

- Tab doesn't insert suggested command
([#3420](https://github.com/atuinsh/atuin/issues/3420))</content>
</entry>
<entry>
<title>chore(release): prepare for release 18.15.1 (#3419)</title>
<updated>2026-04-16T00:00:19Z</updated>
<author>
<name>Michelle Tilley</name>
<email>michelle@michelletilley.net</email>
</author>
<published>2026-04-16T00:00:19Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=f0ba4cc747738e8a05a0d45565891b531d4e9c7c'/>
<id>urn:sha1:f0ba4cc747738e8a05a0d45565891b531d4e9c7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(release): prepare for release 18.15.0 (#3417)</title>
<updated>2026-04-15T18:21:51Z</updated>
<author>
<name>Michelle Tilley</name>
<email>michelle@michelletilley.net</email>
</author>
<published>2026-04-15T18:21:51Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=1fe9a992637ab8ef17818eb88da2c5512577b6a4'/>
<id>urn:sha1:1fe9a992637ab8ef17818eb88da2c5512577b6a4</id>
<content type='text'>
</content>
</entry>
</feed>
