mirror of
https://github.com/atuinsh/atuin.git
synced 2025-03-12 22:21:15 +01:00
chore(release): prepare for release 18.4.0-beta.4 (#2469)
This commit is contained in:
parent
5dcccad0c0
commit
33f00df382
38
CHANGELOG.md
38
CHANGELOG.md
@ -8,15 +8,26 @@ 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))
|
||||
@ -24,6 +35,13 @@ All notable changes to this project will be documented in this file.
|
||||
- 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
|
||||
@ -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))
|
||||
@ -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))
|
||||
@ -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))
|
||||
@ -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
|
||||
@ -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
|
||||
|
@ -15,6 +15,7 @@ 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>
|
||||
Braelyn Boynton <bboynton97@gmail.com>
|
||||
Brian Kung <2836167+briankung@users.noreply.github.com>
|
||||
Bruce Huang <helbingxxx@gmail.com>
|
||||
c-14 <git@c-14.de>
|
||||
@ -25,6 +26,7 @@ Chris Rose <offline@offby1.net>
|
||||
Conrad Ludgate <conradludgate@gmail.com>
|
||||
CosmicHorror <LovecraftianHorror@pm.me>
|
||||
Cristian Le <github@lecris.me>
|
||||
CULT PONY <67918945+cultpony@users.noreply.github.com>
|
||||
cyqsimon <28627918+cyqsimon@users.noreply.github.com>
|
||||
Daniel <daniel.hub@outlook.de>
|
||||
Daniel Carosone <daniel.carosone@gmail.com>
|
||||
@ -75,10 +77,12 @@ Jamie Quigley <jamie@quigley.xyz>
|
||||
Jan Larres <jan@majutsushi.net>
|
||||
Jannik <32144358+mozzieongit@users.noreply.github.com>
|
||||
Jannik <jannik.peters@posteo.de>
|
||||
Jax Young <jaxvanyang@gmail.com>
|
||||
jean-santos <ewqjean@gmail.com>
|
||||
jean-santos <jeanpnsantos@gmail.com>
|
||||
Jeff Gould <JRGould@gmail.com>
|
||||
Jeremy Cline <github@declined.dev>
|
||||
Jeremy Cline <jeremy@jcline.org>
|
||||
Jerome Ducret <jdiphone34@gmail.com>
|
||||
jfmontanaro <jfmonty2@gmail.com>
|
||||
Jinn Koriech <jinnko@users.noreply.github.com>
|
||||
@ -145,6 +149,7 @@ P T Weir <phil.weir@flaxandteal.co.uk>
|
||||
Patrick <pmarschik@users.noreply.github.com>
|
||||
Patrick Decat <pdecat@gmail.com>
|
||||
Patrick Jackson <patrick@jackson.dev>
|
||||
Pavel Ivanov <mr.pavel.ivanov@gmail.com>
|
||||
Per Modin <pmodin@users.noreply.github.com>
|
||||
Peter Brunner <peter@lugoues.net>
|
||||
Peter Holloway <holloway.p.r@gmail.com>
|
||||
@ -159,6 +164,7 @@ Rain <rain@sunshowers.io>
|
||||
Ramses <ramses@well-founded.dev>
|
||||
Remmy Cat Stock <3317423+remmycat@users.noreply.github.com>
|
||||
Remo Senekowitsch <remo@buenzli.dev>
|
||||
Reverier Xu <reverier.xu@outlook.com>
|
||||
Richard de Boer <git@tubul.net>
|
||||
Richard Jones <4550158+RichardDRJ@users.noreply.github.com>
|
||||
Richard Turner <63139+zygous@users.noreply.github.com>
|
||||
|
18
Cargo.lock
generated
18
Cargo.lock
generated
@ -220,7 +220,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
||||
|
||||
[[package]]
|
||||
name = "atuin"
|
||||
version = "18.4.0-beta.3"
|
||||
version = "18.4.0-beta.4"
|
||||
dependencies = [
|
||||
"arboard",
|
||||
"async-trait",
|
||||
@ -270,7 +270,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "atuin-client"
|
||||
version = "18.4.0-beta.3"
|
||||
version = "18.4.0-beta.4"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"atuin-common",
|
||||
@ -325,7 +325,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "atuin-common"
|
||||
version = "18.4.0-beta.3"
|
||||
version = "18.4.0-beta.4"
|
||||
dependencies = [
|
||||
"base64 0.22.1",
|
||||
"directories",
|
||||
@ -346,7 +346,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "atuin-daemon"
|
||||
version = "18.4.0-beta.3"
|
||||
version = "18.4.0-beta.4"
|
||||
dependencies = [
|
||||
"atuin-client",
|
||||
"atuin-dotfiles",
|
||||
@ -373,7 +373,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "atuin-dotfiles"
|
||||
version = "18.4.0-beta.3"
|
||||
version = "18.4.0-beta.4"
|
||||
dependencies = [
|
||||
"atuin-client",
|
||||
"atuin-common",
|
||||
@ -387,7 +387,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "atuin-history"
|
||||
version = "18.4.0-beta.3"
|
||||
version = "18.4.0-beta.4"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"atuin-client",
|
||||
@ -420,7 +420,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "atuin-server"
|
||||
version = "18.4.0-beta.3"
|
||||
version = "18.4.0-beta.4"
|
||||
dependencies = [
|
||||
"argon2",
|
||||
"async-trait",
|
||||
@ -452,7 +452,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "atuin-server-database"
|
||||
version = "18.4.0-beta.3"
|
||||
version = "18.4.0-beta.4"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"atuin-common",
|
||||
@ -465,7 +465,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "atuin-server-postgres"
|
||||
version = "18.4.0-beta.3"
|
||||
version = "18.4.0-beta.4"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"atuin-common",
|
||||
|
@ -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 <ellie@atuin.sh>"]
|
||||
rust-version = "1.82"
|
||||
license = "MIT"
|
||||
|
@ -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 }
|
||||
|
@ -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 }
|
||||
|
@ -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 }
|
||||
|
@ -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 }
|
||||
|
@ -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 }
|
||||
|
@ -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"
|
||||
|
@ -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 }
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user