Skip to content

Commit

Permalink
Document summary of changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Aug 10, 2019
1 parent 0c3dd3b commit 112d4a6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# 1.6 (2019-08-10)

- Updated `edit` and `reorder` commands to use `$EDITOR` ([@aars](https://github.com/jacebrowning/doorstop/pull/316)
- Promoted support for item headers out of beta. ([@michaelnt](https://github.com/jacebrowning/doorstop/pull/369))
- Updated `edit` and `reorder` commands to use `$EDITOR`.
- Promoted support for item headers out of beta.
- Fixed bug with Doorstop attempting to import formulas from XLSX.
- Added support for `!include` statements in YAML to share configuration.
- Added `--default` option to `add` to specify a file with defaults values.

# 1.5 (2018-09-19)

Expand Down
4 changes: 4 additions & 0 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Doorstop will open files using the editor specified by the `$EDITOR` environment

## Git

**Linux / macOS**

No additional configuration should be neccesary.

**Windows**

Windows deals with line-endings differently to most systems, favoring `CRLF` (`\r\n`) over the more traditional `LF` (`\n`).
Expand Down

0 comments on commit 112d4a6

Please sign in to comment.