Skip to content

1.2.0

Compare
Choose a tag to compare
@AnthonyN3 AnthonyN3 released this 15 May 07:36
· 3 commits to main since this release

Features Added

  • Added a "paused" text on the window when slideshow is paused
  • Displays the slideshow speed when using the speed controls (ex. "2.5 seconds")

Notes

  • Improved logic for changing slideshow speed, now when you change the speed it will reset the timer and start at the specified speed instead of waiting for the previous timer to complete.
  • Changed the paused logic from using a simple if wrapper condition to actually stopping the looped callback. This way the application isn't doing any unnecessary computation when paused. The only drawback is there might be a race condition with the new method. The logic supports that there could be a race condition, but I was never able to produce it. Even though I was unable to produce it, its still something worth looking into.

How To Run

  • Download executable
  • Create a folder called Photos and populate that folder with images
  • Make sure both the executable and photos folder are in the same folder/directory
  • Run Executable:
    • Windows: double click the .exe or simpler-slideshow-x.x.x-win.exe in your cmd
    • Linux: run ./simpler-slideshow-x.x.x-linux.out in your terminal