From 74182aad42b2fab7be0ccb0201e81ec824be416c Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 11 Mar 2024 14:33:03 +0000 Subject: [PATCH] chore(release): prepare for release v18.1.0 (#1854) --- CHANGELOG.md | 72 +++++++++++++++++++++++++++++++- CONTRIBUTORS | 40 +++++++++++++++--- Cargo.lock | 12 +++--- Cargo.toml | 2 +- atuin-client/Cargo.toml | 2 +- atuin-server-database/Cargo.toml | 2 +- atuin-server-postgres/Cargo.toml | 4 +- atuin-server/Cargo.toml | 4 +- atuin/Cargo.toml | 8 ++-- 9 files changed, 122 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c419f6945fa..bf5dbc7ab14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,81 @@ All notable changes to this project will be documented in this file. -## [18.0.2] - 2024-02-26 +## [18.1.0] - 2024-03-11 ### Bug Fixes +- Don't preserve for empty space ([#1712](https://github.com/atuinsh/atuin/issues/1712)) +- Fish init ([#1725](https://github.com/atuinsh/atuin/issues/1725)) +- Add xonsh to auto import, respect $HISTFILE in xonsh import, and fix issue with up-arrow keybinding in xonsh ([#1711](https://github.com/atuinsh/atuin/issues/1711)) - Rework #1509 to recover from the preexec failure ([#1729](https://github.com/atuinsh/atuin/issues/1729)) +- Typo ([#1741](https://github.com/atuinsh/atuin/issues/1741)) +- Missing or wrong fields ([#1740](https://github.com/atuinsh/atuin/issues/1740)) +- Check session file exists for status command ([#1756](https://github.com/atuinsh/atuin/issues/1756)) +- Ensure sync time is saved for sync v2 ([#1758](https://github.com/atuinsh/atuin/issues/1758)) +- No panic on empty inspector ([#1768](https://github.com/atuinsh/atuin/issues/1768)) +- Enable multiple command stats to be shown using unicode_segmentation ([#1739](https://github.com/atuinsh/atuin/issues/1739)) +- Readd up-arrow keybinding, now with menu handling ([#1770](https://github.com/atuinsh/atuin/issues/1770)) +- Missing characters in preview ([#1803](https://github.com/atuinsh/atuin/issues/1803)) +- Check store length after sync, not before ([#1805](https://github.com/atuinsh/atuin/issues/1805)) +- Disable regex error logs ([#1806](https://github.com/atuinsh/atuin/issues/1806)) +- Attempt to fix timezone reading ([#1810](https://github.com/atuinsh/atuin/issues/1810)) +- Use a different method to detect env vars ([#1819](https://github.com/atuinsh/atuin/issues/1819)) +- Record size limiter ([#1827](https://github.com/atuinsh/atuin/issues/1827)) +- Make atuin compile on non-win/mac/linux platforms ([#1825](https://github.com/atuinsh/atuin/issues/1825)) +- Set meta.mainProgram in the package ([#1823](https://github.com/atuinsh/atuin/issues/1823)) +- Re-sync after running auto store init ([#1834](https://github.com/atuinsh/atuin/issues/1834)) + +### Documentation + +- Minor formatting updates to the default config.toml ([#1689](https://github.com/atuinsh/atuin/issues/1689)) +- Update docker compose ([#1818](https://github.com/atuinsh/atuin/issues/1818)) +- Use db name env variable also in uri ([#1840](https://github.com/atuinsh/atuin/issues/1840)) + +### Features + +- Use ATUIN_TEST_SQLITE_STORE_TIMEOUT to specify test timeout of SQLite store ([#1703](https://github.com/atuinsh/atuin/issues/1703)) +- Add 'a', 'A', 'h', and 'l' bindings to vim-normal mode ([#1697](https://github.com/atuinsh/atuin/issues/1697)) +- Add xonsh history import ([#1678](https://github.com/atuinsh/atuin/issues/1678)) +- Process Ctrl+m for kitty keyboard protocol ([#1720](https://github.com/atuinsh/atuin/issues/1720)) +- Add 'ignored_commands' option to stats ([#1722](https://github.com/atuinsh/atuin/issues/1722)) +- Support syncing aliases ([#1721](https://github.com/atuinsh/atuin/issues/1721)) +- Change fulltext to do multi substring match ([#1660](https://github.com/atuinsh/atuin/issues/1660)) +- Add config option keys.scroll_exits ([#1744](https://github.com/atuinsh/atuin/issues/1744)) +- Add history prune subcommand ([#1743](https://github.com/atuinsh/atuin/issues/1743)) +- Add alias feedback and list command ([#1747](https://github.com/atuinsh/atuin/issues/1747)) +- Add PHP package manager "composer" to list of default common subcommands ([#1757](https://github.com/atuinsh/atuin/issues/1757)) +- Add '/', '?', and 'I' bindings to vim-normal mode ([#1760](https://github.com/atuinsh/atuin/issues/1760)) +- Add update action ([#1779](https://github.com/atuinsh/atuin/issues/1779)) +- Normalize formatting of default config, suggest nix ([#1764](https://github.com/atuinsh/atuin/issues/1764)) +- Add linux sysadmin commands to common_subcommands ([#1784](https://github.com/atuinsh/atuin/issues/1784)) +- Add `CTRL+[` binding as `` alias ([#1787](https://github.com/atuinsh/atuin/issues/1787)) +- Add nushell completion generation ([#1791](https://github.com/atuinsh/atuin/issues/1791)) +- Add atuin doctor ([#1796](https://github.com/atuinsh/atuin/issues/1796)) +- Add checks for common setup issues ([#1799](https://github.com/atuinsh/atuin/issues/1799)) +- Support regex with r/.../ syntax ([#1745](https://github.com/atuinsh/atuin/issues/1745)) +- Guard against ancient versions of bash where this does not work. ([#1794](https://github.com/atuinsh/atuin/issues/1794)) +- Add config setting for showing tabs ([#1755](https://github.com/atuinsh/atuin/issues/1755)) +- Return early if history is disabled ([#1807](https://github.com/atuinsh/atuin/issues/1807)) +- Add enable setting to dotfiles, disable by default ([#1829](https://github.com/atuinsh/atuin/issues/1829)) +- Add automatic history store init ([#1831](https://github.com/atuinsh/atuin/issues/1831)) +- Adds info command to show env vars and config files ([#1841](https://github.com/atuinsh/atuin/issues/1841)) + +### Miscellaneous Tasks + +- Add cross-compile job for illumos ([#1830](https://github.com/atuinsh/atuin/issues/1830)) +- Do not show history table stats when using records ([#1835](https://github.com/atuinsh/atuin/issues/1835)) +- Setup nextest ([#1848](https://github.com/atuinsh/atuin/issues/1848)) + +### Performance + +- Optimize history init-store ([#1691](https://github.com/atuinsh/atuin/issues/1691)) + +### Refactor + +- Update `commandline` syntax, closes #1733 ([#1735](https://github.com/atuinsh/atuin/issues/1735)) +- Clarify operation result for working with aliases ([#1748](https://github.com/atuinsh/atuin/issues/1748)) +- Rename atuin-config to atuin-dotfiles ([#1817](https://github.com/atuinsh/atuin/issues/1817)) ## [18.0.1] - 2024-02-12 diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 96e5ff5b93c..1e689a75c64 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,9 +1,13 @@ 0x4A6F <0x4A6F@users.noreply.github.com> Aleks Bunin +Aloxaf Alpha Chen +Anderson <141751473+digital-cuttlefish@users.noreply.github.com> +Andrew Lee <32912555+candrewlee14@users.noreply.github.com> Anish Pallati Austin Schey avinassh <640792+avinassh@users.noreply.github.com> +Azzam S.A <17734314+azzamsa@users.noreply.github.com> b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Baptiste <32563450+BapRx@users.noreply.github.com> Ben J @@ -12,19 +16,21 @@ Brad Robel-Forrest Brian Kung <2836167+briankung@users.noreply.github.com> Bruce Huang c-14 +Caleb Maclennan Ch. (Chanwhi Choi) Chandra Kiran G -Chris Rose Chris Rose Conrad Ludgate CosmicHorror cyqsimon <28627918+cyqsimon@users.noreply.github.com> Daniel Daniel Carosone -Dennis Trautwein +David +David Chocholatý Dennis Trautwein Dieter Eickstaedt Dom Rodriguez +Dongxu Wang DS/Charlie <82801887+ds-cbo@users.noreply.github.com> Ed Ive Edward Loveall @@ -32,6 +38,7 @@ Ellie Huxtable Emanuele Panzeri Eric Crosson Eric Hodel +Eric Long Eric Ripa Erwin Kroon <123574+ekroon@users.noreply.github.com> Ethan Brierley @@ -42,14 +49,15 @@ Frank Hamand frukto Gokul Hamza Hamud <53880692+hhamud@users.noreply.github.com> +Helmut K. C. Tessarek Herby Gillot Hilmar Wiegand +Ian Manske Ian Smith Ian Smith Ilkin Bayramli <43158991+ibayramli@users.noreply.github.com> J. Emiliano Deustua Jakob Schrettenbrunner -Jakob Schrettenbrunner Jakub Jirutka Jakub Panek Jamie Quigley @@ -59,8 +67,10 @@ Jannik jean-santos jean-santos Jerome Ducret +jfmontanaro Jinn Koriech Jinna Kiisuo +Joe Ardent Johannes Baiter Josef Friedrich JT <547158+jntrnr@users.noreply.github.com> @@ -68,6 +78,7 @@ János Illés Kjetil Jørgensen Klas Mellbourn Koichi Murase +Korvin Szanto Krithic Kumar <30691152+notjedi@users.noreply.github.com> Krut Patel Laurent le Beau-Martin <1180863+laurentlbm@users.noreply.github.com> @@ -77,6 +88,7 @@ Lucas Burns <44355502+lmburns@users.noreply.github.com> Lucy Luke Baker Luke Karrys +Mag Mell Manel Vilar Marcin Puc Marijan Smetko @@ -85,6 +97,11 @@ Martin Indra Martin Junghanns Mat Jones Matheus Martins +Matt Godbolt +Matthew Berryman +Matthias Beyer +Matthieu LAURENT +Mattias Eriksson Maurice Escher Maxim Burgerhout Maxim Uvarov @@ -93,26 +110,35 @@ mentalisttraceur Michael Bianco Michael Mior Michael Vincent <377567+Vynce@users.noreply.github.com> +Michele Azzolari +Mike Pastore +Mike Tsao mmx morguldir mundry <1453314+mundry@users.noreply.github.com> -Nemo157 +Nemo157 networkException Nico Kokonas Niklas Hambüchen noyez Omer Katz onkelT2 <126604057+onkelT2@users.noreply.github.com> +Onè <43485962+c-git@users.noreply.github.com> Orhun Parmaksız Patrick Patrick Decat Patrick Jackson Per Modin Peter Brunner +Peter Holloway +Philippe Normand +Philippe Normand Plamen Dimitrov postmath Qiming Xu <33349132+xqm32@users.noreply.github.com> +Rain Ramses +Remmy Cat Stock <3317423+remmycat@users.noreply.github.com> Richard de Boer Richard Jones <4550158+RichardDRJ@users.noreply.github.com> Richard Turner <63139+zygous@users.noreply.github.com> @@ -120,8 +146,8 @@ Robin Millette rriski Sam Edwards Sam Lanning +Samson Sandro -Sandro Satyarth Sampath sdr135284 <54752759+sdr135284@users.noreply.github.com> Simon @@ -134,7 +160,7 @@ Tobias Hunger Tom Cammann Tom Cammann Trygve Aaberge -TymanWasTaken +TymanWasTaken Ubiquitous Photon <39134173+UbiquitousPhoton@users.noreply.github.com> Violet Shreve Vlad Stepanov <8uk.8ak@gmail.com> @@ -144,11 +170,13 @@ Webmaster At Cosmic DNA <92752640+DanielAtCosmicDNA@users.noreply.github.com> Will Fancher WindSoilder wpbrz <61665187+wpbrz@users.noreply.github.com> +Xavier Vello xfzv <78810647+xfzv@users.noreply.github.com> Yannick Ulrich Yolo YummyOreo Yuvi Panda +Zhanibek Adilbekov ZhiHong Li éclairevoyant <848000+eclairevoyant@users.noreply.github.com> 依云 diff --git a/Cargo.lock b/Cargo.lock index 2eadea03d94..e2630a1ab38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -180,7 +180,7 @@ dependencies = [ [[package]] name = "atuin" -version = "18.0.2" +version = "18.1.0" dependencies = [ "async-trait", "atuin-client", @@ -228,7 +228,7 @@ dependencies = [ [[package]] name = "atuin-client" -version = "18.0.2" +version = "18.1.0" dependencies = [ "async-trait", "atuin-common", @@ -276,7 +276,7 @@ dependencies = [ [[package]] name = "atuin-common" -version = "18.0.2" +version = "18.1.0" dependencies = [ "eyre", "lazy_static", @@ -305,7 +305,7 @@ dependencies = [ [[package]] name = "atuin-server" -version = "18.0.2" +version = "18.1.0" dependencies = [ "argon2", "async-trait", @@ -336,7 +336,7 @@ dependencies = [ [[package]] name = "atuin-server-database" -version = "18.0.2" +version = "18.1.0" dependencies = [ "async-trait", "atuin-common", @@ -349,7 +349,7 @@ dependencies = [ [[package]] name = "atuin-server-postgres" -version = "18.0.2" +version = "18.1.0" dependencies = [ "async-trait", "atuin-common", diff --git a/Cargo.toml b/Cargo.toml index 5090889c5b5..a3a8fd12d54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ resolver = "2" [workspace.package] -version = "18.0.2" +version = "18.1.0" authors = ["Ellie Huxtable "] rust-version = "1.67" license = "MIT" diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index e2353daf250..8595a7d532e 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -18,7 +18,7 @@ sync = ["urlencoding", "reqwest", "sha2", "hex"] check-update = [] [dependencies] -atuin-common = { path = "../atuin-common", version = "18.0.2" } +atuin-common = { path = "../atuin-common", version = "18.1.0" } log = { workspace = true } base64 = { workspace = true } diff --git a/atuin-server-database/Cargo.toml b/atuin-server-database/Cargo.toml index 1577f5306e4..75f63b856de 100644 --- a/atuin-server-database/Cargo.toml +++ b/atuin-server-database/Cargo.toml @@ -10,7 +10,7 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "18.0.2" } +atuin-common = { path = "../atuin-common", version = "18.1.0" } tracing = "0.1" time = { workspace = true } diff --git a/atuin-server-postgres/Cargo.toml b/atuin-server-postgres/Cargo.toml index a50fbc92672..d6579ee3f16 100644 --- a/atuin-server-postgres/Cargo.toml +++ b/atuin-server-postgres/Cargo.toml @@ -10,8 +10,8 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "18.0.2" } -atuin-server-database = { path = "../atuin-server-database", version = "18.0.2" } +atuin-common = { path = "../atuin-common", version = "18.1.0" } +atuin-server-database = { path = "../atuin-server-database", version = "18.1.0" } tracing = "0.1" time = { workspace = true } diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 727d50315cd..4f245c654be 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -11,8 +11,8 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "18.0.2" } -atuin-server-database = { path = "../atuin-server-database", version = "18.0.2" } +atuin-common = { path = "../atuin-common", version = "18.1.0" } +atuin-server-database = { path = "../atuin-server-database", version = "18.1.0" } tracing = "0.1" time = { workspace = true } diff --git a/atuin/Cargo.toml b/atuin/Cargo.toml index cb9a448d7f2..6dbf55a6b6e 100644 --- a/atuin/Cargo.toml +++ b/atuin/Cargo.toml @@ -41,10 +41,10 @@ clipboard = ["cli-clipboard"] check-update = ["atuin-client/check-update"] [dependencies] -atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.0.2", optional = true } -atuin-server = { path = "../atuin-server", version = "18.0.2", optional = true } -atuin-client = { path = "../atuin-client", version = "18.0.2", optional = true, default-features = false } -atuin-common = { path = "../atuin-common", version = "18.0.2" } +atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.1.0", optional = true } +atuin-server = { path = "../atuin-server", version = "18.1.0", optional = true } +atuin-client = { path = "../atuin-client", version = "18.1.0", optional = true, default-features = false } +atuin-common = { path = "../atuin-common", version = "18.1.0" } atuin-dotfiles = { path = "../atuin-dotfiles", version = "0.1.0" } log = { workspace = true }