Skip to content

Commit

Permalink
Improve CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed Jan 13, 2019
1 parent 2eb39c9 commit 4f55551
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions cargo-crev/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,36 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased](https://github.com/dpc/crev/compare/cargo-crev-v0.3.0...HEAD)
### Added
- This `CHANGELOG.md` file.
- Add ability to work without an Id for most commands
- Add `cargo crev open` command to help IDE users
- Track effective trust level in WoT
- Actually use distrust when calculating WoT
- Add `review` command options: `--print-[un]signed` and `-no-store`
- Add `export` and `import` commands for Ids
- LICENSE files
- New column in `verify deps`: `lines` - line counts using `tokei`
- New column in `verify dpes`: `flags` - Custom Build
- `verify deps` argument: `--for-id`
- Set exit status on `verify deps` to make it usuable in CI
- Display counts of new proofs on `fetch` commands
- Display effecttive trust level on `query id trusted`
- Avoid fetching things during normal work (helps offline use)
- Add new command: `update`
- Hardcode dpc's proof-repo url on `fetch url` to help bootstrap the ecosystem
- `LICENSE` files
- Ability to work without an Id for most commands.
- `open` command to help IDE users.
- Tracking effective trust level in WoT.
- Distrust calculation when calculating WoT.
- `review` command options: `--print-[un]signed` and `-no-store`.
- `export` and `import` commands for Ids.
- New column in `verify deps`: `lines` - line counts using `tokei`.
- New column in `verify dpes`: `flags` - Custom Build.
- `verify deps` option: `--for-id`.
- Exit status on `verify deps` to make it usable in CI pipelines.
- Counts of new proofs on `fetch` commands.
- Effecttive trust level column in `query id trusted` output.
- `update` command.

### Changed
- Windows cache folder changed from `%AppData%\Local\Dawid Ci,281,,380,arkiewicz\crev` to `%AppData%\Local\crev`.
- Windows config folder changed from `%AppData%\Roaming\Dawid Ci,281,,380,arkiewicz\crev` to `%AppData%\Roaming\crev`.
- MacOS config folder changed from `$HOME/Library/Application Support/crev` to `$HOME/Library/Preferences/crev`.
- Better `verify deps` names and format
- Better error messages in many areas
- Improve `verify deps` names and format.
- Handle error messages better in many places.
- Use host-specific salt in paths of proof files, to prevent dealing with git conflicts when sharing Id between many machines
- Make newer reviews overwrite older ones (for the same package and version)
- Make newer reviews (for the same package and version) effectively overwrite older ones.
- Change `push`, `pull`, `publish` to be more ID-sharing (between hosts) friendly
- `--independent` was renamed to `--unrelated` and has a short version `-u` now
- Rename `--independent` to `--unrelated` and add `-u` as a short version.
- Avoid fetching things during normal work (helps offline use).
- Hardcode dpc's proof-repo url on `fetch all` to help bootstrap the ecosystem.

### Fixed
- `$EDITOR`/`$VISUAL` handling, especially on Windows
- Fix `$EDITOR`/`$VISUAL` handling, especially on Windows
- Save `lanes` in `LockedId`. Old Ids need to be fixed manually.

## 0.3.0 - 2018-12-28
Expand Down

0 comments on commit 4f55551

Please sign in to comment.