v0.10.0
版本发布时间: 2022-06-06 17:25:24
atuinsh/atuin最新发布版本:v18.4.0-beta.3(2024-07-23 20:54:22)
Thank you so much to everyone who contributed to this release! Whether it was your first time or you've been contributing for a while, it's really appreciated 💖🚀
Highlights
- Support zsh histdb import
- Documentation is now translated to both Chinese and Russian
- Text cursor for query input
- Scroll wheel on TUI
- Several cleanups + QoL improvements
- Performance improvements
- Bugfixes
What's Changed
- history list by @conradludgate in https://github.com/ellie/atuin/pull/340
- Bump clap from 3.1.11 to 3.1.12 by @dependabot in https://github.com/ellie/atuin/pull/342
- Bump tower-http from 0.2.5 to 0.3.0 by @dependabot in https://github.com/ellie/atuin/pull/343
- Add btree index on history table by @ellie in https://github.com/ellie/atuin/pull/345
- Remove all select * from the server queries by @ellie in https://github.com/ellie/atuin/pull/347
- bump tui by @conradludgate in https://github.com/ellie/atuin/pull/346
- fix import auto for bash by @jean-santos in https://github.com/ellie/atuin/pull/352
- fix db range query by @conradludgate in https://github.com/ellie/atuin/pull/351
- SQLx cannot run this migration OK by @ellie in https://github.com/ellie/atuin/pull/353
- Add created_at column to users by @ellie in https://github.com/ellie/atuin/pull/354
- Bump axum from 0.5.3 to 0.5.4 by @dependabot in https://github.com/ellie/atuin/pull/355
- ignore JetBrains IDEs, tidy-up imports by @panekj in https://github.com/ellie/atuin/pull/348
- Search: Allow specifiying the limited of returned entries by @networkException in https://github.com/ellie/atuin/pull/364
- Bump tokio from 1.17.0 to 1.18.0 by @dependabot in https://github.com/ellie/atuin/pull/357
- Bump tower-http from 0.3.0 to 0.3.1 by @dependabot in https://github.com/ellie/atuin/pull/367
- Bump http from 0.2.6 to 0.2.7 by @dependabot in https://github.com/ellie/atuin/pull/368
- Docs folder is fully translated to russian by @mb6ockatf in https://github.com/ellie/atuin/pull/365
- Add Chinese documentation translation & Fix spelling mistakes by @OnePieceJoker in https://github.com/ellie/atuin/pull/373
- Bump clap from 3.1.12 to 3.1.15 by @dependabot in https://github.com/ellie/atuin/pull/381
- Bump tower-http from 0.3.1 to 0.3.2 by @dependabot in https://github.com/ellie/atuin/pull/378
- Bump serde_json from 1.0.79 to 1.0.80 by @dependabot in https://github.com/ellie/atuin/pull/376
- Bump tokio from 1.18.0 to 1.18.1 by @dependabot in https://github.com/ellie/atuin/pull/383
- Bump log from 0.4.16 to 0.4.17 by @dependabot in https://github.com/ellie/atuin/pull/382
- Bump clap_complete from 3.1.2 to 3.1.3 by @dependabot in https://github.com/ellie/atuin/pull/377
- Bump serde from 1.0.136 to 1.0.137 by @dependabot in https://github.com/ellie/atuin/pull/375
- Adds stats summary by @satyarths in https://github.com/ellie/atuin/pull/384
- Bump serde_json from 1.0.80 to 1.0.81 by @dependabot in https://github.com/ellie/atuin/pull/387
- Add ctrl-k and ctrl-j for up and down by @lukebaker in https://github.com/ellie/atuin/pull/394
- Bump clap from 3.1.15 to 3.1.16 by @dependabot in https://github.com/ellie/atuin/pull/392
- Importer V3 by @conradludgate in https://github.com/ellie/atuin/pull/395
- Build ARM docker image in GitHub Actions using QEMU by @daniel0611 in https://github.com/ellie/atuin/pull/400
- Update Chinese version README.md by @OnePieceJoker in https://github.com/ellie/atuin/pull/403
- Don't create config dir for server in default location if not needed by @jirutka in https://github.com/ellie/atuin/pull/406
- Allow to build atuin server without client by @jirutka in https://github.com/ellie/atuin/pull/404
- Don't pollute shell environment - remove 'id' variable by @jirutka in https://github.com/ellie/atuin/pull/408
- Cleanup dependencies – disable unnecessary or unused features by @jirutka in https://github.com/ellie/atuin/pull/407
- Bump axum from 0.5.4 to 0.5.5 by @dependabot in https://github.com/ellie/atuin/pull/402
- Bump tower-http from 0.3.2 to 0.3.3 by @dependabot in https://github.com/ellie/atuin/pull/399
- Bump clap from 3.1.16 to 3.1.18 by @dependabot in https://github.com/ellie/atuin/pull/401
- Bump tokio from 1.18.1 to 1.18.2 by @dependabot in https://github.com/ellie/atuin/pull/396
- Bump axum from 0.5.5 to 0.5.6 by @dependabot in https://github.com/ellie/atuin/pull/415
- Bump clap_complete from 3.1.3 to 3.1.4 by @dependabot in https://github.com/ellie/atuin/pull/397
- Add fish shell to key binding docs by @UbiquitousPhoton in https://github.com/ellie/atuin/pull/418
- Improve default fish keybindings by @s0 in https://github.com/ellie/atuin/pull/420
- Noyez zsh histdb import by @noyez in https://github.com/ellie/atuin/pull/393
- Adds password prompt for register and login by @satyarths in https://github.com/ellie/atuin/pull/424
- Implement cursor by @b3nj5m1n in https://github.com/ellie/atuin/pull/412
- [feature] Add scroll wheel support to interactive history search by @frankh in https://github.com/ellie/atuin/pull/435
- Noyez fix dir hostname utf8 by @noyez in https://github.com/ellie/atuin/pull/430
- Disable ARM docker builds by @ellie in https://github.com/ellie/atuin/pull/438
- Show current version on server index by @ellie in https://github.com/ellie/atuin/pull/436
- Release v0.10.0 by @ellie in https://github.com/ellie/atuin/pull/440
New Contributors
- @jean-santos made their first contribution in https://github.com/ellie/atuin/pull/352
- @panekj made their first contribution in https://github.com/ellie/atuin/pull/348
- @networkException made their first contribution in https://github.com/ellie/atuin/pull/364
- @mb6ockatf made their first contribution in https://github.com/ellie/atuin/pull/365
- @OnePieceJoker made their first contribution in https://github.com/ellie/atuin/pull/373
- @satyarths made their first contribution in https://github.com/ellie/atuin/pull/384
- @lukebaker made their first contribution in https://github.com/ellie/atuin/pull/394
- @daniel0611 made their first contribution in https://github.com/ellie/atuin/pull/400
- @jirutka made their first contribution in https://github.com/ellie/atuin/pull/406
- @UbiquitousPhoton made their first contribution in https://github.com/ellie/atuin/pull/418
- @s0 made their first contribution in https://github.com/ellie/atuin/pull/420
- @noyez made their first contribution in https://github.com/ellie/atuin/pull/393
- @b3nj5m1n made their first contribution in https://github.com/ellie/atuin/pull/412
Full Changelog: https://github.com/ellie/atuin/compare/v0.9.1...v0.10.0
1、 atuin-v0.10.0-x86_64-apple-darwin.tar.gz 5.58MB
2、 atuin-v0.10.0-x86_64-unknown-linux-gnu.tar.gz 5.89MB
3、 atuin_0.10.0_amd64.deb 3.99MB