From d3059af815130f102dd97cb1d1e5030920754105 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 10 May 2021 21:28:07 +0100 Subject: Release v0.7.0 (#103) * Release v0.7.0 - Update all the crate versions - Update the demo gif - Write a changelog - Adjust the title of the search screen (has the old name still) - Adjust the colours of the quick-jump numbers (sadly invisible on some colour schemes as dark grey :/) * Update README, default config file, docs * Link usernames * Trigger release workflow upon release creation, as well as tags --- atuin-client/config.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'atuin-client/config.toml') diff --git a/atuin-client/config.toml b/atuin-client/config.toml index 33e5b545..c8926297 100644 --- a/atuin-client/config.toml +++ b/atuin-client/config.toml @@ -22,3 +22,7 @@ ## address of the sync server # sync_address = "https://api.atuin.sh" + +## which search mode to use +## possible values: prefix, fulltext +# search_mode = "prefix" -- cgit v1.3.1