Skip to content

Commit

Permalink
chore(release): prepare for release 18.4.0-beta.4 (#2469)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie authored Dec 5, 2024
1 parent 5dcccad commit 33f00df
Show file tree
Hide file tree
Showing 12 changed files with 74 additions and 30 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,40 @@ All notable changes to this project will be documented in this file.

- *(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))
- *(daemon)* Add context to error when unable to connect ([#2394](https://github.com/atuinsh/atuin/issues/2394))
- *(deps)* Pin tiny_bip to 1.0.0 until breaking change resolved ([#2412](https://github.com/atuinsh/atuin/issues/2412))
- *(docker)* Update Dockerfile ([#2369](https://github.com/atuinsh/atuin/issues/2369))
- *(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))
- *(gui)* Terminal resize overflow ([#2285](https://github.com/atuinsh/atuin/issues/2285))
- *(gui)* Kill child on block stop ([#2288](https://github.com/atuinsh/atuin/issues/2288))
- *(gui)* Do not hardcode db path ([#2309](https://github.com/atuinsh/atuin/issues/2309))
- *(gui)* Double return on mac/linux ([#2311](https://github.com/atuinsh/atuin/issues/2311))
- *(gui)* Cursor positioning on new doc creation ([#2310](https://github.com/atuinsh/atuin/issues/2310))
- *(gui)* Random ts errors ([#2316](https://github.com/atuinsh/atuin/issues/2316))
- *(history)* Logic for store_failed=false ([#2284](https://github.com/atuinsh/atuin/issues/2284))
- *(mail)* Incorrect alias and error logs ([#2346](https://github.com/atuinsh/atuin/issues/2346))
- *(mail)* Enable correct tls features for postmark client ([#2347](https://github.com/atuinsh/atuin/issues/2347))
- *(theme)* Restore original colours ([#2339](https://github.com/atuinsh/atuin/issues/2339))
- *(themes)* Restore default theme, refactor ([#2294](https://github.com/atuinsh/atuin/issues/2294))
- *(tui)* Press ctrl-a twice should jump to beginning of line ([#2246](https://github.com/atuinsh/atuin/issues/2246))
- *(tui)* Don't panic when search result is empty and up is pressed ([#2395](https://github.com/atuinsh/atuin/issues/2395))
- 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))
- Atuin-daemon optional dependency ([#2306](https://github.com/atuinsh/atuin/issues/2306))
- Windows build error ([#2321](https://github.com/atuinsh/atuin/issues/2321))
- Codespell config still references the ui ([#2330](https://github.com/atuinsh/atuin/issues/2330))
- Remove dbg! macro ([#2355](https://github.com/atuinsh/atuin/issues/2355))
- Disable mail by default, resolve #2404 ([#2405](https://github.com/atuinsh/atuin/issues/2405))
- Time offset display in `atuin status` ([#2433](https://github.com/atuinsh/atuin/issues/2433))
- Disable the actuated mirror on the x86 docker builder ([#2443](https://github.com/atuinsh/atuin/issues/2443))


### Documentation
Expand All @@ -37,6 +55,7 @@ All notable changes to this project will be documented in this file.
### Features

- *(bash/blesh)* Hook into BLE_ONLOAD to resolve loading order issue ([#2234](https://github.com/atuinsh/atuin/issues/2234))
- *(client)* Add filter mode enablement and ordering configuration ([#2430](https://github.com/atuinsh/atuin/issues/2430))
- *(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))
Expand All @@ -47,6 +66,9 @@ All notable changes to this project will be documented in this file.
- *(gui)* Add runbook list, ability to create and delete, sql storage ([#2282](https://github.com/atuinsh/atuin/issues/2282))
- *(gui)* Background terminals and more ([#2303](https://github.com/atuinsh/atuin/issues/2303))
- *(gui)* Clean up home page, fix a few bugs ([#2304](https://github.com/atuinsh/atuin/issues/2304))
- *(gui)* Allow interacting with the embedded terminal ([#2312](https://github.com/atuinsh/atuin/issues/2312))
- *(gui)* Directory block, re-org of some code ([#2314](https://github.com/atuinsh/atuin/issues/2314))
- *(gui)* Folder select dialogue for directory block ([#2315](https://github.com/atuinsh/atuin/issues/2315))
- *(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))
Expand All @@ -58,12 +80,16 @@ All notable changes to this project will be documented in this file.
- 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))
- Ultracompact Mode (search-only) ([#2357](https://github.com/atuinsh/atuin/issues/2357))
- Right Arrow to modify selected command ([#2453](https://github.com/atuinsh/atuin/issues/2453))
- Provide additional clarity around key management ([#2467](https://github.com/atuinsh/atuin/issues/2467))


### Miscellaneous Tasks

- *(build)* Compile protobufs with protox ([#2122](https://github.com/atuinsh/atuin/issues/2122))
- *(ci)* Do not run current ci for ui ([#2189](https://github.com/atuinsh/atuin/issues/2189))
- *(ci)* Codespell again ([#2332](https://github.com/atuinsh/atuin/issues/2332))
- *(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))
Expand All @@ -80,6 +106,11 @@ All notable changes to this project will be documented in this file.
- 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))
- Remove ui directory ([#2329](https://github.com/atuinsh/atuin/issues/2329))
- Update to rust 1.80 ([#2344](https://github.com/atuinsh/atuin/issues/2344))
- Update rust to `1.80.1` ([#2362](https://github.com/atuinsh/atuin/issues/2362))
- Enable inline height and compact by default ([#2249](https://github.com/atuinsh/atuin/issues/2249))
- Update to rust 1.82 ([#2432](https://github.com/atuinsh/atuin/issues/2432))


### Performance
Expand All @@ -89,9 +120,16 @@ All notable changes to this project will be documented in this file.
- Write to the idx cache ([#2225](https://github.com/atuinsh/atuin/issues/2225))


### Testing

- Add env ATUIN_TEST_LOCAL_TIMEOUT to control test timeout of SQLite ([#2337](https://github.com/atuinsh/atuin/issues/2337))


### Flake.lock

- Update ([#2213](https://github.com/atuinsh/atuin/issues/2213))
- Update ([#2378](https://github.com/atuinsh/atuin/issues/2378))
- Update ([#2402](https://github.com/atuinsh/atuin/issues/2402))


## [18.3.0] - 2024-06-10
Expand Down
6 changes: 6 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Ben J <[email protected]>
Benjamin Vergnaud <[email protected]>
Blair Noctis <[email protected]>
Brad Robel-Forrest <[email protected]>
Braelyn Boynton <[email protected]>
Brian Kung <[email protected]>
Bruce Huang <[email protected]>
c-14 <[email protected]>
Expand All @@ -25,6 +26,7 @@ Chris Rose <[email protected]>
Conrad Ludgate <[email protected]>
CosmicHorror <[email protected]>
Cristian Le <[email protected]>
CULT PONY <[email protected]>
cyqsimon <[email protected]>
Daniel <[email protected]>
Daniel Carosone <[email protected]>
Expand Down Expand Up @@ -75,10 +77,12 @@ Jamie Quigley <[email protected]>
Jan Larres <[email protected]>
Jannik <[email protected]>
Jannik <[email protected]>
Jax Young <[email protected]>
jean-santos <[email protected]>
jean-santos <[email protected]>
Jeff Gould <[email protected]>
Jeremy Cline <[email protected]>
Jeremy Cline <[email protected]>
Jerome Ducret <[email protected]>
jfmontanaro <[email protected]>
Jinn Koriech <[email protected]>
Expand Down Expand Up @@ -145,6 +149,7 @@ P T Weir <[email protected]>
Patrick <[email protected]>
Patrick Decat <[email protected]>
Patrick Jackson <[email protected]>
Pavel Ivanov <[email protected]>
Per Modin <[email protected]>
Peter Brunner <[email protected]>
Peter Holloway <[email protected]>
Expand All @@ -159,6 +164,7 @@ Rain <[email protected]>
Ramses <[email protected]>
Remmy Cat Stock <[email protected]>
Remo Senekowitsch <[email protected]>
Reverier Xu <[email protected]>
Richard de Boer <[email protected]>
Richard Jones <[email protected]>
Richard Turner <[email protected]>
Expand Down
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.3"
version = "18.4.0-beta.4"
authors = ["Ellie Huxtable <[email protected]>"]
rust-version = "1.82"
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.3" }
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.4" }

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

time = { workspace = true }
uuid = { workspace = true }
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.4.0-beta.3" }
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.3" }
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.4" }
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.4" }

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 @@ -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.3" }
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.3" }
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.4" }
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.4" }

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.3" }
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.4" }

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.3" }
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.3" }
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.4" }
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.4" }

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.3" }
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.3" }
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.4" }
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.4" }

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.3", optional = true }
atuin-server = { path = "../atuin-server", version = "18.4.0-beta.3", optional = true }
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.3", optional = true, default-features = false }
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.3" }
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.3" }
atuin-history = { path = "../atuin-history", version = "18.4.0-beta.3" }
atuin-daemon = { path = "../atuin-daemon", version = "18.4.0-beta.3", optional = true, default-features = false }
atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.4.0-beta.4", optional = true }
atuin-server = { path = "../atuin-server", version = "18.4.0-beta.4", optional = true }
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.4", optional = true, default-features = false }
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.4" }
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.4" }
atuin-history = { path = "../atuin-history", version = "18.4.0-beta.4" }
atuin-daemon = { path = "../atuin-daemon", version = "18.4.0-beta.4", optional = true, default-features = false }

log = { workspace = true }
env_logger = "0.11.5"
Expand Down

0 comments on commit 33f00df

Please sign in to comment.