1
1
mirror of https://github.com/ellie/atuin.git synced 2024-09-17 16:07:18 +03:00
atuin/CHANGELOG.md
Ellie Huxtable ac0d29f6dc
Release v0.8.1 (#291)
f861893 Update to clap 3.1.x (#289)
e8f7aac Add compact mode (#288)
1e04c4c Add rust-version to Cargo.toml (#287)
222e52b Update Dockerfile
fae118a Improve fuzzy search (#279)
7cde55a Add code of conduct (#281)
d270798 Update config-rs (#280)
3248883 Update README.md
7f58741 Fix `history list --cwd` errors (#278)
e117b62 Update fish bindings. (#265)
4223ac6 Restore bash 4.2 compatibility, only add hook once (#271)
7651f89 Add support for blesh  (#267)
c2dd332 fix: get install.sh working on UbuntuWSL (#260)
84403a3 Bump reqwest from 0.11.7 to 0.11.9 (#261)
5005cf7 Bump serde_json from 1.0.73 to 1.0.75 (#262)
7fa3e1c Do not crash if the history timestamp is in the future (#250)
8d21506 use sqlite grouping rather than subquery (#181)
d36ff13 Replace dpkg with apt (#248)
2022-04-12 09:32:19 +01:00

142 lines
4.6 KiB
Markdown

# Changelog
All notable changes to this project will be documented in this file.
## [Unreleased]
## [0.8.1] - 2022-04-12
f861893 Update to clap 3.1.x (#289)
e8f7aac Add compact mode (#288)
1e04c4c Add rust-version to Cargo.toml (#287)
222e52b Update Dockerfile
fae118a Improve fuzzy search (#279)
7cde55a Add code of conduct (#281)
d270798 Update config-rs (#280)
3248883 Update README.md
7f58741 Fix `history list --cwd` errors (#278)
e117b62 Update fish bindings. (#265)
4223ac6 Restore bash 4.2 compatibility, only add hook once (#271)
7651f89 Add support for blesh (#267)
c2dd332 fix: get install.sh working on UbuntuWSL (#260)
84403a3 Bump reqwest from 0.11.7 to 0.11.9 (#261)
5005cf7 Bump serde_json from 1.0.73 to 1.0.75 (#262)
7fa3e1c Do not crash if the history timestamp is in the future (#250)
8d21506 use sqlite grouping rather than subquery (#181)
d36ff13 Replace dpkg with apt (#248)
## [0.8.0] - 2021-12-17
1339711 Add Alt+backspace and Ctrl+u keybinds for deleting by word and by line, respectively (#243)
059e858 remove unused environment var loading entire history into an env var (#242)
079d803 Enable help messages for command line arguments (#239)
87df7d8 Fish importing (#234)
6daaeb2 Bump serde_json from 1.0.64 to 1.0.72 (#219)
2df7428 Bump itertools from 0.10.1 to 0.10.3 (#236)
d81e452 Bump tui from 0.15.0 to 0.16.0 (#225)
0abd063 Support generating shell completions (#235)
28f78ba Update messages in install.sh about the AUR packages (#231)
b549095 Update install.sh to use `pacman` on Arch Linux (#229)
e242f89 Update installation instructions for Arch Linux (#228)
cd3af87 Bump sqlx from 0.5.5 to 0.5.7 (#210)
c8f60b2 fix: resolve some issues with install.sh (#188)
4bdf4c4 feat: login/register no longer blocking (#216)
9e6746a Remove dev dep with wildcard (#224)
## [0.7.2] - 2021-12-08
6e8ec868 chore: improve build times (#213)
f2c1922e Bump itertools from 0.10.0 to 0.10.1 (#146)
e2c06052 Bump rmp-serde from 0.15.4 to 0.15.5 (#149)
d579b55d Bump rand from 0.8.3 to 0.8.4 (#152)
f539f60a chore: add more eyre contexts (#200)
2e59d6a5 Bump reqwest from 0.11.3 to 0.11.6 (#192)
e89de3f7 chore: supply pre-build docker image (#199)
07c06825 Bump tokio from 1.6.1 to 1.14.0 (#205)
46a1dab1 fix: dockerfile with correct glibc (#198)
8f91b141 chore: some new linting (#201)
27d3d81a feat: allow input of credentials from stdin (#185)
446ffb88 Resolve clippy warnings (#187)
2024884f Reordered fuzzy search (#179)
1babb41e Update README.md
0b9dc669 Add fuzzy text search mode (#142)
f0130571 Bump indicatif from 0.16.0 to 0.16.2 (#140)
cc7ce093 Bump sqlx from 0.5.2 to 0.5.5 (#139)
f8c80429 Bump tokio from 1.6.0 to 1.6.1 (#141)
802a2258 Bump tokio from 1.5.0 to 1.6.0 (#132)
4d52c5e8 Bump urlencoding from 1.3.1 to 1.3.3 (#133)
87c9f61e Bump serde from 1.0.125 to 1.0.126 (#124)
9303f482 Bump urlencoding from 1.1.1 to 1.3.1 (#125)
cb7d656c instructions to install without tap (#127)
f55d5cf0 Ignore commands beginning with a space, resolve #114 (#123)
a127408e run shellcheck (#97)
f041d7fe Adding plugin for zsh (#117)
fd90bd34 Fix doc links in sync.md (#115)
477c6852 Elementary Linux add as supported (#113)
## [0.7.1] - 2021-05-10
Very minor patch release
### Added
### Changed
### Deprecated
### Removed
### Fixed
- Fix the atuin-common build (#107)
### Security
## [0.7.0] - 2021-05-10
Thank you so much to everyone that started contributing to Atuin for this release!
- [@yuvipanda](https://github.com/yuvipanda)
- [@Sciencentistguy](https://github.com/Sciencentistguy)
- [@bl-ue](https://github.com/bl-ue)
- [@ElvishJerricco](https://github.com/ElvishJerricco)
- [@avinassh](https://github.com/avinassh)
- [@ismith](https://github.com/ismith)
- [@thedrow](https://github.com/thedrow)
And a special thank you to [@conradludgate](https://github.com/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 <kbd>Alt-N</kbd> (#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)
### Deprecated
### Removed
### Fixed
- Ubuntu install (#46)
- Bash integration (#88)
- Newline when editing shell RC files (#60)
### Security