diff --git a/CHANGELOG.md b/CHANGELOG.md index 034032f..7420e80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,35 @@ # Changelog ## 0.3.x + +### 0.3.4: Features Finalized +- Core Features Completed: + - All functions are now available, though minor bugs may exist. +- GUI State: + - Interface is in a polished state but still needs refinement. + +**Implemented Features:** +- Image Processing: + - Resizing + - Renaming with order adjustment + - Grayscale conversion + - Brightness adjustment + - Contrast adjustment +- EXIF Management: + - Copy EXIF data + - Add custom EXIF information + - Add GPS data + - Add date to EXIF +- Watermarking: + - Watermark functionality is now finalized and no longer experimental. + +### 0.3.3: Exif implemented +- New EXIF settings tab in the GUI. +- Popup window for editing EXIF data. +- Added options for: + - Adding date to EXIF. + - Adding GPS coordinates to EXIF. + ### 0.3.2: New ui - Major overhaul of the gui - Adding preview to readme