You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
(preview) change preview to be open by default
(config) read config from ~/.config/hop on macOS
Other
update v0.3.0 changelog with all commits since v0.2.9
Fixed
(config) read the config from ~/.config/hop/config.toml on macOS. Previously the path came
from directories::ProjectDirs, which resolves to ~/Library/Application Support/dev.hop.hop/config.toml on macOS while the README documented ~/.config/hop/config.toml — so a config written at the documented path was silently ignored and
every section ([launcher], [data_dirs], [display], [keybindings], [columns], search_mode) had no effect.
Added
(config)$HOP_CONFIG overrides the config file path; $XDG_CONFIG_HOME is honored when
absolute.
Changed
BREAKING(config, macOS only)~/Library/Application Support/dev.hop.hop/config.toml is no
longer read. If you have a config there, move it: mv "$HOME/Library/Application Support/dev.hop.hop/config.toml" "$HOME/.config/hop/config.toml". hop config init prints a notice when it finds one. Cache and index directories are unchanged.