Skip to content

Commit

Permalink
📦 v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Dec 20, 2019
1 parent 058c3ad commit 149768b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Change Log
==========
Versioned according to [Semantic Versioning](http://semver.org/).

## 1.0.0

Fixed:

* add namespace prefix to MetadataItem/Label(s), if any
* use proper logging format, delegate to bashlib constants
* pass input parameters to algorithms
* respect -g option (page_id)
* when AlternativeImage exists already, append after last
* date: Use explicit formatting for iso8601 compliant date w/o TZ (kba/fix-created-date)
* much improved olena build process

Changed
* negate and convert output images in scribo itself (without extra ImageMagick CLI)
* improved docker support, 2 docker builds: pure scribo and OCR-D binarization wrapper
* overwrite image file IDs if necessary (bertsky/add-imagefile-force)

## 0.0.2

First release

<!-- link-labels -->
[1.0.0]: ../../compare/v0.0.2...v1.0.0
[0.0.2]: ../../compare/HEAD...v0.0.2
2 changes: 1 addition & 1 deletion ocrd-tool.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.2",
"version": "1.0.0",
"git_url": "https://github.com/OCR-D/ocrd_olena",
"tools": {
"ocrd-olena-binarize": {
Expand Down

0 comments on commit 149768b

Please sign in to comment.