diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2023-03-02 22:13:32 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2023-03-02 22:13:32 +0100 | 
| commit | ad544949ad99095aeee707336cab981f5309122c (patch) | |
| tree | 7ef05d203ec5f94754c8fd2992e3dba3e6024acc | |
| parent | a3cc2456a773cbf9387a58547c6eea1ee2b657eb (diff) | |
changelog
| -rw-r--r-- | templates/changelog.html.ep | 14 | 
1 files changed, 14 insertions, 0 deletions
| diff --git a/templates/changelog.html.ep b/templates/changelog.html.ep index 43145d2..33e22e0 100644 --- a/templates/changelog.html.ep +++ b/templates/changelog.html.ep @@ -2,6 +2,20 @@  <div class="row">  	<div class="col s12 m1 l1"> +		1.30 +	</div> +	<div class="col s12 m11 l11"> +		<p> +			<i class="material-icons left" aria-label="Neues Feature">add</i> +			Individuelle Sichtbarkeit für jede Fahrt. Optional können Fahrten +			und Check-Ins nur mit einem explizit geteilten Link für andere +			Personen sichtbar sein. +		</p> +	</div> +</div> + +<div class="row"> +	<div class="col s12 m1 l1">  		1.29  	</div>  	<div class="col s12 m11 l11"> | 
