summaryrefslogtreecommitdiff
path: root/templates/changelog.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-05-03 10:32:58 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-05-03 10:32:58 +0200
commitbf2dae7c45ab9bd537527f0234564f1189bd65f9 (patch)
tree592f84fdff897c41e82e4a6b1e97dbac1f4318cb /templates/changelog.html.ep
parentaf5c26bf8a4a75935d8d34f17576a135a8eabff9 (diff)
Add changelog
Diffstat (limited to 'templates/changelog.html.ep')
-rw-r--r--templates/changelog.html.ep30
1 files changed, 30 insertions, 0 deletions
diff --git a/templates/changelog.html.ep b/templates/changelog.html.ep
new file mode 100644
index 0000000..7a01bfd
--- /dev/null
+++ b/templates/changelog.html.ep
@@ -0,0 +1,30 @@
+<h1>Changelog</h1>
+
+<div class="row">
+ <div class="col s12 m1 l1">
+ 1.1
+ </div>
+ <div class="col s12 m11 l11">
+ <ul>
+ <li>Öffentlicher Status unter „/status/<i>name</i>“ (opt-in, muss unter <a href="/account/privacy">account/privacy</a> aktiviert werden)</li>
+ </ul>
+ </div>
+</div>
+
+<div class="row">
+ <div class="col s12 m1 l1">
+ 1.0
+ </div>
+ <div class="col s12 m11 l11">
+ <ul>
+ <li>Stationswahl per Geokoordinaten</li>
+ <li>Manueller Checkin und automatischer Checkout</li>
+ <li>History und Statistiken</li>
+ <li>API zur Statusabfrage</li>
+ </ul>
+ </div>
+</div>
+
+% if (-e 'templates/imprint.html.ep') {
+%= include 'imprint'
+% }