Bob v2.0.0
What's Changed
- Feature: env vars for config paths by @MordechaiHadad in #78
- Feature: bob sync (and
sync_version_file_path
config) by @Avishayy in #81 - Feature: nightly rollbacks by @MordechaiHadad in #84
- Feature: proxy exe by @MordechaiHadad in #86
Breaking Changes
Bob switched to using a proxy executable for running Neovim executables. To switch from the old method that Bob used, follow these steps:
1. Remove the current Neovim path from your global $PATH environment variable.
2. Delete the following directory:
On Unix: `~/.local/share/neovim`
On Windows: `C:\Users\<username>\AppData\Local\neovim`
Secondly the name of the downloads directory property in the configuration file has changed. Please refer to the updated list of properties for the new name.
New Contributors
Full Changelog: v1.2.1...v2.0,0