Skip to content

v0.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Jul 11:19
· 7 commits to master since this release
1fca481

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.