diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-07-27 21:17:53 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-07-27 21:17:53 +0200 |
commit | da5b898abf5f0514329ba7b1b0154cc2150ee0e7 (patch) | |
tree | f6ed7c0b22fcd3b79d9e0db52ae88222c7aa0edf /templates/changelog.html.ep | |
parent | d0b6e6ee7ff9377b6871326961c2a57701aee7ee (diff) |
Prepare release of v2.16.0
Diffstat (limited to 'templates/changelog.html.ep')
-rw-r--r-- | templates/changelog.html.ep | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/changelog.html.ep b/templates/changelog.html.ep index 0d1ecc5..f4b6449 100644 --- a/templates/changelog.html.ep +++ b/templates/changelog.html.ep @@ -2,6 +2,22 @@ <div class="row"> <div class="col s12 m1 l1"> + 2.16 + </div> + <div class="col s12 m11 l11"> + <p> + <i class="material-icons left" aria-label="<%= L('changelog.added') %>">add</i> + %= L('changelog.2-16.1') + </p> + <p> + <i class="material-icons left" aria-label="<%= L('changelog.bugfix') %>">build</i> + %= L('changelog.2-16.2') + </p> + </div> +</div> + +<div class="row"> + <div class="col s12 m1 l1"> 2.15 </div> <div class="col s12 m11 l11"> |