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 b...