Skip to content

Commit

Permalink
updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hnesk committed Nov 2, 2020
1 parent e6f583e commit b35f227
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,25 @@ Change Log

## Unreleased

Fixed:
Fixed:

* Use `chmod`, not `fchmod` to support Windows, #636 ht @b2m
* Pillow workaround: convert 16-bit images to 8-bit #23
* Don't crash on unhandled mimetype #18
* typing.OrederedDict is not available in python 3.6 #22

Changed:
Changed

* Added a button to launch PageViewer from XmlView #21

* Record version information in `pg:MetadataItem`, #637

## [0.4.1] - 2020-10-30
## [0.4.1](../../compare/v0.4.0...v0.4.1) - 2020-10-30

Fixed:

* Fix segfault: Dont put scrollable Gtk.Viewports in scrollable Gtk.Sourceviews / Removes self.viewport from View / Fixes #17
* chdir to workspace directory, fixes #19

## [0.4.0] - 2020-10-22
## [0.4.0](../../compare/v0.3.0...v0.4.0) - 2020-10-22

Changed:

Expand All @@ -31,7 +34,7 @@ Fixed:
* Support conversion of PIL LA image via cv #5
* adapt to ocrd>=2.17 logging #6

## [0.3.0] - 2020-08-13
## [0.3.0](../../compare/v0.1.9...v0.3.0) - 2020-08-13

A lot:
* Found a basic structure
Expand All @@ -42,9 +45,5 @@ A lot:

First more or less public release

<!-- link-labels -->
[0.4.1]: ../../compare/v0.4.0...v0.4.1
[0.4.0]: ../../compare/v0.3.0...v0.4.0
[0.3.0]: ../../compare/v0.1.9...v0.3.0


0 comments on commit b35f227

Please sign in to comment.