Skip to content

Commit

Permalink
chore(release): v18.3.0-prerelease.1 (#2090)
Browse files Browse the repository at this point in the history
* chore(release): v18.3.0-prerelease.1

* update contributors

* changelog, plan only on prs
  • Loading branch information
ellie authored Jun 5, 2024
1 parent 7ec002b commit c102851
Show file tree
Hide file tree
Showing 12 changed files with 123 additions and 30 deletions.
78 changes: 78 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,84 @@

All notable changes to this project will be documented in this file.

## [unreleased]

### Bug Fixes

- Support not-mac for default shell ([#1960](https://github.com/atuinsh/atuin/issues/1960))
- Alias import with init output ([#1970](https://github.com/atuinsh/atuin/issues/1970))
- Fish alias import ([#1972](https://github.com/atuinsh/atuin/issues/1972))
- More fish alias import ([#1974](https://github.com/atuinsh/atuin/issues/1974))
- Unquote aliases before quoting ([#1976](https://github.com/atuinsh/atuin/issues/1976))
- Release workflow ([#1978](https://github.com/atuinsh/atuin/issues/1978))
- Allow clearing aliases, disable import ([#1995](https://github.com/atuinsh/atuin/issues/1995))
- Adapt help to `enter_accept` config ([#2001](https://github.com/atuinsh/atuin/issues/2001))
- Add quotes for strategy value in comment ([#1993](https://github.com/atuinsh/atuin/issues/1993))
- Add protobuf compiler to docker image ([#2009](https://github.com/atuinsh/atuin/issues/2009))
- Add incremental rebuild to daemon loop ([#2010](https://github.com/atuinsh/atuin/issues/2010))
- Alias enable/enabled in settings ([#2021](https://github.com/atuinsh/atuin/issues/2021))
- Bogus error message wording ([#1283](https://github.com/atuinsh/atuin/issues/1283))
- Save sync time in daemon ([#2029](https://github.com/atuinsh/atuin/issues/2029))
- Redact password in database URI when logging ([#2032](https://github.com/atuinsh/atuin/issues/2032))
- Do not try to sync if logged out ([#2037](https://github.com/atuinsh/atuin/issues/2037))
- Save sync time in daemon ([#2051](https://github.com/atuinsh/atuin/issues/2051))
- Handle being logged out gracefully ([#2052](https://github.com/atuinsh/atuin/issues/2052))
- Fix mistake in last pr ([#2053](https://github.com/atuinsh/atuin/issues/2053))
- Generation for commands starting with a pipe ([#2058](https://github.com/atuinsh/atuin/issues/2058))
- Fix a workaround for bash-5.2 keybindings ([#2060](https://github.com/atuinsh/atuin/issues/2060))
- Replace parse_duration with humantime ([#2074](https://github.com/atuinsh/atuin/issues/2074))
- Better error reporting on login/registration ([#2076](https://github.com/atuinsh/atuin/issues/2076))
- Replace serde_yaml::to_string with serde_json::to_string_yaml ([#2087](https://github.com/atuinsh/atuin/issues/2087))

### Documentation

- Fix "From source" `cd` command ([#1973](https://github.com/atuinsh/atuin/issues/1973))

### Features

- Add me endpoint ([#1954](https://github.com/atuinsh/atuin/issues/1954))
- Detect active preexec framework ([#1955](https://github.com/atuinsh/atuin/issues/1955))
- Work on home page, sort state ([#1956](https://github.com/atuinsh/atuin/issues/1956))
- Allow ignoring failed commands ([#1957](https://github.com/atuinsh/atuin/issues/1957))
- Show preview auto ([#1804](https://github.com/atuinsh/atuin/issues/1804))
- Support syncing shell/env vars ([#1977](https://github.com/atuinsh/atuin/issues/1977))
- Add vars ([#1989](https://github.com/atuinsh/atuin/issues/1989))
- Create atuin-history, add stats to it ([#1990](https://github.com/atuinsh/atuin/issues/1990))
- Scroll history infinitely ([#1999](https://github.com/atuinsh/atuin/issues/1999))
- Add background daemon ([#2006](https://github.com/atuinsh/atuin/issues/2006))
- Add support for daemon on windows ([#2014](https://github.com/atuinsh/atuin/issues/2014))
- Add Tuxedo OS ([#2018](https://github.com/atuinsh/atuin/issues/2018))
- Add history explore ([#2022](https://github.com/atuinsh/atuin/issues/2022))
- Support importing from replxx history files ([#2024](https://github.com/atuinsh/atuin/issues/2024))
- Support systemd socket activation for daemon ([#2039](https://github.com/atuinsh/atuin/issues/2039))
- Use correct username on welcome screen ([#2050](https://github.com/atuinsh/atuin/issues/2050))
- Add login/register dialog ([#2056](https://github.com/atuinsh/atuin/issues/2056))
- Report sqlite version ([#2075](https://github.com/atuinsh/atuin/issues/2075))

### Miscellaneous Tasks

- Move crates into crates/ dir ([#1958](https://github.com/atuinsh/atuin/issues/1958))
- Fix atuin crate readme ([#1959](https://github.com/atuinsh/atuin/issues/1959))
- Add some more logging to handlers ([#1971](https://github.com/atuinsh/atuin/issues/1971))
- Add some more debug logs ([#1979](https://github.com/atuinsh/atuin/issues/1979))
- Clarify default config file ([#2026](https://github.com/atuinsh/atuin/issues/2026))
- Ignore CODE_OF_CONDUCT ([#2044](https://github.com/atuinsh/atuin/issues/2044))
- Handle rate limited responses ([#2057](https://github.com/atuinsh/atuin/issues/2057))
- Log cargo and rustc version ([#2068](https://github.com/atuinsh/atuin/issues/2068))
- Don't run "Update Nix Deps" CI on forks ([#2070](https://github.com/atuinsh/atuin/issues/2070))
- Add Systemd config for self-hosted server ([#1879](https://github.com/atuinsh/atuin/issues/1879))
- Switch to cargo dist for releases ([#2085](https://github.com/atuinsh/atuin/issues/2085))
- V18.3.0-prerelease.1

### Performance

- Use version.(major|minor|patch) if available ([#1963](https://github.com/atuinsh/atuin/issues/1963))
- Only open the database for commands if strictly required ([#2043](https://github.com/atuinsh/atuin/issues/2043))

### Refactor

- Preview_auto to use enum and different option ([#1991](https://github.com/atuinsh/atuin/issues/1991))

## [18.2.0] - 2024-04-15

### Bug Fixes
Expand Down
16 changes: 15 additions & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Aleks Bunin <sashkab@users.noreply.github.com>
Aloxaf <bailong104@gmail.com>
Alpha Chen <alpha@kejadlen.dev>
Amos Bird <amosbird@gmail.com>
Anderson <141751473+digital-cuttlefish@users.noreply.github.com>
Andrew Lee <32912555+candrewlee14@users.noreply.github.com>
Anish Pallati <anishp@duck.com>
Expand All @@ -12,6 +13,7 @@ b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Baptiste <32563450+BapRx@users.noreply.github.com>
Ben J <bdavjones@gmail.com>
Benjamin Vergnaud <9599845+bvergnaud@users.noreply.github.com>
Blair Noctis <4474501+nc7s@users.noreply.github.com>
Brad Robel-Forrest <brad@bitpony.com>
Brian Kung <2836167+briankung@users.noreply.github.com>
Bruce Huang <helbingxxx@gmail.com>
Expand All @@ -22,12 +24,16 @@ Chandra Kiran G <chandra.kiran@cai-solutions.com>
Chris Rose <offline@offby1.net>
Conrad Ludgate <conradludgate@gmail.com>
CosmicHorror <LovecraftianHorror@pm.me>
Cristian Le <github@lecris.me>
cyqsimon <28627918+cyqsimon@users.noreply.github.com>
Daniel <daniel.hub@outlook.de>
Daniel Carosone <daniel.carosone@gmail.com>
David <drmorr@evokewonder.com>
David Chocholatý <chocholaty.david@protonmail.com>
David Legrand <1110600+davlgd@users.noreply.github.com>
Dennis Trautwein <git@dtrautwein.eu>
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diego Carrasco Gubernatis <557703+dacog@users.noreply.github.com>
Dieter Eickstaedt <eickstaedt@deicon.de>
Dom Rodriguez <shymega@users.noreply.github.com>
Dongxu Wang <dongxu@apache.org>
Expand All @@ -51,11 +57,13 @@ Gokul <appu.yess@gmail.com>
Hamza Hamud <53880692+hhamud@users.noreply.github.com>
Helmut K. C. Tessarek <tessarek@evermeet.cx>
Herby Gillot <herby.gillot@gmail.com>
Hesam Pakdaman <14890379+hesampakdaman@users.noreply.github.com>
Hilmar Wiegand <me@hwgnd.de>
Ian Manske <ian.manske@pm.me>
Ian Smith <iansmith@honeycomb.io>
Ian Smith <ismith@mit.edu>
Ilkin Bayramli <43158991+ibayramli@users.noreply.github.com>
Ivan Toriya <43750521+ivan-toriya@users.noreply.github.com>
J. Emiliano Deustua <edeustua@gmail.com>
Jakob Schrettenbrunner <dev@schrej.net>
Jakub Jirutka <jakub@jirutka.cz>
Expand All @@ -66,6 +74,7 @@ Jannik <32144358+mozzieongit@users.noreply.github.com>
Jannik <jannik.peters@posteo.de>
jean-santos <ewqjean@gmail.com>
jean-santos <jeanpnsantos@gmail.com>
Jeremy Cline <github@declined.dev>
Jerome Ducret <jdiphone34@gmail.com>
jfmontanaro <jfmonty2@gmail.com>
Jinn Koriech <jinnko@users.noreply.github.com>
Expand Down Expand Up @@ -133,13 +142,15 @@ Peter Brunner <peter@lugoues.net>
Peter Holloway <holloway.p.r@gmail.com>
Philippe Normand <phil@base-art.net>
Philippe Normand <philn@igalia.com>
Pierluigi <82404704+IoSonoPiero@users.noreply.github.com>
Plamen Dimitrov <pdimitrov@pevogam.com>
Poliorcetics <poliorcetics@users.noreply.github.com>
postmath <postmath@users.noreply.github.com>
Qiming Xu <33349132+xqm32@users.noreply.github.com>
Rain <rain@sunshowers.io>
Ramses <ramses@well-founded.dev>
Remmy Cat Stock <3317423+remmycat@users.noreply.github.com>
Richard de Boer <github@tubul.net>
Richard de Boer <git@tubul.net>
Richard Jones <4550158+RichardDRJ@users.noreply.github.com>
Richard Turner <63139+zygous@users.noreply.github.com>
Robin Millette <robin@millette.info>
Expand All @@ -154,6 +165,7 @@ Simon <simon_bull@mckinsey.com>
Simon Elsbrock <simon@iodev.org>
Steve Kemp <steve@steve.org.uk>
Steven Xu <stevenxxiu@users.noreply.github.com>
Sven-Hendrik Haase <svenstaro@gmail.com>
Thomas Buckley-Houston <tom@tombh.co.uk>
Tobias Genannt <tobias.genannt@gmail.com>
Tobias Hunger <tobias.hunger@gmail.com>
Expand All @@ -168,11 +180,13 @@ Vladislav Stepanov <8uk.8ak@gmail.com>
VuiMuich <jm.spam@gmx.net>
Webmaster At Cosmic DNA <92752640+DanielAtCosmicDNA@users.noreply.github.com>
Will Fancher <elvishjerricco@gmail.com>
Wind <WindSoilder@outlook.com>
WindSoilder <WindSoilder@outlook.com>
wpbrz <61665187+wpbrz@users.noreply.github.com>
Xavier Vello <xavier.vello@gmail.com>
xfzv <78810647+xfzv@users.noreply.github.com>
Yannick Ulrich <yannick.ulrich@durham.ac.uk>
Yaroslav Halchenko <debian@onerussian.com>
Yolo <noah.chang@outlook.com>
YummyOreo <bobgim20@gmail.com>
Yuvi Panda <yuvipanda@gmail.com>
Expand Down
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolver = "2"
exclude = ["ui/backend"]

[workspace.package]
version = "18.2.0"
version = "18.3.0-prerelease.1"
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
rust-version = "1.77"
license = "MIT"
Expand Down Expand Up @@ -58,6 +58,7 @@ features = ["runtime-tokio-rustls", "time", "postgres", "uuid"]

# Config for 'cargo dist'
[workspace.metadata.dist]
install-path = "~/.atuin/bin"
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.15.0"
# CI backends to support
Expand All @@ -74,7 +75,7 @@ targets = [
"x86_64-unknown-linux-musl",
]
# Publish jobs to run in CI
pr-run-mode = "upload"
pr-run-mode = "plan"
# Whether to install an updater program
install-updater = true
# The archive format to use for non-windows builds (defaults .tar.xz)
Expand Down
2 changes: 1 addition & 1 deletion crates/atuin-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ daemon = []
check-update = []

[dependencies]
atuin-common = { path = "../atuin-common", version = "18.2.0" }
atuin-common = { path = "../atuin-common", version = "18.3.0-prerelease.1" }

log = { workspace = true }
base64 = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/atuin-daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
atuin-client = { path = "../atuin-client", version = "18.0.1" }
atuin-client = { path = "../atuin-client", version = "18.3.0-prerelease.1" }
atuin-dotfiles = { path = "../atuin-dotfiles", version = "0.2.0" }
atuin-history = { path = "../atuin-history", version = "0.1.0" }

Expand Down
4 changes: 2 additions & 2 deletions crates/atuin-dotfiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ readme.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
atuin-common = { path = "../atuin-common", version = "18.2.0" }
atuin-client = { path = "../atuin-client", version = "18.2.0" }
atuin-common = { path = "../atuin-common", version = "18.3.0-prerelease.1" }
atuin-client = { path = "../atuin-client", version = "18.3.0-prerelease.1" }

eyre = { workspace = true }
tokio = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions crates/atuin-history/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ readme.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
atuin-client = { path = "../atuin-client", version = "18.2.0" }
atuin-common = { path = "../atuin-common", version = "18.2.0" }
atuin-client = { path = "../atuin-client", version = "18.3.0-prerelease.1" }
atuin-common = { path = "../atuin-common", version = "18.3.0-prerelease.1" }

log = { workspace = true }
time = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/atuin-server-database/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = { workspace = true }
repository = { workspace = true }

[dependencies]
atuin-common = { path = "../atuin-common", version = "18.2.0" }
atuin-common = { path = "../atuin-common", version = "18.3.0-prerelease.1" }

tracing = "0.1"
time = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions crates/atuin-server-postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ homepage = { workspace = true }
repository = { workspace = true }

[dependencies]
atuin-common = { path = "../atuin-common", version = "18.2.0" }
atuin-server-database = { path = "../atuin-server-database", version = "18.2.0" }
atuin-common = { path = "../atuin-common", version = "18.3.0-prerelease.1" }
atuin-server-database = { path = "../atuin-server-database", version = "18.3.0-prerelease.1" }

eyre = { workspace = true }
tracing = "0.1"
Expand Down
4 changes: 2 additions & 2 deletions crates/atuin-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ homepage = { workspace = true }
repository = { workspace = true }

[dependencies]
atuin-common = { path = "../atuin-common", version = "18.2.0" }
atuin-server-database = { path = "../atuin-server-database", version = "18.2.0" }
atuin-common = { path = "../atuin-common", version = "18.3.0-prerelease.1" }
atuin-server-database = { path = "../atuin-server-database", version = "18.3.0-prerelease.1" }

tracing = "0.1"
time = { workspace = true }
Expand Down
8 changes: 4 additions & 4 deletions crates/atuin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ clipboard = ["cli-clipboard"]
check-update = ["atuin-client/check-update"]

[dependencies]
atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.2.0", optional = true }
atuin-server = { path = "../atuin-server", version = "18.2.0", optional = true }
atuin-client = { path = "../atuin-client", version = "18.2.0", optional = true, default-features = false }
atuin-common = { path = "../atuin-common", version = "18.2.0" }
atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.3.0-prerelease.1", optional = true }
atuin-server = { path = "../atuin-server", version = "18.3.0-prerelease.1", optional = true }
atuin-client = { path = "../atuin-client", version = "18.3.0-prerelease.1", optional = true, default-features = false }
atuin-common = { path = "../atuin-common", version = "18.3.0-prerelease.1" }
atuin-dotfiles = { path = "../atuin-dotfiles", version = "0.2.0" }
atuin-history = { path = "../atuin-history", version = "0.1.0" }
atuin-daemon = { path = "../atuin-daemon", version = "0.1.0" }
Expand Down

0 comments on commit c102851

Please sign in to comment.