Releases: atuinsh/atuin
Releases · atuinsh/atuin
v0.8.1
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
- Replace dpkg with apt by @SuperSandro2000 in #248
- use sqlite grouping rather than subquery by @mwotton in #181
- Do not crash if the history timestamp is in the future by @ellie in #250
- Bump serde_json from 1.0.73 to 1.0.75 by @dependabot in #262
- Bump reqwest from 0.11.7 to 0.11.9 by @dependabot in #261
- fix: get install.sh working on UbuntuWSL by @elsbrock in #260
- Add support for blesh by @SuperSandro2000 in #267
- Restore bash 4.2 compatibility, only add hook once by @SuperSandro2000 in #271
- Update fish bindings. by @patricksjackson in #265
- Fix
history list --cwderrors by @lmburns in #278 - Update config-rs by @ellie in #280
- Add code of conduct by @ellie in #281
- Add SearchMode fzf. by @pmarschik in #279
- Add rust-version to Cargo.toml by @schrej in #287
- Add compact mode by @schrej in #288
- Update to clap 3.1.x by @Sciencentistguy in #289
- Release v0.8.1 by @ellie in #291
New Contributors
- @SuperSandro2000 made their first contribution in #248
- @elsbrock made their first contribution in #260
- @patricksjackson made their first contribution in #265
- @lmburns made their first contribution in #278
- @pmarschik made their first contribution in #279
- @schrej made their first contribution in #287
Full Changelog: v0.8.0...v0.8.1
v0.8.0
Atuin now supports Fish! Check out the README for the docs :)
What's Changed
- Remove dev dep with wildcard by @ellie in #224
- feat: login/register no longer blocking by @conradludgate in #216
- fix: resolve some issues with install.sh by @mozzieongit in #188
- Bump sqlx from 0.5.5 to 0.5.7 by @dependabot in #210
- Update installation instructions for Arch Linux by @orhun in #228
- Update install.sh to use
pacmanon Arch Linux by @orhun in #229 - Update messages in install.sh about the AUR packages by @orhun in #231
- Support generating shell completions by @orhun in #235
- Bump tui from 0.15.0 to 0.16.0 by @dependabot in #225
- Bump itertools from 0.10.1 to 0.10.3 by @dependabot in #236
- Bump serde_json from 1.0.64 to 1.0.72 by @dependabot in #219
- Fish importing by @conradludgate in #234
- Enable help messages for command line arguments by @orhun in #239
- remove unused environment var loading entire history into an env var by @mrjones2014 in #242
- Add Alt+backspace and Ctrl+u keybinds for deleting by word and by line, respectively by @mrjones2014 in #243
- Release v0.8.0 by @ellie in #245
New Contributors
- @orhun made their first contribution in #228
- @mrjones2014 made their first contribution in #242
Full Changelog: v0.7.2...v0.8.0
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