27 lines
834 B
Markdown
27 lines
834 B
Markdown
---
|
|
title: 'TrainUs {VERSION} released'
|
|
date: { YYYY-MM-DD }
|
|
description: '{ONE LINE SUMMARY OF THIS RELEASE}'
|
|
draft: true
|
|
---
|
|
|
|
> This post is available in French: [{TITRE_ARTICLE_FR}](/blog/{YYYY-MM-DD}-release-{VERSION}/)
|
|
|
|
TrainUs **{VERSION}** is now available.
|
|
|
|
## What's new
|
|
|
|
{DESCRIBE NEW FEATURES — one paragraph or a bullet list}
|
|
|
|
## Bug fixes
|
|
|
|
{LIST BUG FIXES, or remove this section if none}
|
|
|
|
## How to get it
|
|
|
|
The app is available at [{APP_URL}]({APP_URL}). It updates automatically — just reload the page in your browser.
|
|
|
|
To install or update the PWA on your device, open the app and use the browser's install prompt (or menu → "Install app").
|
|
|
|
Source code and release notes: [{FORGEJO_URL}/{FORGEJO_OWNER}/{FORGEJO_REPO}/releases/tag/{VERSION}]({FORGEJO_URL}/{FORGEJO_OWNER}/{FORGEJO_REPO}/releases/tag/{VERSION})
|