• That’s not necessarily true, they could totally use semantic versioning (but without the requirement for a breaking change) and bump the major version when there’s a big user-facing change. For example, Firefox Quantum would’ve been a great time for a version bump. Or they could do with Year.Release versioning like Ubuntu does.

    I think either of those are more useful than the current sequential numbers because they provide some additional information. I like the Major.Minor style so I have an idea of how significant the changes are.

    • @ahal@lemmy.ca
      link
      fedilink
      32 months ago

      True, but one problem would be that every release would break something as there are just so many changes in each. On this scale SemVer doesn’t work that well. It also doesn’t really tell you anything about the significance of changes (trivial changes can cause major bumps, or huge new features can be fully backwards compatible).

      Dates could work. Though Firefox 2024.03 just doesn’t have the same ring to it :p. And they also don’t say anything about significance.

      • Yes, you’d have to change the definition of a major release from “breaking change” to “big change.” Your normal releases would increment the minor version, security fixes would increment the patch version, and big changes would increment the major. Whether something is “big” is pretty subjective, but they provide an opportunity for marketing.

        Or if we want to go with something objective and simple, the major release would correspond to an ESR release, which happens about once/year.

        The purpose here is to make the numbers mean something rather than “number goes up.” If you ask me what was in Firefox 120, I would have no idea because large numbers are harder to remember than smaller numbers.

        • @ahal@lemmy.ca
          link
          fedilink
          12 months ago

          Yeah it could work too. Like you said though it’s subjective and internal arguments about what deserves to be big or not sounds tiring :p. For marketing large changes, inventing a buzzword seems to be working well enough.

          I guess to each their own, but I kind of like not knowing the version. I just use Firefox and if I really care what’s new I can look at the changelog, or see it in the what’s new pop-up.

      • @Gallardo994@sh.itjust.works
        link
        fedilink
        12 months ago

        I would sincerely advocate for year.month or year.release model so that typical users can figure out how outdated their software is. An average person is usually terrible at keeping software up to date.

        • @ahal@lemmy.ca
          link
          fedilink
          22 months ago

          At least for Firefox the average person is getting updated automatically. They’d need to go into about:config to turn it off.