Skip to content

explore adding version number that we have in snap store (desktop) #6

Description

@Simon-Laux

url is https://snapcraft.io/deltachat-desktop

it is a 3rd party repo. IDK how popular snap is, but may be default store on ubuntu?


update: couldn't find any usable api to get current package version, which is nicely documented or requires no authentication.

also asked some LLM search, which surprise surprise, also did not find any api that returns the version.

so I guess this needs web scraping, maybe from the embed, as it contains less additional info: https://snapcraft.io/deltachat-desktop/embedded

this css selector seems to work:

document.querySelector("body > div.p-strip.is-shallow > div > p:nth-child(1)")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions