commit | f190585b0a4e4642e5a33a343f1629d73c48109d | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Wed Feb 28 22:28:36 2024 +0100 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Wed Feb 28 23:14:19 2024 +0100 |
tree | 4213d261d045667d1e38e7b52ea97406dde8cedb | |
parent | 48dbe7c3d3686c122f9dee46d2f9a96772c4d7c4 [diff] |
fix(kill-switch): handle non-semver extension versions well This change makes the extension convert non-semver versions to semver versions so the kill switch logic can correctly compare the extension version with the affected versions range set in kill switches. It does so by only allowing version numbers to have 3 parts, and stripping further sub-versioning. In the canary version, version numbers consist of 4 parts (the latest version number followed by a dot and the number of commits made since that release). Thus, this fixes an issue in the kill switch logic for the canary channel. Fixed: twpowertools:189 Change-Id: Iee62f75c38e73b39786a0fc05de6e827edd4c8a2
An extension which brings several enhancements to the Google Forums and the Community Console.
For a list of features/enhancements, check out the feature list doc.
This extension is being actively developed, and everyone is welcome to make feature requests, report issues and contribute code changes.
In order to make feature requests or report issues, please do so at the Monorail Issue Tracker:
To see a more exhaustive guide on how to contribute, and information on how to contribute code changes, please read the following doc:
Before releasing updates to the stable channel, the newest versions are uploaded to the beta channel so they can be tested by everyone who's interested. This is another way to contribute to the project, because beta testing can make us notice bugs before they reach the stable channel.
The beta channel for Chrome is available here.