Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dimus committed Jun 19, 2021
1 parent 32e5296 commit 176a17d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## Unreleased

## [v0.14.0]

- Add [#91]: convert/extract plain texts locally
- Add [#89]: configuration file and environment variables.
- Add [#87]: support PDFs, MS Word, Excel, RTF, HTML, UTF16 etc via Apache Tika.
- Add [#86]: an option to return unique found names.

Expand Down Expand Up @@ -188,6 +191,7 @@

This document follows [changelog guidelines]

[v0.14.0]: https://github.com/gnames/gnfinder/compare/v0.13.1...v0.14.0
[v0.13.1]: https://github.com/gnames/gnfinder/compare/v0.13.0...v0.13.1
[v0.13.0]: https://github.com/gnames/gnfinder/compare/v0.12.1...v0.13.0
[v0.12.1]: https://github.com/gnames/gnfinder/compare/v0.12.0...v0.12.1
Expand Down Expand Up @@ -215,6 +219,16 @@ This document follows [changelog guidelines]
[v0.5.1]: https://github.com/gnames/gnfinder/compare/v0.5.0...v0.5.1
[v0.5.0]: https://github.com/gnames/gnfinder/tree/v0.5.0

[#100]: https://github.com/gnames/gnfinder/issues/100
[#99]: https://github.com/gnames/gnfinder/issues/99
[#98]: https://github.com/gnames/gnfinder/issues/98
[#97]: https://github.com/gnames/gnfinder/issues/97
[#96]: https://github.com/gnames/gnfinder/issues/96
[#95]: https://github.com/gnames/gnfinder/issues/95
[#94]: https://github.com/gnames/gnfinder/issues/94
[#93]: https://github.com/gnames/gnfinder/issues/93
[#92]: https://github.com/gnames/gnfinder/issues/92
[#91]: https://github.com/gnames/gnfinder/issues/91
[#90]: https://github.com/gnames/gnfinder/issues/90
[#89]: https://github.com/gnames/gnfinder/issues/89
[#88]: https://github.com/gnames/gnfinder/issues/88
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ Command line flags will override the settings in the configuration file.
It is also possible to setup environment variables. They will override the
settings in both the configuration file and from the flags.gt

|-----------------------|-----------------------------|
| Settings | Env variable |
| Settings | Environment variables |
|-----------------------|-----------------------------|
| BayesOddsThreshold | GNF_BAYES_ODDS_THRESHOLD |
| Format | GNF_FORMAT |
Expand All @@ -126,7 +125,6 @@ settings in both the configuration file and from the flags.gt
| WithUniqueNames | GNF_WITH_UNIQUE_NAMES |
| WithVerification | GNF_WITH_VERIFICATION |
| WithoutBayes | GNF_WITHOUT_BAYES |
|-----------------------|-----------------------------|

## Usage

Expand Down

0 comments on commit 176a17d

Please sign in to comment.