microsoft/terminal

Windows Terminal Versioning is too awkward

rgl opened this issue · 0 comments

rgl commented

Windows Terminal version

No response

Windows build number

No response

Other Software

No response

Steps to reproduce

The Windows Terminal Versioning is too awkward and should be normalized into a single version.

Having a different version per OS is too awkward, and it makes its usage too awkward.

This is quite noticeable in this repository. The release is at https://github.com/microsoft/terminal/releases/tag/v1.16.10261.0 BUT when you actually try to download the binary for windows 11, its actually 1.16.10262.0, which completely brakes any reasonable expectation of what a release tag is.

This also makes the release title quite awkward, there are three versions in there: Windows Terminal v1.16.1026 (1.16.10261.0 and 1.16.10262.0).

Expected Behavior

The same version released for all the OSes.

Actual Behavior

1.16.10261.0 for windows 10

1.16.10262.0 for windows 11