Website: include link to release changelog

This commit is contained in:
Sybren A. Stüvel 2023-11-06 14:53:50 +01:00
parent d06ed6c3b0
commit ee67e2be5e
2 changed files with 6 additions and 1 deletions

View File

@ -11,6 +11,8 @@ Manager web-interface after installation.
The latest version is: **{{< flamenco/latestVersion >}}**
What is new is described in the {{< flamenco/releaseChangelogLink "release changelog" ->}}.
| Platform | File |
|------------------------------------|----------------------------------------------------------------------------------------------|
| Windows | {{< flamenco/downloadLink os="windows" ext="zip" >}} |
@ -28,7 +30,7 @@ The latest experimental version is: **{{< flamenco/latestExperimentalVersion
production systems. Or at least make a backup of your `flamenco-manager.yaml`
and `flamenco-manager.sqlite` files before you venture forth.
To see what's new, check [the changelog](https://projects.blender.org/studio/flamenco/src/branch/main/CHANGELOG.md).
To see what's new, check [the development changelog](https://projects.blender.org/studio/flamenco/src/branch/main/CHANGELOG.md).
| Platform | File |
|------------------------------------|----------------------------------------------------------------------------------------------------------|

View File

@ -0,0 +1,3 @@
{{- $version := .Get "version" | default $.Site.Data.flamenco.latestVersion -}} {{- $linktext :=
.Get 0 | default "missing link text" -}}
<a class="flamenco-changelog-link" href="https://projects.blender.org/studio/flamenco/src/tag/v{{$version}}/CHANGELOG.md">{{ $linktext }}</a>