New
Version 2.0.0
This version introduces some breaking changes for how and where configuration is stored, as well as changes the default git branch from master to main, and making the branch name non-configurable.
⚠️ Breaking changes ⚠️
- Config is now stored as JSON
- Config is now stored at
$XDG_CONFIG_HOME, if unset use$HOME/.config/eureka. This is more inline with where config should be stored mainbranch is used by default, and you can't config the branch name anymore. Usegit checkout mainto create a new branch based on our current one.
Just update and run it to go through the first time setup again.
Other changes
- Only allow absolute path for repo
- Only allow to clear entire config instead of just repo (
--clear-config) - Dependency and docs updates