Skip to content

Releases: simeg/eureka

Version 2.0.0

10 Apr 13:17
Compare
Choose a tag to compare

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

Version 1.8.1

07 Nov 17:19
Compare
Choose a tag to compare

Version 1.8.1

  • Bugfix: Commit and push to stored branch name

Version 1.8.0 (included in this release)

  • Use git2-rs crate for running git commands
  • Output to stdout is changed (because of that ^)

Version 1.7.0

09 Jun 20:59
36e4a2f
Compare
Choose a tag to compare
  • Use $EDITOR to edit ideas, fall back to vi
  • Use $PAGER to view ideas, fall back to less

Version 1.6.3

31 May 11:04
b73079d
Compare
Choose a tag to compare
  • Refactor code to be more idiomatic and readable
  • Only remove repo/editor if they exist
  • Verify chosen editor exists on $PATH before finish setup
  • Update deps to latest versions

Version 1.6.2

21 Jan 12:03
Compare
Choose a tag to compare
  • Include Cargo.lock in binary to make it possible to distribute via Homebrew
  • If user inputs empty repo path - ask again
  • Make binary resolution work on Windows too

Version 1.6.0

15 Jul 14:17
Compare
Choose a tag to compare
  • Remove unused text_io dependency

Version 1.5.2

07 Jan 20:34
Compare
Choose a tag to compare
  • Use path to vim that's compatible with more operating systems
  • Add shorthand flag (-v) for viewing stored ideas
  • Trim all user input

Version 1.5.0

13 Nov 21:55
Compare
Choose a tag to compare
  • Add colors to output

Version 1.4.0

08 Nov 21:09
Compare
Choose a tag to compare
  • Add flag --view for viewing stored ideas.

Version 1.3.0

04 Nov 18:52
Compare
Choose a tag to compare
  • Remove usage of numbers in selecting your editor which caused confusion.
  • After first time setup - do not prompt user for idea.