First release.
This commit is contained in:
parent
2b35cbc48b
commit
b28278b691
4 changed files with 68 additions and 50 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -1,10 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## 1.0.0-rc:
|
||||
## 1.0.0:
|
||||
### Refactoring
|
||||
- Added function descriptions for better clarity and maintainability.
|
||||
- Introduced guidelines for each function, defining objectives and expected behavior.
|
||||
|
||||
---
|
||||
|
||||
## 0.12.x
|
||||
### 0.12.2: Bug fixes
|
||||
- Fixed missing lens in meta data
|
||||
|
@ -16,11 +18,15 @@
|
|||
### 0.12.0
|
||||
- Versioning from pipeline.
|
||||
|
||||
---
|
||||
|
||||
## 0.7.x
|
||||
### 0.7.0
|
||||
- **BREAKING CHANGE:** GPS location must now be provided as a float instead of a string.
|
||||
- Repo only: Pipline
|
||||
|
||||
---
|
||||
|
||||
## 0.6.x
|
||||
### 0.6.8
|
||||
- Repo only: Pipline
|
||||
|
@ -51,6 +57,8 @@
|
|||
- Working on to Publish on pypi
|
||||
- Renaming of files and classes
|
||||
|
||||
---
|
||||
|
||||
## 0.5.x
|
||||
### 0.5.0
|
||||
### **OPTIMA35 0.5.0: Code Cleaning and Preparation for Split**
|
||||
|
@ -62,6 +70,8 @@
|
|||
- Updated **GUI** and **TUI** to work seamlessly with the new **OPTIMA35** class.
|
||||
- Ensured compatibility with the newly organized codebase in the OPTIMA35 package.
|
||||
|
||||
---
|
||||
|
||||
## 0.4.x
|
||||
### 0.4.1: Finished GUI and TUI
|
||||
- Both **GUI** and **TUI** now fully utilize the `optima35` class for core functionality.
|
||||
|
@ -87,6 +97,8 @@
|
|||
- Improved readability, maintainability, and scalability of the project.
|
||||
- Easier to test and debug individual components.
|
||||
|
||||
---
|
||||
|
||||
## 0.3.x
|
||||
### 0.3.4: Features Finalized
|
||||
- Core Features Completed:
|
||||
|
@ -133,6 +145,8 @@
|
|||
- Watermark is still in testing / alpha
|
||||
- Original TUI version was forked and is still aviable, currently this branch includes the TUI version until the next minor version change.
|
||||
|
||||
---
|
||||
|
||||
## 0.2.x
|
||||
### 0.2.1: Merge from TUI fork
|
||||
- Ensure watermark is white with black borders.
|
||||
|
@ -141,6 +155,8 @@
|
|||
- **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**
|
||||
|
@ -170,6 +186,8 @@
|
|||
- At the start of the program, the user is asked to save default values, such as JPG quality, resize options, and more. This way, the settings don't have to be entered at every start. Upon starting, the user is prompted to confirm whether they want to keep the current settings from the settings file.
|
||||
- Options for changing EXIF data are saved in exif_options.yaml. Here, you can enter all the models, lenses, etc., you would like to select within the program.
|
||||
|
||||
---
|
||||
|
||||
## 0.0.x
|
||||
### 0.0.3: Enhanced Functionality - now useable
|
||||
- **New Image Modification Functions:**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue