aboutsummaryrefslogtreecommitdiffstats
path: root/crates (follow)
Commit message (Expand)AuthorAge
...
* feat: allow advertising a fake version to clients (#2228)Ellie Huxtable2024-07-02
* fix: add idx cache unique index (#2226)Ellie Huxtable2024-07-02
* perf: write to the idx cache (#2225)Ellie Huxtable2024-07-02
* perf: create idx cache table (#2140)Ellie Huxtable2024-07-01
* chore(deps): bump postmark from 0.10.0 to 0.10.1 (#2217)dependabot[bot]2024-07-01
* feat: Add npm, Netlify and Pulumi tokens to secret patterns (#2210)Julien P2024-07-01
* perf(search): benchmark smart sort (#2202)Ellie Huxtable2024-06-26
* feat: add several other GitHub access token patterns (#2200)Chris Rose2024-06-25
* feat: Add GitLab PAT to secret patterns (#2196)David Jack Wange Olrik2024-06-25
* chore(release): prepare for release v18.4.0-beta.1 (#2195)Ellie Huxtable2024-06-25
* chore(deps): update ratatui to 0.27 (#2193)Ellie Huxtable2024-06-25
* fix: ensure we cleanup all tables when deleting (#2191)Ellie Huxtable2024-06-24
* feat: add user account verification (#2190)Ellie Huxtable2024-06-24
* fix: Some --help comments didn't show properly (#2176)Matheus Martins2024-06-24
* chore(deps): bump url from 2.5.1 to 2.5.2 (#2182)dependabot[bot]2024-06-24
* feat(history): filter out various environment variables containing potential ...David2024-06-20
* feat(daemon): follow XDG_RUNTIME_DIR if set (#2171)Ellie Huxtable2024-06-20
* fix(gui): add support for checking if the cli is installed on windows (#2162)YummyOreo2024-06-19
* Fix `scroll_exits` default in `config.toml` (#2166)Justin Su2024-06-19
* feat(tui): configurable prefix character (#2157)Ellie Huxtable2024-06-18
* feat(gui): automatically install and setup the cli/shell (#2139)Ellie Huxtable2024-06-17
* chore(deps): bump memchr from 2.7.2 to 2.7.4 (#2151)dependabot[bot]2024-06-17
* fix: unitless sync_frequence = 0 not parsed by humantime (#2154)Ellie Huxtable2024-06-17
* chore(deps): bump regex from 1.10.4 to 1.10.5 (#2132)dependabot[bot]2024-06-13
* chore(build): compile protobufs with protox (#2122)Remo Senekowitsch2024-06-12
* chore: remove unnecessary proto import (#2120)Ellie Huxtable2024-06-12
* fix: cargo binstall config (#2112)Ellie Huxtable2024-06-10
* chore(deps): bump clap_complete from 4.5.2 to 4.5.3 (#2100)dependabot[bot]2024-06-10
* fix(crate): add description to daemon crate (#2107)Ellie Huxtable2024-06-10
* fix(crate): add missing description (#2106)Ellie Huxtable2024-06-10
* chore(deps): bump clap_complete_nushell from 4.5.1 to 4.5.2 (#2101)dependabot[bot]2024-06-10
* chore(release): prepare for release v18.3.0 (#2105)Ellie Huxtable2024-06-10
* docs: add docs for store subcommand (#2097)Ellie Huxtable2024-06-07
* chore: update email, gitignore, tweak ui (#2094)Ellie Huxtable2024-06-06
* chore(release): v18.3.0-prerelease.1 (#2090)Ellie Huxtable2024-06-05
* fix: Replace serde_yaml::to_string with serde_json::to_string_yaml (#2087)Hesam Pakdaman2024-06-04
* chore(deps): bump serde_yaml from 0.9.32 to 0.9.34+deprecated (#2078)dependabot[bot]2024-06-03
* fix(client): better error reporting on login/registration (#2076)Xavier Vello2024-06-03
* feat(doctor): report sqlite version (#2075)Xavier Vello2024-06-03
* chore(deps): bump rmp from 0.8.12 to 0.8.14 (#2079)dependabot[bot]2024-06-03
* fix(deps): replace parse_duration with humantime (#2074)Blair Noctis2024-06-03
* chore(deps): relax sqlx and argon2 dependencies (#2065)Cristian Le2024-05-31
* fix(bash): fix a workaround for bash-5.2 keybindings (#2060)Koichi Murase2024-05-30
* fix(stats): generation for commands starting with a pipe (#2058)Sandro2024-05-30
* chore: handle rate limited responses (#2057)Ellie Huxtable2024-05-30
* feat(ui): add login/register dialog (#2056)Ellie Huxtable2024-05-30
* chore(deps): bump rusty_paseto and rusty_paserk (#2054)Conrad Ludgate2024-05-29
* feat: support systemd socket activation for daemon (#2039)Nemo1572024-05-25
* perf: only open the database for commands if strictly required (#2043)Ellie Huxtable2024-05-25
* feat: support importing from replxx history files (#2024)Amos Bird2024-05-21