Skip to content

Version 2.0.0

Latest
Compare
Choose a tag to compare
@simeg simeg released this 10 Apr 13:17
· 2 commits to master since this release

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
  • main branch is used by default, and you can't config the branch name anymore. Use git checkout main to 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