Website: include link to release changelog
This commit is contained in:
parent
d06ed6c3b0
commit
ee67e2be5e
@ -11,6 +11,8 @@ Manager web-interface after installation.
|
|||||||
|
|
||||||
The latest version is: **{{< flamenco/latestVersion >}}**
|
The latest version is: **{{< flamenco/latestVersion >}}**
|
||||||
|
|
||||||
|
What is new is described in the {{< flamenco/releaseChangelogLink "release changelog" ->}}.
|
||||||
|
|
||||||
| Platform | File |
|
| Platform | File |
|
||||||
|------------------------------------|----------------------------------------------------------------------------------------------|
|
|------------------------------------|----------------------------------------------------------------------------------------------|
|
||||||
| Windows | {{< flamenco/downloadLink os="windows" ext="zip" >}} |
|
| 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`
|
production systems. Or at least make a backup of your `flamenco-manager.yaml`
|
||||||
and `flamenco-manager.sqlite` files before you venture forth.
|
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 |
|
| Platform | 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>
|
Loading…
x
Reference in New Issue
Block a user