diff --git a/CHANGELOG.md b/CHANGELOG.md index bcb2a80..a6bf924 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## 0.2.x +### 0.2.1: Merge from TUI fork +- Ensure watermark is white with black borders. + ### 0.2.0 - **Cleaner folder structure** - Moving files with classes to different folder to keep project cleaner. diff --git a/main.py b/main.py index e5a9e31..575a5ea 100644 --- a/main.py +++ b/main.py @@ -8,7 +8,7 @@ from ui.tui import SimpleTUI class Optima35: # The layout of class Optima35 was originally made by ChatGPT, but major adjustments have been made. To remain transparent, I disclose this. def __init__(self, settings_file, exif_options_file): - self.name = "OPTIMA-35 TUI" + self.name = "OPTIMA-35" self.version = "0.2.1" self.utilities = Utilities() self.image_processor = ImageProcessor()