22
33All 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
0 commit comments