Add an automatic version notification for new stable releases, and optionally beta releases

This commit is contained in:
Oliver 2026-05-11 22:23:09 -06:00
parent d3a60fbef5
commit 09ac9624ed
6 changed files with 106 additions and 0 deletions

View file

@ -0,0 +1,17 @@
<div class="taf-chat-version-notif">
<h2>
{{ system.title }}
{{ release.tag_name }}
</h2>
<p>
A new {{ifThen release.prerelease "beta" ""}} version of {{ system.title }} has been released.
</p>
<a
class="button"
href="{{ release.html_url }}"
target="_blank"
rel="noreferrer"
>
Release Notes
</a>
</div>