Skip to content

Commit 0e7f9b2

Browse files
authored
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
1 parent 97d978c commit 0e7f9b2

File tree

15 files changed

+104
-48
lines changed

15 files changed

+104
-48
lines changed

Diff for: .mailmap

+12
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
22
3+
4+
5+
6+
7+
8+
9+
10+
Jakob Schrettenbrunner <[email protected]> <[email protected]>
11+
12+
13+
14+

Diff for: CHANGELOG.md

+41-2
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,55 @@
22

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

5-
## [18.4.0-beta.1] - 2024-06-25
5+
## [unreleased]
66

77
### Bug Fixes
88

99
- *(crate)* Add missing description ([#2106](https://github.com/atuinsh/atuin/issues/2106))
1010
- *(crate)* Add description to daemon crate ([#2107](https://github.com/atuinsh/atuin/issues/2107))
1111
- *(gui)* Update deps ([#2116](https://github.com/atuinsh/atuin/issues/2116))
1212
- *(gui)* Add support for checking if the cli is installed on windows ([#2162](https://github.com/atuinsh/atuin/issues/2162))
13+
- *(gui)* WeekInfo call on Edge ([#2252](https://github.com/atuinsh/atuin/issues/2252))
14+
- *(gui)* Add \r for windows (shouldn't effect unix bc they should ignore it) ([#2253](https://github.com/atuinsh/atuin/issues/2253))
15+
- *(tui)* Press ctrl-a twice should jump to beginning of line ([#2246](https://github.com/atuinsh/atuin/issues/2246))
1316
- Cargo binstall config ([#2112](https://github.com/atuinsh/atuin/issues/2112))
1417
- Unitless sync_frequence = 0 not parsed by humantime ([#2154](https://github.com/atuinsh/atuin/issues/2154))
1518
- Some --help comments didn't show properly ([#2176](https://github.com/atuinsh/atuin/issues/2176))
1619
- Ensure we cleanup all tables when deleting ([#2191](https://github.com/atuinsh/atuin/issues/2191))
20+
- Add idx cache unique index ([#2226](https://github.com/atuinsh/atuin/issues/2226))
21+
- Idx cache inconsistency ([#2231](https://github.com/atuinsh/atuin/issues/2231))
22+
- Ambiguous column name ([#2232](https://github.com/atuinsh/atuin/issues/2232))
23+
24+
25+
### Documentation
26+
27+
- *(README)* Fix broken link ([#2206](https://github.com/atuinsh/atuin/issues/2206))
28+
- Streamline readme ([#2203](https://github.com/atuinsh/atuin/issues/2203))
29+
- Update quickstart install command ([#2205](https://github.com/atuinsh/atuin/issues/2205))
1730

1831

1932
### Features
2033

21-
- *(client)* Identify several other GitHub token types as secrets
34+
- *(bash/blesh)* Hook into BLE_ONLOAD to resolve loading order issue ([#2234](https://github.com/atuinsh/atuin/issues/2234))
2235
- *(daemon)* Follow XDG_RUNTIME_DIR if set ([#2171](https://github.com/atuinsh/atuin/issues/2171))
2336
- *(gui)* Automatically install and setup the cli/shell ([#2139](https://github.com/atuinsh/atuin/issues/2139))
2437
- *(gui)* Add activity calendar to the homepage ([#2160](https://github.com/atuinsh/atuin/issues/2160))
2538
- *(gui)* Cache zustand store in localstorage ([#2168](https://github.com/atuinsh/atuin/issues/2168))
2639
- *(gui)* Toast with prompt for cli install, rather than auto ([#2173](https://github.com/atuinsh/atuin/issues/2173))
40+
- *(gui)* Runbooks that run ([#2233](https://github.com/atuinsh/atuin/issues/2233))
41+
- *(gui)* Use fancy new side nav ([#2243](https://github.com/atuinsh/atuin/issues/2243))
42+
- *(gui)* Add runbook list, ability to create and delete, sql storage ([#2282](https://github.com/atuinsh/atuin/issues/2282))
43+
- *(gui)* Add runbook list, ability to create and delete, sql storage ([#2282](https://github.com/atuinsh/atuin/issues/2282))
2744
- *(history)* Filter out various environment variables containing potential secrets ([#2174](https://github.com/atuinsh/atuin/issues/2174))
2845
- *(tui)* Configurable prefix character ([#2157](https://github.com/atuinsh/atuin/issues/2157))
46+
- *(tui)* Customizable Themes ([#2236](https://github.com/atuinsh/atuin/issues/2236))
2947
- Use cargo-dist installer from our install script ([#2108](https://github.com/atuinsh/atuin/issues/2108))
3048
- Add user account verification ([#2190](https://github.com/atuinsh/atuin/issues/2190))
49+
- Add GitLab PAT to secret patterns ([#2196](https://github.com/atuinsh/atuin/issues/2196))
50+
- Add several other GitHub access token patterns ([#2200](https://github.com/atuinsh/atuin/issues/2200))
51+
- Add npm, Netlify and Pulumi tokens to secret patterns ([#2210](https://github.com/atuinsh/atuin/issues/2210))
52+
- Allow advertising a fake version to clients ([#2228](https://github.com/atuinsh/atuin/issues/2228))
53+
- Monitor idx cache consistency before switching ([#2229](https://github.com/atuinsh/atuin/issues/2229))
3154

3255

3356
### Miscellaneous Tasks
@@ -36,6 +59,8 @@ All notable changes to this project will be documented in this file.
3659
- *(ci)* Do not run current ci for ui ([#2189](https://github.com/atuinsh/atuin/issues/2189))
3760
- *(deps-dev)* Bump @tauri-apps/cli in /ui ([#2135](https://github.com/atuinsh/atuin/issues/2135))
3861
- *(deps-dev)* Bump vite from 5.2.13 to 5.3.1 in /ui ([#2150](https://github.com/atuinsh/atuin/issues/2150))
62+
- *(deps-dev)* Bump @tauri-apps/cli in /ui ([#2277](https://github.com/atuinsh/atuin/issues/2277))
63+
- *(install)* Use posix sh, not bash ([#2204](https://github.com/atuinsh/atuin/issues/2204))
3964
- *(nix)* De-couple atuin nix build from nixpkgs rustc version ([#2123](https://github.com/atuinsh/atuin/issues/2123))
4065
- Add installer e2e tests ([#2110](https://github.com/atuinsh/atuin/issues/2110))
4166
- 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.
4570
- Cargo and pnpm update ([#2127](https://github.com/atuinsh/atuin/issues/2127))
4671
- Update to rust 1.79 ([#2138](https://github.com/atuinsh/atuin/issues/2138))
4772
- Update to cargo-dist 0.16, enable attestations ([#2156](https://github.com/atuinsh/atuin/issues/2156))
73+
- Do not use package managers in installer ([#2201](https://github.com/atuinsh/atuin/issues/2201))
74+
- Enable record sync by default ([#2255](https://github.com/atuinsh/atuin/issues/2255))
75+
76+
77+
### Performance
78+
79+
- *(search)* Benchmark smart sort ([#2202](https://github.com/atuinsh/atuin/issues/2202))
80+
- Create idx cache table ([#2140](https://github.com/atuinsh/atuin/issues/2140))
81+
- Write to the idx cache ([#2225](https://github.com/atuinsh/atuin/issues/2225))
82+
83+
84+
### Flake.lock
85+
86+
- Update ([#2213](https://github.com/atuinsh/atuin/issues/2213))
4887

4988

5089
## [18.3.0] - 2024-06-10

Diff for: CONTRIBUTORS

+10-5
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Daniel Carosone <[email protected]>
3131
3232
3333
David Chocholatý <[email protected]>
34+
David Jack Wange Olrik <[email protected]>
3435
David Legrand <[email protected]>
3536
Dennis Trautwein <[email protected]>
3637
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@@ -39,15 +40,17 @@ Dieter Eickstaedt <[email protected]>
3940
Dom Rodriguez <[email protected]>
4041
Dongxu Wang <[email protected]>
4142
DS/Charlie <[email protected]>
43+
éclairevoyant <[email protected]>
4244
4345
Edward Loveall <[email protected]>
44-
Ellie Huxtable <ellie@elliehuxtable.com>
46+
Ellie Huxtable <ellie@atuin.sh>
4547
Emanuele Panzeri <[email protected]>
4648
Eric Crosson <[email protected]>
4749
Eric Hodel <[email protected]>
4850
Eric Long <[email protected]>
4951
Eric Ripa <[email protected]>
5052
Erwin Kroon <[email protected]>
53+
eth3lbert <[email protected]>
5154
Ethan Brierley <[email protected]>
5255
Evan McBeth <[email protected]>
5356
Evan Purkhiser <[email protected]>
@@ -73,6 +76,7 @@ Jamie Quigley <[email protected]>
7376
Jan Larres <[email protected]>
7477
7578
79+
János Illés <[email protected]>
7680
jean-santos <[email protected]>
7781
jean-santos <[email protected]>
7882
Jeremy Cline <[email protected]>
@@ -84,8 +88,8 @@ Joe Ardent <[email protected]>
8488
Johannes Baiter <[email protected]>
8589
Josef Friedrich <[email protected]>
8690
91+
8792
Justin Su <[email protected]>
88-
János Illés <[email protected]>
8993
Kjetil Jørgensen <[email protected]>
9094
Klas Mellbourn <[email protected]>
9195
Koichi Murase <[email protected]>
@@ -95,6 +99,7 @@ Krut Patel <[email protected]>
9599
Laurent le Beau-Martin <[email protected]>
96100
lchausmann <[email protected]>
97101
LeoniePhiline <[email protected]>
102+
Luca Comellini <[email protected]>
98103
Lucas Burns <[email protected]>
99104
100105
Luke Baker <[email protected]>
@@ -133,9 +138,10 @@ Nico Kokonas <[email protected]>
133138
Niklas Hambüchen <[email protected]>
134139
135140
Omer Katz <[email protected]>
136-
137141
142+
138143
Orhun Parmaksız <[email protected]>
144+
139145
140146
Patrick Decat <[email protected]>
141147
Patrick Jackson <[email protected]>
@@ -175,7 +181,7 @@ Tobias Hunger <[email protected]>
175181
Tom Cammann <[email protected]>
176182
Tom Cammann <[email protected]>
177183
Trygve Aaberge <[email protected]>
178-
TymanWasTaken <[email protected]>
184+
TymanWasTaken <[email protected]>
179185
Ubiquitous Photon <[email protected]>
180186
Violet Shreve <[email protected]>
181187
Vlad Stepanov <[email protected]>
@@ -195,6 +201,5 @@ YummyOreo <[email protected]>
195201
Yuvi Panda <[email protected]>
196202
Zhanibek Adilbekov <[email protected]>
197203
ZhiHong Li <[email protected]>
198-
éclairevoyant <[email protected]>
199204
200205
镜面王子 <[email protected]>

Diff for: Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "2"
55
exclude = ["ui/backend"]
66

77
[workspace.package]
8-
version = "18.4.0-beta.1"
8+
version = "18.4.0-beta.2"
99
authors = ["Ellie Huxtable <[email protected]>"]
1010
rust-version = "1.79"
1111
license = "MIT"

Diff for: crates/atuin-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ daemon = []
1919
check-update = []
2020

2121
[dependencies]
22-
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.1" }
22+
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.2" }
2323

2424
log = { workspace = true }
2525
base64 = { workspace = true }

Diff for: crates/atuin-daemon/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "atuin-daemon"
33
edition = "2021"
4-
version = "0.3.0"
4+
version = { workspace = true }
55
description = "The daemon crate for Atuin"
66

77
authors.workspace = true
@@ -14,9 +14,9 @@ readme.workspace = true
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.1" }
18-
atuin-dotfiles = { path = "../atuin-dotfiles", version = "0.4.0" }
19-
atuin-history = { path = "../atuin-history", version = "0.3.0" }
17+
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.2" }
18+
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.2" }
19+
atuin-history = { path = "../atuin-history", version = "18.4.0-beta.2" }
2020

2121
time = { workspace = true }
2222
uuid = { workspace = true }

Diff for: crates/atuin-dotfiles/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "atuin-dotfiles"
33
description = "The dotfiles crate for Atuin"
44
edition = "2021"
5-
version = "0.4.0" # intentionally not the same as the rest
5+
version = { workspace = true }
66

77
authors.workspace = true
88
rust-version.workspace = true
@@ -14,8 +14,8 @@ readme.workspace = true
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.1" }
18-
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.1" }
17+
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.2" }
18+
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.2" }
1919

2020
eyre = { workspace = true }
2121
tokio = { workspace = true }

Diff for: crates/atuin-history/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "atuin-history"
33
description = "The history crate for Atuin"
44
edition = "2021"
5-
version = "0.3.0"
5+
version = { workspace = true }
66

77
authors.workspace = true
88
rust-version.workspace = true
@@ -14,8 +14,8 @@ readme.workspace = true
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.1" }
18-
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.1" }
17+
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.2" }
18+
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.2" }
1919

2020
log = { workspace = true }
2121
time = { workspace = true }

Diff for: crates/atuin-server-database/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = { workspace = true }
1010
repository = { workspace = true }
1111

1212
[dependencies]
13-
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.1" }
13+
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.2" }
1414

1515
tracing = "0.1"
1616
time = { workspace = true }

Diff for: crates/atuin-server-postgres/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ homepage = { workspace = true }
1010
repository = { workspace = true }
1111

1212
[dependencies]
13-
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.1" }
14-
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.1" }
13+
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.2" }
14+
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.2" }
1515

1616
eyre = { workspace = true }
1717
tracing = "0.1"

Diff for: crates/atuin-server/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ homepage = { workspace = true }
1111
repository = { workspace = true }
1212

1313
[dependencies]
14-
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.1" }
15-
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.1" }
14+
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.2" }
15+
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.2" }
1616

1717
tracing = "0.1"
1818
time = { workspace = true }

Diff for: crates/atuin/Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ clipboard = ["arboard"]
4242
check-update = ["atuin-client/check-update"]
4343

4444
[dependencies]
45-
atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.4.0-beta.1", optional = true }
46-
atuin-server = { path = "../atuin-server", version = "18.4.0-beta.1", optional = true }
47-
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.1", optional = true, default-features = false }
48-
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.1" }
49-
atuin-dotfiles = { path = "../atuin-dotfiles", version = "0.4.0" }
50-
atuin-history = { path = "../atuin-history", version = "0.3.0" }
51-
atuin-daemon = { path = "../atuin-daemon", version = "0.3.0" }
45+
atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.4.0-beta.2", optional = true }
46+
atuin-server = { path = "../atuin-server", version = "18.4.0-beta.2", optional = true }
47+
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.2", optional = true, default-features = false }
48+
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.2" }
49+
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.2" }
50+
atuin-history = { path = "../atuin-history", version = "18.4.0-beta.2" }
51+
atuin-daemon = { path = "../atuin-daemon", version = "18.4.0-beta.2" }
5252

5353
log = { workspace = true }
5454
env_logger = "0.11.2"

0 commit comments

Comments
 (0)