From 570edfc78713fda56d81efd5470663eef5f572ad Mon Sep 17 00:00:00 2001 From: Alarcon Ace Belen Date: Fri, 15 Apr 2022 19:35:09 +0800 Subject: [PATCH] Add changes in minor release v0.2.1 --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cadd8c9..80df290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog -## [0.2.0](https://github.com/bluaxees/Poricom) - 2022-04-07 +## [0.2.1](https://github.com/bluaxees/Poricom/releases/tag/v0.2.1) - 2022-04-15 + +### Fixed +- Implement error message when MangaOCR model is loaded while not connected to the internet +- Load the correct configuration (theme) when the application is launched +- Address poppler path error when opening a pdf file + +### Changed +- Log detected text only after the left mouse button is released + +## [0.2.0](https://github.com/bluaxees/Poricom/releases/tag/v0.2.0) - 2022-04-07 ### Added - Allow capturing images outside the application using a shortcut (`Alt+Q`)