Skip to content

Commit

Permalink
chore(release): prepare for release v18.4.0-beta.2 (#2287)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ellie authored Jul 16, 2024
1 parent 97d978c commit 0e7f9b2
Show file tree
Hide file tree
Showing 15 changed files with 104 additions and 48 deletions.
12 changes: 12 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
networkException <[email protected]> <[email protected]>
Violet Shreve <[email protected]> <[email protected]>
Chris Rose <[email protected]> <[email protected]>
Conrad Ludgate <[email protected]> <[email protected]>
Cristian Le <[email protected]> <[email protected]>
Dennis Trautwein <[email protected]> <[email protected]>
Ellie Huxtable <[email protected]> <[email protected]>
Ellie Huxtable <[email protected]> <[email protected]>
Frank Hamand <[email protected]> <[email protected]>
Jakob Schrettenbrunner <[email protected]> <[email protected]>
Nemo157 <[email protected]> <[email protected]>
Richard de Boer <[email protected]> <[email protected]>
Sandro <[email protected]> <[email protected]>
TymanWasTaken <[email protected]> <[email protected]>
43 changes: 41 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,55 @@

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

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

### Bug Fixes

- *(crate)* Add missing description ([#2106](https://github.com/atuinsh/atuin/issues/2106))
- *(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
Expand All @@ -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))
Expand All @@ -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
Expand Down
15 changes: 10 additions & 5 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Daniel Carosone <[email protected]>
David <[email protected]>
David <[email protected]>
David Chocholatý <[email protected]>
David Jack Wange Olrik <[email protected]>
David Legrand <[email protected]>
Dennis Trautwein <[email protected]>
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Expand All @@ -39,15 +40,17 @@ Dieter Eickstaedt <[email protected]>
Dom Rodriguez <[email protected]>
Dongxu Wang <[email protected]>
DS/Charlie <[email protected]>
éclairevoyant <[email protected]>
Ed Ive <[email protected]>
Edward Loveall <[email protected]>
Ellie Huxtable <ellie@elliehuxtable.com>
Ellie Huxtable <ellie@atuin.sh>
Emanuele Panzeri <[email protected]>
Eric Crosson <[email protected]>
Eric Hodel <[email protected]>
Eric Long <[email protected]>
Eric Ripa <[email protected]>
Erwin Kroon <[email protected]>
eth3lbert <[email protected]>
Ethan Brierley <[email protected]>
Evan McBeth <[email protected]>
Evan Purkhiser <[email protected]>
Expand All @@ -73,6 +76,7 @@ Jamie Quigley <[email protected]>
Jan Larres <[email protected]>
Jannik <[email protected]>
Jannik <[email protected]>
János Illés <[email protected]>
jean-santos <[email protected]>
jean-santos <[email protected]>
Jeremy Cline <[email protected]>
Expand All @@ -84,8 +88,8 @@ Joe Ardent <[email protected]>
Johannes Baiter <[email protected]>
Josef Friedrich <[email protected]>
JT <[email protected]>
Julien P <[email protected]>
Justin Su <[email protected]>
János Illés <[email protected]>
Kjetil Jørgensen <[email protected]>
Klas Mellbourn <[email protected]>
Koichi Murase <[email protected]>
Expand All @@ -95,6 +99,7 @@ Krut Patel <[email protected]>
Laurent le Beau-Martin <[email protected]>
lchausmann <[email protected]>
LeoniePhiline <[email protected]>
Luca Comellini <[email protected]>
Lucas Burns <[email protected]>
Lucy <[email protected]>
Luke Baker <[email protected]>
Expand Down Expand Up @@ -133,9 +138,10 @@ Nico Kokonas <[email protected]>
Niklas Hambüchen <[email protected]>
noyez <[email protected]>
Omer Katz <[email protected]>
onkelT2 <[email protected]>
Onè <[email protected]>
onkelT2 <[email protected]>
Orhun Parmaksız <[email protected]>
P T Weir <[email protected]>
Patrick <[email protected]>
Patrick Decat <[email protected]>
Patrick Jackson <[email protected]>
Expand Down Expand Up @@ -175,7 +181,7 @@ Tobias Hunger <[email protected]>
Tom Cammann <[email protected]>
Tom Cammann <[email protected]>
Trygve Aaberge <[email protected]>
TymanWasTaken <[email protected]>
TymanWasTaken <[email protected]>
Ubiquitous Photon <[email protected]>
Violet Shreve <[email protected]>
Vlad Stepanov <[email protected]>
Expand All @@ -195,6 +201,5 @@ YummyOreo <[email protected]>
Yuvi Panda <[email protected]>
Zhanibek Adilbekov <[email protected]>
ZhiHong Li <[email protected]>
éclairevoyant <[email protected]>
依云 <[email protected]>
镜面王子 <[email protected]>
18 changes: 9 additions & 9 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion 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.4.0-beta.1"
version = "18.4.0-beta.2"
authors = ["Ellie Huxtable <[email protected]>"]
rust-version = "1.79"
license = "MIT"
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.4.0-beta.1" }
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.2" }

log = { workspace = true }
base64 = { workspace = true }
Expand Down
8 changes: 4 additions & 4 deletions crates/atuin-daemon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 }
Expand Down
6 changes: 3 additions & 3 deletions crates/atuin-dotfiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }
Expand Down
6 changes: 3 additions & 3 deletions crates/atuin-history/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }
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.4.0-beta.1" }
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.2" }

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.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"
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.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 }
Expand Down
14 changes: 7 additions & 7 deletions crates/atuin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading

0 comments on commit 0e7f9b2

Please sign in to comment.