Skip to content

Commit

Permalink
updates changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
febbraro committed Nov 13, 2017
1 parent 78bdc74 commit 5242e0c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## 2.0.0

This was a big one

- **Linux Compatibility**
- Full Linux compatibility (steps not needed on Linux are skipped)
- Linux packages (`.deb` and `.rpm`)
- Manage Linux configuration of Outrigger DNS

- **New Features**
- Desktop Notifications
- Recursively look up through project directory structure for `outrigger.yml`
- Output `rig project run` script steps in help message
- Added `--dir` to `rig project sync:start` to be able to customize the source for unison sync volumes
- Consistent error reporting and exit codes

- **Deprecations/Removals**
- Removed `rig watch` (deprecated as of v1.3.0)
- Removed CLI argument to name the volume for `rig project sync`

- **Technical Plumbing**
- Migrated to using `dep` for package management
- Reorganized and linted codebase using gometalinter
- Expanded test coverage to include gometalinter and a rig build & execution
- Use GoReleaser to package and distribute new releases


## 1.3.2

- Added support for outrigger.yml (non-hidden)
Expand Down

0 comments on commit 5242e0c

Please sign in to comment.