Skip to content

Releases: zorchenhimer/steam-screenshots

v2.1 Release

14 Apr 20:34

Choose a tag to compare

  • Fix directory scanning
  • Return 404 for missing static files
  • Make things a bit more idiomatic

v2.0.1 Release

27 Aug 00:54

Choose a tag to compare

Fixed the release script to only put the windows build in the windows zips. The only difference between this release and v2.0 is that the non-windows packages do not include the Windows executable.

v2.0 Release

27 Aug 00:24

Choose a tag to compare

This is a major-version release as there's a rather large change.

  • Added PhotoSwipe Javascript gallery to image list page.
  • Added image caching as required by PhotoSwipe. The gallery needs the width and height values of each image to work properly. These cannot be generated on the fly.
  • Renamed games.json to games.cache
  • Added a simple debug page that shows some information about the server. This may be expanded in the future to include more info.
  • Added MIT License.
  • Bunch of misc. fixes.

Adding the PhotoSwipe gallery required adding some sort of image caching mechanism, which in turn required background scanning of the image directory tree. It currently scans one minute after the last scan finished.

See the v2.0.1 release for the downloads.

v1.2 Release

03 Jun 21:26

Choose a tag to compare

  • Added some clarification to the README under the Remote Hosting section.
  • Fix error when games.json doesn't exist.
  • Fix nil pointer crash when updating games.json.
  • Bail if main() can't load settings file.

v1.1 Release

19 Mar 03:32

Choose a tag to compare

  • Fix concurrency issues with game cache
  • Make HTML/CSS less terrible

v1.0

06 Nov 15:34

Choose a tag to compare

First release.