update welcome message

This commit is contained in:
Matt Hill
2021-03-31 15:05:36 -06:00
committed by Keagan McClelland
parent 98a242229a
commit 9036c3ffed

View File

@@ -1,7 +1,7 @@
<ion-header>
<ion-toolbar>
<ion-title >
<ion-label style="font-size: 20px;" class="ion-text-wrap">Welcome to 0.2.11!</ion-label>
<ion-label style="font-size: 20px;" class="ion-text-wrap">Welcome to 0.2.12!</ion-label>
</ion-title>
</ion-toolbar>
</ion-header>
@@ -12,6 +12,8 @@
<div class="main-content">
<p>This release includes several bugfixes to resolve:</p>
<ol>
<li>Faster file upload/download ability</li>
<li>More robust support for .local addresses</li>
<li>Refreshing error messages during configuration changes</li>
<li>Starting services with uninstalled optional dependencies</li>
<li>Uninstalling services with optional dependencies</li>