Version History
Version 1.4.2
- Added log viewer tool to view log messages produced by the application.
Version 1.4.1
- Fixed issue with large PDF file size. Output PDF size will now be close to the combined file sizes of all the images added.
Version 1.4.0
- Added comic book maker tool. Note that this feature is limited to Mac OS X only at present. Windows version will also be available once I figure out how to build libarchive for windows.
- Display only master images from Mac Photos library.
Version 1.3.1
- Implemented All files... feature in the Watermark window.
Version 1.3.0
- Added create PDF feature.
Version 1.2.0
- Added watermarking feature.
- One button in the interface All files... is not yet implemented.
Version 1.1.1
- Added ability to have multiple player windows open. Use the File->New menu to open additional player windows. Each window can play the directories of choice including the same ones.
Version 1.1.0
- Display Exif information for JPEG files. Exif data is parsed using easyexif library. Access via the Tools->Show Exif menu.
- Moved Playback->Show File to Tools->Show File menu.
- Moved Playback->Delete File to Tools->Delete File menu.
Version 1.0.4
- Display playback timer interval on application launch and when changing the value.
Version 1.0.3
- Changed font colour of text in status (bottom) bar to black for visibility.
- Added Playback->Delete File menu to delete the current displayed file permanently from filesystem.
- Avoid storing duplicates in recent files menu.
Version 1.0.2
- Added Playback->Show File menu to open current displayed file in the native file manager for the platform.
- File->Open menu starts with the platform native default directory for storing pictures.
- Dragging file index slider displays current file when in manual mode.
Version 1.0.1
- Added simple about player menu.
- On Mac OS X, use caffeinate to prevent display going to sleep if user chooses to via the Playback->Display sleep menu option. For Windows, use the SetThreadExecutionState function to achieve the same effect.
Version 1.0.0
- All basic features implemented.
- Play files scanned from directories in auto (timer based) or manual mode.
- Load multiple directory trees in multiple background threads (1 thread per directory).
- Stop scanning for files to restrict number of files being retrieved from large directory trees.