Releases: atuinsh/atuin
Releases · atuinsh/atuin
v0.7.2
What's Changed
- Elementary Linux added as supported by @manelvf in #113
- Fix doc links in sync.md by @frankh in #115
- Adding plugin for zsh by @iloveitaly in #117
- run shellcheck by @ismith in #97
- Ignore commands beginning with a space, resolve #114 by @ellie in #123
- instructions to install without tap by @iloveitaly in #127
- Bump urlencoding from 1.1.1 to 1.3.1 by @dependabot in #125
- Bump serde from 1.0.125 to 1.0.126 by @dependabot in #124
- Bump urlencoding from 1.3.1 to 1.3.3 by @dependabot in #133
- Bump tokio from 1.5.0 to 1.6.0 by @dependabot in #132
- Bump tokio from 1.6.0 to 1.6.1 by @dependabot in #141
- Bump sqlx from 0.5.2 to 0.5.5 by @dependabot in #139
- Bump indicatif from 0.16.0 to 0.16.2 by @dependabot in #140
- Add fuzzy text search mode by @frankh in #142
- Reordered fuzzy search by @mwotton in #179
- Resolve clippy warnings by @mozzieongit in #187
- feat: allow input of credentials from stdin by @mozzieongit in #185
- chore: some new linting by @conradludgate in #201
- fix: dockerfile with correct glibc by @conradludgate in #198
- Bump tokio from 1.6.1 to 1.14.0 by @dependabot in #205
- chore: supply pre-build docker image by @conradludgate in #199
- Bump reqwest from 0.11.3 to 0.11.6 by @dependabot in #192
- chore: add more eyre contexts by @conradludgate in #200
- Bump rand from 0.8.3 to 0.8.4 by @dependabot in #152
- Bump rmp-serde from 0.15.4 to 0.15.5 by @dependabot in #149
- Bump itertools from 0.10.0 to 0.10.1 by @dependabot in #146
- chore: improve build times by @conradludgate in #213
- Release v0.7.2 by @ellie in #222
New Contributors
- @manelvf made their first contribution in #113
- @frankh made their first contribution in #115
- @iloveitaly made their first contribution in #117
- @mwotton made their first contribution in #179
- @mozzieongit made their first contribution in #187
Full Changelog: v0.7.1...v0.7.2
v0.7.1
v0.7.0
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
v0.6.4
Release v0.6.4 - Fix version - Only build for two targets
v0.6.3
Release v0.6.3 First proper release! - Update install script - Correct dependencies - Update workflow release script