diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2019-05-18 08:32:49 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2019-05-18 08:32:49 +0200 | 
| commit | 99d0339602dcc3fdde7794e56f41086c794b56c7 (patch) | |
| tree | b00d04fe39803cf020d3a290b0a44dd3e3b2da35 | |
| parent | c3071d54eb1275e36067f8549a7a7ac2c6876de9 (diff) | |
changelog1.4.0
| -rw-r--r-- | templates/changelog.html.ep | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/templates/changelog.html.ep b/templates/changelog.html.ep index 6d56c1b..f2371b1 100644 --- a/templates/changelog.html.ep +++ b/templates/changelog.html.ep @@ -2,6 +2,18 @@  <div class="row">  	<div class="col s12 m1 l1"> +		1.4 +	</div> +	<div class="col s12 m11 l11"> +		<p> +			<i class="material-icons left">add</i> Dark Mode (Patch von +			<a href="https://twitter.com/marudor">@marudor</a>). +		</p> +	</div> +</div> + +<div class="row"> +	<div class="col s12 m1 l1">  		1.3  	</div>  	<div class="col s12 m11 l11"> | 
