Releases: augustocarmo/folders_to_albums_google_photos_converter
Releases · augustocarmo/folders_to_albums_google_photos_converter
Release v1.04
Changelog:
- Filter out already uploaded and created medias from the upload task
Release v1.0
Release: v1.0
Release v1.03
Changelog:
- added a pop up warning when the selected albums directories directory has no medias in it;
- media files are no longer shown on Albums Directories directory on Upload Screen. Only Albums Directories;
- change the pop up title/message when the user try to upload albums, but none is selected;
- bugfix: images now appear on 150x150 size on upload screen log view;
- improving the structure to upload the albums (entities Album and Media created).
Release v1.02
Changelog:
- fixed the albums directories files sorting order on Upload Screen;
- fixed the issue with Kotlinx Coroutines not working on the generated artifact .jar.
Release v1.01
Some Kotlinx Coroutines issue caused the coroutines to not work on the generated .jar artifact. A question was opened on StackOverflow to check on that issue:
https://stackoverflow.com/questions/59020341/kotlinx-coroutines-classes-not-found-when-running-from-the-artifacts-jar
Changelog:
- improvements on Connect Screen. More info is displayed to the user about the credentials file;
- the creation of file nodes for the albums directories tree view is now async;
- the creation of albums directories file nodes now uses coroutines 📚.