Skip to content

Commit

Permalink
prepare documentation for release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Poikilos committed Mar 14, 2020
1 parent 487d0b9 commit ac8e26b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [git] - 2020-03-13
## [2.0.0] - 2020-03-13
### Added
- Show warning regarding deprecated settings (show what value was used).

Expand All @@ -21,7 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Delete previously-commented code in DoubleClicked event.


## [git] - 2020-03-13
## [2.0.0] - 2020-03-13
### Added
- a description (`PARSE_DESCRIPTION`) in the syntax `def`
- `unmangledPath` (remove ellipsis!) resolves #5
Expand All @@ -36,7 +36,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
`$HOME/.local/share/outputinspector/settings.txt`


## [git] - 2020-03-13
## [2.0.0] - 2020-03-13
### Changed
- Reduce double-click warnings (such as for missing file) to one line.
- Prepend "[outputinspector]" to output such as warnings.
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ using if all you want is fast code navigation during debugging.
Usually, you should replace RELEASE with the latest version from the
[Releases](https://github.com/poikilos/outputinspector/releases) page):
```
RELEASE=1.3.0
RELEASE=2.0.0
mkdir -p ~/.local/bin
wget -O ~/.local/bin/outputinspector https://github.com/poikilos/outputinspector/releases/download/$RELEASE/outputinspector
wget -O ~/.local/bin/ogrep https://github.com/poikilos/outputinspector/raw/master/package/bin/ogrep
Expand Down

0 comments on commit ac8e26b

Please sign in to comment.