Skip to content

Commit 55bdcb2

Browse files
committed
Version 2.0.0
1 parent 5012729 commit 55bdcb2

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## Version 2.0.0
4+
5+
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.
6+
7+
⚠️ **Breaking changes** ⚠️
8+
* Config is now stored as JSON
9+
* Config is now stored at `$XDG_CONFIG_HOME`, if unset use `$HOME/.config/eureka`. This is more
10+
inline with where config should be stored
11+
* `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.
12+
13+
Just update and run it to go through the first time setup again.
14+
15+
**Other changes**
16+
* Only allow absolute path for repo
17+
* Only allow to clear entire config instead of just repo (`--clear-config`)
18+
* Dependency and docs updates
19+
320
## Version 1.8.1
421
* Bugfix: Commit and push to stored branch name
522

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eureka"
3-
version = "1.8.1"
3+
version = "2.0.0"
44
description = "CLI tool to input and store your ideas without leaving the terminal"
55
authors = ["Simon Egersand <[email protected]>"]
66
categories = ["command-line-interface", "command-line-utilities"]

0 commit comments

Comments
 (0)