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)")
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: