Enhancing core features
This commit is contained in:
parent
ba505ab382
commit
e287f35240
8 changed files with 185 additions and 102 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,6 +1,18 @@
|
|||
# Changelog
|
||||
|
||||
## 0.1.x
|
||||
### 0.1.1
|
||||
- **Add Original to add Timestamp to Images**
|
||||
- Introduced an option to add the original timestamp to images. Some programs use timestamps rather than file names to determine order, also enables a timeline-like organization for images.
|
||||
- **Improved Font Handling**
|
||||
- Instead of terminating the process when a font is not found, the program now skips the operation gracefully.
|
||||
- **Input Validation**
|
||||
- Added checks for input types, including strings, floats, and integers, to enhance robustness.
|
||||
- **Save Function Optimization**
|
||||
- Optimized the save function for cleaner code, partially utilizing ChatGPT-generated suggestions.
|
||||
- **Code Formatting**
|
||||
- Improved code structure and formatting for better readability and maintainability.
|
||||
|
||||
### 0.1.0: Core Features Added
|
||||
- **Images are modified through all selected options without saving, reducing quality degradation and saving local storage.**
|
||||
- **All core features are available:**
|
||||
|
@ -17,7 +29,6 @@
|
|||
- 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