-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
component: local appmeta: never-staleThis issue can never become staleThis issue can never become staleteam: IDEtype: improvementImproves an existing feature or existing codeImproves an existing feature or existing code
Description
Is your feature request related to a problem? Please describe
I want to maintain my own builds of the Local Companion app to more arches for Linux users (hint: linux/386
and linux/arm
), but the issue is the official builds aren't CalVer compliant, though I need to do some guesswork on getting the version string from its --version
command.
Describe the behaviour you'd like
Make the version string for the Local Companion to be SemVer compliant, not necessarily follow self-hosted release schedule. Optionally also provide an API for retriving new versions.
Describe alternatives you've considered
While I can technically scrape the binary version from the official builds through some shell script magic, it would be a bit of a nightmare.
Additional context
Originally asked in Discord about setting the Dversion
flag for building Local Companion from source with Leeway.
Metadata
Metadata
Assignees
Labels
component: local appmeta: never-staleThis issue can never become staleThis issue can never become staleteam: IDEtype: improvementImproves an existing feature or existing codeImproves an existing feature or existing code