"about" page: release notes link targets photostructure.com/whats-new, redirects to v1.0 notes

Expected Behavior

On “about” page, when I follow the link, titled, “What’s new in this release?” I expect to see release notes for the version of PhotoStructure that I am running.

Current Behavior

My web browser is redirected to a page that describes PhotoStructure 1.0.

Steps to Reproduce

  1. Using Docker container image photostructure/server:beta, install and run Photostructure version 2.1.0-alpha.7.
  2. Browse to /about.
  3. Find text What’s new in this release? on the page.
  4. Follow link.

Environment

Operating system and version: Linux: Debian 11

PhotoStructure edition: PhotoStructure for Docker

Thanks for taking the time to report this!

I was only posting new version release pages when the final, stable release is available, at which point the https://photostructure.com/about/v-1-0/ redirect is changed to the new version announcement post.

Some browsers are caching where the /whats-new/ redirects to, though, so that approach can be problematic.

The next release will redirect to a new https://photostructure.com/go/v-${versionMajor}.${versionMinor}/ redirect, which I’ll set up now.