mzur / gnome-shell-wsmatrix

GNOME shell extension to arrange workspaces in a two-dimensional grid with workspace thumbnails
GNU General Public License v3.0
469 stars 60 forks source link

Versioning mismatch #293

Open ricardo-reis-1970 opened 6 hours ago

ricardo-reis-1970 commented 6 hours ago

What's going on with versioning?

My home:

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 24.10
Release:    24.10
Codename:   oracular

This extensions lists its downloads on https://extensions.gnome.org/extension/1485/workspace-matrix/ under GNOME 47 as being version 45 or 46. When I check this repo, I get the latest as version 11.1.

Inspecting metadata.json from the installed version (~/.local/share/gnome-shell/extensions/wsmatrix@martin.zurowietz.de), the listed version for the app is:

  "shell-version": [
    "47"
  ],
  "version": 46

In the download from latest version 11.1 (from this repo), the same file states:

    "shell-version": [
        "47"
    ],
    "version": -1,

What's going on with versioning? This is not merely a cosmetic question. This app has been misbehaving lately and I fear I might not be getting the latest update(s) when installing (properly?) from https://extensions.gnome.org/.