feat: BREAKING GPS now must be float

This commit is contained in:
Mr Finchum 2025-01-21 19:05:48 +00:00
parent 8e56565b29
commit 37831e1c02
6 changed files with 70 additions and 26 deletions

View file

@ -1,6 +1,17 @@
# Changelog
## 0.6.x
### 0.7.0
- **BREAKING CHANGE:** GPS location must now be provided as a float instead of a string.
### 0.6.6
- Added function to insert exif data into image file (i.e. without modifying image)
### 0.6.5 / -a
- No breaking changes to backward compatibility yet.
- Updated the `process` function: an image can now be returned in a modified form without saving. It is returned as a Qt image, which is required for the new UI functionality.
- No change from alpha to *stable*
### 0.6.4
- Released a stable-ish version to ensure compatibility with the current GUI in OptimaLab35 (v0.1.0).
- This version serves as a baseline before potential breaking changes in future updates.