OptimaLab35/CHANGELOG.md

52 lines
1.6 KiB
Markdown
Raw Normal View History

2024-12-17 11:25:44 +00:00
# Changelog
2025-01-23 13:18:13 +01:00
2025-01-22 10:25:43 +00:00
## 0.3.x
2025-01-23 13:18:13 +01:00
### 0.3.1 - 0.3.3
2025-01-22 10:25:43 +00:00
- Repo only: Fix building pipeline
### 0.3.0
- Repo only: adding pipeline
2024-12-17 11:25:44 +00:00
2025-01-13 14:53:43 +00:00
## 0.2.x
2025-01-16 18:08:02 +00:00
### 0.2.3
- Refactored code for improved readability.
2025-01-13 14:53:43 +00:00
### 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).
### 0.2.0
- Now spaces in rename string are replaces with `_`.
- version check of `optima35`, incase pip did not update it.
- Sorting entries from exif file.
### 0.2.0-a1
- Main UI received a facelift.
- Added a new experimental preview window to display an image and show how changing values affects it.
- Programm now warns for potential overwrite of existing files.
## 0.1.x
### 0.1.1
- Update metadata, preview, readme, bump in version for pip
### 0.1.0
2025-01-03 16:26:17 +00:00
- Preserved the current working GUI by pinning `optima35` to a specific version for guaranteed compatibility.
2024-12-17 11:25:44 +00:00
## 0.0.x
### 0.0.4-a2
- Adding __version__ to `__init__.py` so version is automaticly updated in program as well as pypi.
2025-01-03 12:20:31 +01:00
### 0.0.4-a1
- Refactored project structure, moving all code to the `src` directory.
- Adjusted imports and setup to accommodate the new folder structure.
- Skipped version numbers to `.4` due to PyPI versioning constraints (testing purposes).
### 0.0.1 - Initial UI-Focused Release
2025-01-03 12:20:31 +01:00
- Forked from OPTIMA35.
- Removed core OPTIMA35 files to focus exclusively on UI components.
- Integrated OPTIMA35 functionality via the pip package.
- Ensured both TUI and GUI modes operate seamlessly.
- Revised the README for improved clarity and structure.