This is expected! The latest-and-greatest version is the stable build, v1.1.0.
All tags (:alpha, :beta, and :stable) all point to this same version of the code.
I manage PhotoStructure tags a bit non-traditionally:
- all
alpha,beta, andstablebuilds get tagged with:alpha - all
betaandstablebuilds get tagged with:beta - only stable releases get tagged with
:stableand:latest
This strategy lets people get the best build given their risk tolerance, and not have to worry about changing their tags between :stable and, for example, :beta.
Please don’t use :alpha (or maybe even :beta!) for your “primary” library, though!
The next build will be an :alpha build, v2.0.0-alpha.1, and it’s expected to be a bit “rough around the edges.” A lot changed: literally every dependency got upgraded, new Node and Electron runtimes got pulled in, frontend routing was heavily refactored for keep-alive support, … (see the release notes for all the gory details!)
Also non-traditionally: I update the release notes as I make changes to the development branch, not when I release the version.
If the release date by a version says “to be released”, I haven’t shipped that version yet:

this lets any interested users see what’s “coming soon.”
Oh man, apologies–this bugs me too. The issue is being tracked in a couple topics:
and
I want to address this in the following release, v2.1.