mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-21 15:53:30 +01:00
chore(release): prepare for release v18.4.0-beta.2 (#2287)
* feat(gui): add runbook list, ability to create and delete, sql storage (#2282) * wip * saving works :)) * functioning delete button * persist selection properly * update contributors * update changelog
This commit is contained in:
parent
97d978c267
commit
0e7f9b29d2
12
.mailmap
12
.mailmap
@ -1,2 +1,14 @@
|
||||
networkException <git@nwex.de> <github@nwex.de>
|
||||
Violet Shreve <github@shreve.io> <jacob@shreve.io>
|
||||
Chris Rose <offline@offby1.net> <offbyone@github.com>
|
||||
Conrad Ludgate <conradludgate@gmail.com> <conrad.ludgate@truelayer.com>
|
||||
Cristian Le <github@lecris.me> <cristian.le@mpsd.mpg.de>
|
||||
Dennis Trautwein <git@dtrautwein.eu> <dennis.trautwein@posteo.de>
|
||||
Ellie Huxtable <ellie@atuin.sh> <e@elm.sh>
|
||||
Ellie Huxtable <ellie@atuin.sh> <ellie@elliehuxtable.com>
|
||||
Frank Hamand <frankhamand@gmail.com> <frank.hamand@coinbase.com>
|
||||
Jakob Schrettenbrunner <dev@schrej.net> <jakob.schrettenbrunner@telekom.de>
|
||||
Nemo157 <git@nemo157.com> <github@nemo157.com>
|
||||
Richard de Boer <git@tubul.net> <github@tubul.net>
|
||||
Sandro <sandro.jaeckel@gmail.com> <sandro.jaeckel@sap.com>
|
||||
TymanWasTaken <tbeckman530@gmail.com> <ty@blahaj.land>
|
||||
|
43
CHANGELOG.md
43
CHANGELOG.md
@ -2,7 +2,7 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [18.4.0-beta.1] - 2024-06-25
|
||||
## [unreleased]
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@ -10,24 +10,47 @@ All notable changes to this project will be documented in this file.
|
||||
- *(crate)* Add description to daemon crate ([#2107](https://github.com/atuinsh/atuin/issues/2107))
|
||||
- *(gui)* Update deps ([#2116](https://github.com/atuinsh/atuin/issues/2116))
|
||||
- *(gui)* Add support for checking if the cli is installed on windows ([#2162](https://github.com/atuinsh/atuin/issues/2162))
|
||||
- *(gui)* WeekInfo call on Edge ([#2252](https://github.com/atuinsh/atuin/issues/2252))
|
||||
- *(gui)* Add \r for windows (shouldn't effect unix bc they should ignore it) ([#2253](https://github.com/atuinsh/atuin/issues/2253))
|
||||
- *(tui)* Press ctrl-a twice should jump to beginning of line ([#2246](https://github.com/atuinsh/atuin/issues/2246))
|
||||
- Cargo binstall config ([#2112](https://github.com/atuinsh/atuin/issues/2112))
|
||||
- Unitless sync_frequence = 0 not parsed by humantime ([#2154](https://github.com/atuinsh/atuin/issues/2154))
|
||||
- Some --help comments didn't show properly ([#2176](https://github.com/atuinsh/atuin/issues/2176))
|
||||
- Ensure we cleanup all tables when deleting ([#2191](https://github.com/atuinsh/atuin/issues/2191))
|
||||
- Add idx cache unique index ([#2226](https://github.com/atuinsh/atuin/issues/2226))
|
||||
- Idx cache inconsistency ([#2231](https://github.com/atuinsh/atuin/issues/2231))
|
||||
- Ambiguous column name ([#2232](https://github.com/atuinsh/atuin/issues/2232))
|
||||
|
||||
|
||||
### Documentation
|
||||
|
||||
- *(README)* Fix broken link ([#2206](https://github.com/atuinsh/atuin/issues/2206))
|
||||
- Streamline readme ([#2203](https://github.com/atuinsh/atuin/issues/2203))
|
||||
- Update quickstart install command ([#2205](https://github.com/atuinsh/atuin/issues/2205))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
- *(client)* Identify several other GitHub token types as secrets
|
||||
- *(bash/blesh)* Hook into BLE_ONLOAD to resolve loading order issue ([#2234](https://github.com/atuinsh/atuin/issues/2234))
|
||||
- *(daemon)* Follow XDG_RUNTIME_DIR if set ([#2171](https://github.com/atuinsh/atuin/issues/2171))
|
||||
- *(gui)* Automatically install and setup the cli/shell ([#2139](https://github.com/atuinsh/atuin/issues/2139))
|
||||
- *(gui)* Add activity calendar to the homepage ([#2160](https://github.com/atuinsh/atuin/issues/2160))
|
||||
- *(gui)* Cache zustand store in localstorage ([#2168](https://github.com/atuinsh/atuin/issues/2168))
|
||||
- *(gui)* Toast with prompt for cli install, rather than auto ([#2173](https://github.com/atuinsh/atuin/issues/2173))
|
||||
- *(gui)* Runbooks that run ([#2233](https://github.com/atuinsh/atuin/issues/2233))
|
||||
- *(gui)* Use fancy new side nav ([#2243](https://github.com/atuinsh/atuin/issues/2243))
|
||||
- *(gui)* Add runbook list, ability to create and delete, sql storage ([#2282](https://github.com/atuinsh/atuin/issues/2282))
|
||||
- *(gui)* Add runbook list, ability to create and delete, sql storage ([#2282](https://github.com/atuinsh/atuin/issues/2282))
|
||||
- *(history)* Filter out various environment variables containing potential secrets ([#2174](https://github.com/atuinsh/atuin/issues/2174))
|
||||
- *(tui)* Configurable prefix character ([#2157](https://github.com/atuinsh/atuin/issues/2157))
|
||||
- *(tui)* Customizable Themes ([#2236](https://github.com/atuinsh/atuin/issues/2236))
|
||||
- Use cargo-dist installer from our install script ([#2108](https://github.com/atuinsh/atuin/issues/2108))
|
||||
- Add user account verification ([#2190](https://github.com/atuinsh/atuin/issues/2190))
|
||||
- Add GitLab PAT to secret patterns ([#2196](https://github.com/atuinsh/atuin/issues/2196))
|
||||
- Add several other GitHub access token patterns ([#2200](https://github.com/atuinsh/atuin/issues/2200))
|
||||
- Add npm, Netlify and Pulumi tokens to secret patterns ([#2210](https://github.com/atuinsh/atuin/issues/2210))
|
||||
- Allow advertising a fake version to clients ([#2228](https://github.com/atuinsh/atuin/issues/2228))
|
||||
- Monitor idx cache consistency before switching ([#2229](https://github.com/atuinsh/atuin/issues/2229))
|
||||
|
||||
|
||||
### Miscellaneous Tasks
|
||||
@ -36,6 +59,8 @@ All notable changes to this project will be documented in this file.
|
||||
- *(ci)* Do not run current ci for ui ([#2189](https://github.com/atuinsh/atuin/issues/2189))
|
||||
- *(deps-dev)* Bump @tauri-apps/cli in /ui ([#2135](https://github.com/atuinsh/atuin/issues/2135))
|
||||
- *(deps-dev)* Bump vite from 5.2.13 to 5.3.1 in /ui ([#2150](https://github.com/atuinsh/atuin/issues/2150))
|
||||
- *(deps-dev)* Bump @tauri-apps/cli in /ui ([#2277](https://github.com/atuinsh/atuin/issues/2277))
|
||||
- *(install)* Use posix sh, not bash ([#2204](https://github.com/atuinsh/atuin/issues/2204))
|
||||
- *(nix)* De-couple atuin nix build from nixpkgs rustc version ([#2123](https://github.com/atuinsh/atuin/issues/2123))
|
||||
- Add installer e2e tests ([#2110](https://github.com/atuinsh/atuin/issues/2110))
|
||||
- Remove unnecessary proto import ([#2120](https://github.com/atuinsh/atuin/issues/2120))
|
||||
@ -45,6 +70,20 @@ All notable changes to this project will be documented in this file.
|
||||
- Cargo and pnpm update ([#2127](https://github.com/atuinsh/atuin/issues/2127))
|
||||
- Update to rust 1.79 ([#2138](https://github.com/atuinsh/atuin/issues/2138))
|
||||
- Update to cargo-dist 0.16, enable attestations ([#2156](https://github.com/atuinsh/atuin/issues/2156))
|
||||
- Do not use package managers in installer ([#2201](https://github.com/atuinsh/atuin/issues/2201))
|
||||
- Enable record sync by default ([#2255](https://github.com/atuinsh/atuin/issues/2255))
|
||||
|
||||
|
||||
### Performance
|
||||
|
||||
- *(search)* Benchmark smart sort ([#2202](https://github.com/atuinsh/atuin/issues/2202))
|
||||
- Create idx cache table ([#2140](https://github.com/atuinsh/atuin/issues/2140))
|
||||
- Write to the idx cache ([#2225](https://github.com/atuinsh/atuin/issues/2225))
|
||||
|
||||
|
||||
### Flake.lock
|
||||
|
||||
- Update ([#2213](https://github.com/atuinsh/atuin/issues/2213))
|
||||
|
||||
|
||||
## [18.3.0] - 2024-06-10
|
||||
|
15
CONTRIBUTORS
15
CONTRIBUTORS
@ -31,6 +31,7 @@ Daniel Carosone <daniel.carosone@gmail.com>
|
||||
David <drmorr@appliedcomputing.io>
|
||||
David <drmorr@evokewonder.com>
|
||||
David Chocholatý <chocholaty.david@protonmail.com>
|
||||
David Jack Wange Olrik <david@olrik.dk>
|
||||
David Legrand <1110600+davlgd@users.noreply.github.com>
|
||||
Dennis Trautwein <git@dtrautwein.eu>
|
||||
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
@ -39,15 +40,17 @@ Dieter Eickstaedt <eickstaedt@deicon.de>
|
||||
Dom Rodriguez <shymega@users.noreply.github.com>
|
||||
Dongxu Wang <dongxu@apache.org>
|
||||
DS/Charlie <82801887+ds-cbo@users.noreply.github.com>
|
||||
éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
|
||||
Ed Ive <ed.ivve@gmail.com>
|
||||
Edward Loveall <edward@edwardloveall.com>
|
||||
Ellie Huxtable <ellie@elliehuxtable.com>
|
||||
Ellie Huxtable <ellie@atuin.sh>
|
||||
Emanuele Panzeri <thepanz@gmail.com>
|
||||
Eric Crosson <EricCrosson@users.noreply.github.com>
|
||||
Eric Hodel <drbrain@segment7.net>
|
||||
Eric Long <i@hack3r.moe>
|
||||
Eric Ripa <eric@ripa.io>
|
||||
Erwin Kroon <123574+ekroon@users.noreply.github.com>
|
||||
eth3lbert <eth3lbert+dev@gmail.com>
|
||||
Ethan Brierley <ethanboxx@gmail.com>
|
||||
Evan McBeth <64177332+AtomicRobotMan0101@users.noreply.github.com>
|
||||
Evan Purkhiser <evanpurkhiser@gmail.com>
|
||||
@ -73,6 +76,7 @@ Jamie Quigley <jamie@quigley.xyz>
|
||||
Jan Larres <jan@majutsushi.net>
|
||||
Jannik <32144358+mozzieongit@users.noreply.github.com>
|
||||
Jannik <jannik.peters@posteo.de>
|
||||
János Illés <ijanos@gmail.com>
|
||||
jean-santos <ewqjean@gmail.com>
|
||||
jean-santos <jeanpnsantos@gmail.com>
|
||||
Jeremy Cline <github@declined.dev>
|
||||
@ -84,8 +88,8 @@ Joe Ardent <nebkor@users.noreply.github.com>
|
||||
Johannes Baiter <johannes.baiter@gmail.com>
|
||||
Josef Friedrich <josef@friedrich.rocks>
|
||||
JT <547158+jntrnr@users.noreply.github.com>
|
||||
Julien P <julien@caffeine.lu>
|
||||
Justin Su <injustsu@gmail.com>
|
||||
János Illés <ijanos@gmail.com>
|
||||
Kjetil Jørgensen <kjetijor+github@gmail.com>
|
||||
Klas Mellbourn <klas@mellbourn.net>
|
||||
Koichi Murase <myoga.murase@gmail.com>
|
||||
@ -95,6 +99,7 @@ Krut Patel <kroot.patel@gmail.com>
|
||||
Laurent le Beau-Martin <1180863+laurentlbm@users.noreply.github.com>
|
||||
lchausmann <jazz-github@zqz.dk>
|
||||
LeoniePhiline <22329650+LeoniePhiline@users.noreply.github.com>
|
||||
Luca Comellini <luca.com@gmail.com>
|
||||
Lucas Burns <44355502+lmburns@users.noreply.github.com>
|
||||
Lucy <lucy@absolucy.moe>
|
||||
Luke Baker <lukebaker@gmail.com>
|
||||
@ -133,9 +138,10 @@ Nico Kokonas <nico@nicomee.com>
|
||||
Niklas Hambüchen <mail@nh2.me>
|
||||
noyez <noyez@ithryn.net>
|
||||
Omer Katz <omer.drow@gmail.com>
|
||||
onkelT2 <126604057+onkelT2@users.noreply.github.com>
|
||||
Onè <43485962+c-git@users.noreply.github.com>
|
||||
onkelT2 <126604057+onkelT2@users.noreply.github.com>
|
||||
Orhun Parmaksız <orhunparmaksiz@gmail.com>
|
||||
P T Weir <phil.weir@flaxandteal.co.uk>
|
||||
Patrick <pmarschik@users.noreply.github.com>
|
||||
Patrick Decat <pdecat@gmail.com>
|
||||
Patrick Jackson <patrick@jackson.dev>
|
||||
@ -175,7 +181,7 @@ Tobias Hunger <tobias.hunger@gmail.com>
|
||||
Tom Cammann <cammann.tom@gmail.com>
|
||||
Tom Cammann <tom.cammann@oracle.com>
|
||||
Trygve Aaberge <trygveaa@gmail.com>
|
||||
TymanWasTaken <ty@blahaj.land>
|
||||
TymanWasTaken <tbeckman530@gmail.com>
|
||||
Ubiquitous Photon <39134173+UbiquitousPhoton@users.noreply.github.com>
|
||||
Violet Shreve <github@shreve.io>
|
||||
Vlad Stepanov <8uk.8ak@gmail.com>
|
||||
@ -195,6 +201,5 @@ YummyOreo <bobgim20@gmail.com>
|
||||
Yuvi Panda <yuvipanda@gmail.com>
|
||||
Zhanibek Adilbekov <zhanibek.adilbekov@proton.me>
|
||||
ZhiHong Li <joker_lizhih@163.com>
|
||||
éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
|
||||
依云 <lilydjwg@gmail.com>
|
||||
镜面王子 <153555712@qq.com>
|
||||
|
18
Cargo.lock
generated
18
Cargo.lock
generated
@ -221,7 +221,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
||||
|
||||
[[package]]
|
||||
name = "atuin"
|
||||
version = "18.4.0-beta.1"
|
||||
version = "18.4.0-beta.2"
|
||||
dependencies = [
|
||||
"arboard",
|
||||
"async-trait",
|
||||
@ -271,7 +271,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "atuin-client"
|
||||
version = "18.4.0-beta.1"
|
||||
version = "18.4.0-beta.2"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"atuin-common",
|
||||
@ -326,7 +326,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "atuin-common"
|
||||
version = "18.4.0-beta.1"
|
||||
version = "18.4.0-beta.2"
|
||||
dependencies = [
|
||||
"base64 0.22.1",
|
||||
"directories",
|
||||
@ -347,7 +347,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "atuin-daemon"
|
||||
version = "0.3.0"
|
||||
version = "18.4.0-beta.2"
|
||||
dependencies = [
|
||||
"atuin-client",
|
||||
"atuin-dotfiles",
|
||||
@ -374,7 +374,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "atuin-dotfiles"
|
||||
version = "0.4.0"
|
||||
version = "18.4.0-beta.2"
|
||||
dependencies = [
|
||||
"atuin-client",
|
||||
"atuin-common",
|
||||
@ -388,7 +388,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "atuin-history"
|
||||
version = "0.3.0"
|
||||
version = "18.4.0-beta.2"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"atuin-client",
|
||||
@ -421,7 +421,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "atuin-server"
|
||||
version = "18.4.0-beta.1"
|
||||
version = "18.4.0-beta.2"
|
||||
dependencies = [
|
||||
"argon2",
|
||||
"async-trait",
|
||||
@ -453,7 +453,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "atuin-server-database"
|
||||
version = "18.4.0-beta.1"
|
||||
version = "18.4.0-beta.2"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"atuin-common",
|
||||
@ -466,7 +466,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "atuin-server-postgres"
|
||||
version = "18.4.0-beta.1"
|
||||
version = "18.4.0-beta.2"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"atuin-common",
|
||||
|
@ -5,7 +5,7 @@ resolver = "2"
|
||||
exclude = ["ui/backend"]
|
||||
|
||||
[workspace.package]
|
||||
version = "18.4.0-beta.1"
|
||||
version = "18.4.0-beta.2"
|
||||
authors = ["Ellie Huxtable <ellie@atuin.sh>"]
|
||||
rust-version = "1.79"
|
||||
license = "MIT"
|
||||
|
@ -19,7 +19,7 @@ daemon = []
|
||||
check-update = []
|
||||
|
||||
[dependencies]
|
||||
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.1" }
|
||||
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.2" }
|
||||
|
||||
log = { workspace = true }
|
||||
base64 = { workspace = true }
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "atuin-daemon"
|
||||
edition = "2021"
|
||||
version = "0.3.0"
|
||||
version = { workspace = true }
|
||||
description = "The daemon crate for Atuin"
|
||||
|
||||
authors.workspace = true
|
||||
@ -14,9 +14,9 @@ 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.4.0-beta.1" }
|
||||
atuin-dotfiles = { path = "../atuin-dotfiles", version = "0.4.0" }
|
||||
atuin-history = { path = "../atuin-history", version = "0.3.0" }
|
||||
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.2" }
|
||||
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.2" }
|
||||
atuin-history = { path = "../atuin-history", version = "18.4.0-beta.2" }
|
||||
|
||||
time = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "atuin-dotfiles"
|
||||
description = "The dotfiles crate for Atuin"
|
||||
edition = "2021"
|
||||
version = "0.4.0" # intentionally not the same as the rest
|
||||
version = { workspace = true }
|
||||
|
||||
authors.workspace = true
|
||||
rust-version.workspace = true
|
||||
@ -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.4.0-beta.1" }
|
||||
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.1" }
|
||||
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.2" }
|
||||
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.2" }
|
||||
|
||||
eyre = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "atuin-history"
|
||||
description = "The history crate for Atuin"
|
||||
edition = "2021"
|
||||
version = "0.3.0"
|
||||
version = { workspace = true }
|
||||
|
||||
authors.workspace = true
|
||||
rust-version.workspace = true
|
||||
@ -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-client = { path = "../atuin-client", version = "18.4.0-beta.1" }
|
||||
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.1" }
|
||||
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.2" }
|
||||
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.2" }
|
||||
|
||||
log = { workspace = true }
|
||||
time = { workspace = true }
|
||||
|
@ -10,7 +10,7 @@ homepage = { workspace = true }
|
||||
repository = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.1" }
|
||||
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.2" }
|
||||
|
||||
tracing = "0.1"
|
||||
time = { workspace = true }
|
||||
|
@ -10,8 +10,8 @@ homepage = { workspace = true }
|
||||
repository = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.1" }
|
||||
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.1" }
|
||||
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.2" }
|
||||
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.2" }
|
||||
|
||||
eyre = { workspace = true }
|
||||
tracing = "0.1"
|
||||
|
@ -11,8 +11,8 @@ homepage = { workspace = true }
|
||||
repository = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.1" }
|
||||
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.1" }
|
||||
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.2" }
|
||||
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.2" }
|
||||
|
||||
tracing = "0.1"
|
||||
time = { workspace = true }
|
||||
|
@ -42,13 +42,13 @@ clipboard = ["arboard"]
|
||||
check-update = ["atuin-client/check-update"]
|
||||
|
||||
[dependencies]
|
||||
atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.4.0-beta.1", optional = true }
|
||||
atuin-server = { path = "../atuin-server", version = "18.4.0-beta.1", optional = true }
|
||||
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.1", optional = true, default-features = false }
|
||||
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.1" }
|
||||
atuin-dotfiles = { path = "../atuin-dotfiles", version = "0.4.0" }
|
||||
atuin-history = { path = "../atuin-history", version = "0.3.0" }
|
||||
atuin-daemon = { path = "../atuin-daemon", version = "0.3.0" }
|
||||
atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.4.0-beta.2", optional = true }
|
||||
atuin-server = { path = "../atuin-server", version = "18.4.0-beta.2", optional = true }
|
||||
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.2", optional = true, default-features = false }
|
||||
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.2" }
|
||||
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.2" }
|
||||
atuin-history = { path = "../atuin-history", version = "18.4.0-beta.2" }
|
||||
atuin-daemon = { path = "../atuin-daemon", version = "18.4.0-beta.2" }
|
||||
|
||||
log = { workspace = true }
|
||||
env_logger = "0.11.2"
|
||||
|
8
ui/backend/Cargo.lock
generated
8
ui/backend/Cargo.lock
generated
@ -351,7 +351,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
||||
|
||||
[[package]]
|
||||
name = "atuin-client"
|
||||
version = "18.4.0-beta.1"
|
||||
version = "18.4.0-beta.2"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"atuin-common",
|
||||
@ -404,7 +404,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "atuin-common"
|
||||
version = "18.4.0-beta.1"
|
||||
version = "18.4.0-beta.2"
|
||||
dependencies = [
|
||||
"base64 0.22.1",
|
||||
"directories",
|
||||
@ -424,7 +424,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "atuin-dotfiles"
|
||||
version = "0.4.0"
|
||||
version = "18.4.0-beta.2"
|
||||
dependencies = [
|
||||
"atuin-client",
|
||||
"atuin-common",
|
||||
@ -438,7 +438,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "atuin-history"
|
||||
version = "0.3.0"
|
||||
version = "18.4.0-beta.2"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"atuin-client",
|
||||
|
@ -12,10 +12,10 @@ edition = "2021"
|
||||
tauri-build = { version = "2.0.0-beta", features = [] }
|
||||
|
||||
[dependencies]
|
||||
atuin-client = { path = "../../crates/atuin-client", version = "18.4.0-beta.1" }
|
||||
atuin-common = { path = "../../crates/atuin-common", version = "18.4.0-beta.1" }
|
||||
atuin-dotfiles = { path = "../../crates/atuin-dotfiles", version = "0.4.0" }
|
||||
atuin-history = { path = "../../crates/atuin-history", version = "0.3.0" }
|
||||
atuin-client = { path = "../../crates/atuin-client", version = "18.4.0-beta.2" }
|
||||
atuin-common = { path = "../../crates/atuin-common", version = "18.4.0-beta.2" }
|
||||
atuin-dotfiles = { path = "../../crates/atuin-dotfiles", version = "18.4.0-beta.2" }
|
||||
atuin-history = { path = "../../crates/atuin-history", version = "18.4.0-beta.2" }
|
||||
|
||||
eyre = "0.6"
|
||||
tauri = { version = "2.0.0-beta", features = ["tray-icon"] }
|
||||
|
Loading…
Reference in New Issue
Block a user