Skip to content

Releases: atuinsh/atuin

v0.8.1

12 Apr 08:35
ac0d29f

Choose a tag to compare

Mostly some bugfixes and stability improvements - but also a new compact mode and improved fuzzy search by @pmarschik and @schrej!

We've also had some improvements to our shell integration 🚀

Thank you so much to everyone that contributed to this release ❤️ Much appreciated!

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

17 Dec 19:08
88b2651

Choose a tag to compare

Atuin now supports Fish! Check out the README for the docs :)

What's Changed

New Contributors

Full Changelog: v0.7.2...v0.8.0

v0.7.2

08 Dec 12:27
6a38f17

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1

10 May 21:42
4286f65

Choose a tag to compare

Small patch release to fix the atuin-common build

It built fine as a dependency of the main crate, though failed when built alone

This meant it could not be published to crates.io, and the last release could not finish successfully

v0.7.0

10 May 20:31
d3059af

Choose a tag to compare

Thank you so much to everyone that started contributing to Atuin for this release!

And a special thank you to @conradludgate for his ongoing contributions :)

Added

  • Ctrl-C to exit (#53)
  • Ctrl-D to exit (#65)
  • Add option to not automatically bind keys (#62)
  • Add importer for Resh history (#69)
  • Retain the query entered if no results are found (#76)
  • Support full-text querying (#75)
  • Allow listing or searching with only the command as output (#89)
  • Emacs-style ctrl-g, ctrl-n, ctrl-p (#77)
  • atuin logout (#91)
  • "quick access" to earlier commands via Alt-N (#79)

Changed

  • CI build caching (#49)
  • Use an enum for dialect (#80)
  • Generic importer trait (#71)
  • Increased optimisation for release builds (#101)
  • Shellcheck fixes for bash file (#81)
  • Some general cleanup, bugfixes, and refactoring (#83, #90, #48)

Fixed

  • Ubuntu install (#46)
  • Bash integration (#88)
  • Newline when editing shell RC files (#60)

v0.6.4

26 Apr 17:52

Choose a tag to compare

Release v0.6.4

- Fix version
- Only build for two targets

v0.6.3

26 Apr 17:18

Choose a tag to compare

Release v0.6.3

First proper release!

- Update install script
- Correct dependencies
- Update workflow release script