Skip to content

Commit

Permalink
Fill-in the CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed Jan 12, 2019
1 parent 4cc24ba commit 2b904c2
Showing 1 changed file with 28 additions and 43 deletions.
71 changes: 28 additions & 43 deletions cargo-crev/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,52 +7,37 @@ 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`

### 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 cache folder changed from `$HOME/Library/Caches/crev/`
to `$HOME/Library/Caches/dev.crev/`.
- MacOS config folder changed from `$HOME/Library/Application Support/crev/`
to `$HOME/Library/Preferences/dev.crev/`.

## [0.3.0](https://github.com/dpc/crev/compare/cargo-crev-v0.2.0...v0.3.0) - 2018-12-28
### Added
- Things should go in there.

### Changed
- Things should go in there.

### Deprecated
- Things should go in there.

### Removed
- Things should go in there.
- 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 cache folder changed from `$HOME/Library/Caches/crev/` to `$HOME/Library/Caches/crev/`.
- MacOS config folder changed from `$HOME/Library/Application Support/crev/` to `$HOME/Library/Preferences/dev.crev/`.
- Better `verify deps` names and format
- Better error messages in many areas
- 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)
- Change `push`, `pull`, `publish` to be more ID-sharing (between hosts) friendly

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

### Security
- Things should go in there.

## [0.2.0](https://github.com/dpc/crev/compare/cargo-crev-v0.1.3...v0.2.0) - 2018-12-23
### Added
- Things should go in there.

## [0.1.3](https://github.com/dpc/crev/compare/cargo-crev-v0.1.2...v0.1.3) - 2018-12-20
### Added
- Things should go in there.

## [0.1.2](https://github.com/dpc/crev/compare/cargo-crev-v0.1.1...v0.1.2) - 2018-12-19
### Added
- Things should go in there.

## [0.1.1](https://github.com/dpc/crev/compare/cargo-crev-v0.1.0...v0.1.1) - 2018-12-18
### Added
- Things should go in there.
## [0.3.0](https://github.com/dpc/crev/compare/cargo-crev-v0.2.0...v0.3.0) - 2018-12-28

## 0.1.0 - 2018-12-17
### Added
- Initial release.
Changelog was not maintained for this and earlier releases

0 comments on commit 2b904c2

Please sign in to comment.