Skip to content

Releases: lanthale/PhotoSlide

Stability fixes for native file loading for Windows

31 Jan 19:26
Compare
Choose a tag to compare
  • Updated libheiffx for stability fixes on Windows
  • Update librawfx for stability fixes on Windows
  • Small UI improvments in collections module

HEIF Support and fixes

25 Jan 19:35
Compare
Choose a tag to compare
  • Support for HEIF image including metadata (GPS is not working because I do not have a valid example to test with)
  • Updated progress bar in collections controller
  • Improved loading times for the image grid

Small fixes for GPS handling

05 Jan 13:38
Compare
Choose a tag to compare

Fix for handling invalid GPS information in metadata of files

GPS UI updates part 2

05 Jan 11:58
Compare
Choose a tag to compare
  • Write place information into the media file
  • UI update for changing GPS info
  • Update to javafx-18-ea+9

GPS Update

04 Jan 15:12
Compare
Choose a tag to compare
  • Added ability to overwrite the GPS information during export of mediafiles
  • Added ability to change the GPS information for one file in Metadata view
  • Preparation for LibrawFX performance updates (Fixes for Sigma and Fuji cameras)

Small enhencements 2nd part

28 Nov 11:11
4222bdc
Compare
Choose a tag to compare
  • Added tooltips to the collections module
  • Added usability in grid view showing in edit view
  • Fixes the stack view to show faster
  • Fix for not quiting the app on OSX (cmd+q had no effect, only the menu had effect)

Small enhencements

27 Nov 23:15
Compare
Choose a tag to compare
  • Fix for edit view always loading the first image twice
  • Fix for stacking images being displayed too slow
  • Adjusted icon size for stacks
  • Threading fix on collections module (more to come)

Technical release

27 Nov 16:47
Compare
Choose a tag to compare
  • Moved app from module path to the classpath (machine learning libs are now usable)
  • Optimized dependecy and memory consumption
  • Optimized app version handling
  • Added OpenImaJ for face recognization
  • Added BoofCV for face recogination
  • Enabled first example code for face recognisation

Performance and usability improvements

16 Nov 20:57
Compare
Choose a tag to compare
  • Major update to the Lighttable component to support only loading displaying images/videos
  • Now support for unlimited media items with new gridview component
  • Speedup of display of images, which means scroll to the necessary media file and it will load immediately
  • Gridview inside of the editmodule with keyboard navigation
  • Fixes for search module to handle no longer findable media files
  • Fixes for the collections module
  • Progress in Lighttable is now hidden but shown at the right hand side because loading is done only of media files viewed by the user
  • Limit raw support on low ressource computer to single threading so that also 4GB of RAM is working with raw files
  • Fixes metadata display for video files

Search fixes

10 Nov 17:50
Compare
Choose a tag to compare
  • Search can now handle no longer available files better
  • Added a zoom slider to the search dialog
  • Performance fix for search (not yet finished)