Skip to main content
Version: 1.30.0

Releases

ReleasesSoftware

Displays a list of the current version of the given repositories with the given version regex.

The releases widget enables you to track a list of repositories and see their respective latest release. It also supports importing releases from your local docker containers.

Screenshots​

releases fullreleases collapsiblereleases no details

Supported Integrations​

GitHub icon
GitHubGitHub is a web-based platform for version control and collaboration.
Details
GitLab icon
GitLabGitLab is a web-based DevOps lifecycle tool that provides a Git repository manager.
Details
Docker Hub icon
Docker HubDocker Hub is a cloud-based registry service for sharing and managing Docker images.
Details
NPM icon
NPMNPM is a package manager for the JavaScript programming language, primarily used for managing Node.js packages.
Details
Codeberg icon
CodebergCodeberg is a non-profit, community-driven platform for hosting and collaborating on software projects.
Details

Adding the widget​

You can find how to add the widget on the Widgets documentation page.

Configuration​

NameDescriptionValuesDefault value
New Release WithinThe time period in which a new release is marked as new.Any timespan in format '12h', '3d', '2w', '6M', '1y'.1w
Stale Release WithinThe time period in which a release is marked as stale.Any timespan in format '12h', '3d', '2w', '6M', '1y'.6M
Show Only HighlightedShow only new or stale releases. As per the above.yes / nono
Show DetailsShow the row below the repository with stats about the repository.yes / noyes
Top ReleasesThe max number of latest releases to show. Zero means no limit.Any positive integer or zero to disable the limit.0
RepositoriesThe repositories to show releases for.Repositories[]None

Repositories

NameDescriptionValuesDefault value
ProviderIntegration to fetch the repository from.Select from the available integrations.-
IdentifierThe identifier of the repository, e.g. "homarr-labs/homarr".Any valid repository identifier.-
NameDisplay name of the repository.String-
Icon URLURL to the icon of the repository.String-
Version RegexThe regex to extract the version from the release title.Version RegexNone

Version Regex

NameDescriptionValuesDefault value
PrefixThe prefix to match before the version.String
PrecisionThe precision of the version
  • None
  • #
  • #.#
  • #.#.#
  • #.#.#.#
  • #.#.#.#.#
None
SuffixThe suffix to match after the version.String
note

The version filter is used to match the version tag of the release. It is a combination of the prefix, precision and suffix.

Setting the Prefix to v, precision to 2 and the Suffix to -alpha, will match v1.0-alpha but not v1.0-beta.
Setting the Prefix to v, precision to 3, will match v5.2.0 but not v1.0.2-alpha or Beta v5.2.1.