v0.2.0
This commit is contained in:
parent
41a9c5190e
commit
b591d74640
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## 0.2.x
|
||||
### 0.2.0
|
||||
- **Cleaner folder structure**
|
||||
- Moving files with classes to different folder to keep project cleaner.
|
||||
|
||||
## 0.1.x
|
||||
### 0.1.1
|
||||
- **Add Original to add Timestamp to Images**
|
||||
|
|
2
main.py
2
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.version = "0.1.1"
|
||||
self.version = "0.2.0"
|
||||
self.utilities = Utilities()
|
||||
self.image_processor = ImageProcessor()
|
||||
self.exif_handler = ExifHandler()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue