diff options
| -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 200a6d5..3252636 100644 --- a/templates/changelog.html.ep +++ b/templates/changelog.html.ep @@ -2,6 +2,22 @@  <div class="row">  	<div class="col s12 m1 l1"> +		1.19 +	</div> +	<div class="col s12 m11 l11"> +		<p> +			<i class="material-icons left" aria-label="Neues Feature">add</i> +			Hinweis bei knapper Umstiegszeit zu Anschlussverbindungen. +		</p> +		<p> +			<i class="material-icons left" aria-label="Verbesserung">star</i> +			Übersichtlichere Navigation in der Fahrtenliste / Statistikansicht. +		</p> +	</div> +</div> + +<div class="row"> +	<div class="col s12 m1 l1">  		1.18  	</div>  	<div class="col s12 m11 l11"> | 
