From caadaa24f005b13886767536b1ef1a049820b4f2 Mon Sep 17 00:00:00 2001 From: CodeByMrFinchum Date: Mon, 13 Jan 2025 15:43:48 +0100 Subject: [PATCH] 0.2.2 --- CHANGELOG.md | 3 +++ src/OptimaLab35/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5a4b2a..4bab113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## 0.2.x +### 0.2.2 +- Moved processing images into a different thread, making the UI responsiable while processing + ### 0.2.1 - Insert exif to image file (i.e. without changing the file). diff --git a/src/OptimaLab35/__init__.py b/src/OptimaLab35/__init__.py index 3ced358..b5fdc75 100644 --- a/src/OptimaLab35/__init__.py +++ b/src/OptimaLab35/__init__.py @@ -1 +1 @@ -__version__ = "0.2.1" +__version__ = "0.2.2"