bump version for 0.3.0.1 (#1353)

* bump version for 0.3.0.1

* fix mock versioning

* update welcome message

* remove old release note

Co-authored-by: Lucy Cifferello <12953208+elvece@users.noreply.github.com>
This commit is contained in:
Aiden McClelland
2022-03-29 12:40:41 -06:00
committed by GitHub
parent e53bf81cbc
commit fdf473016b
10 changed files with 62 additions and 27 deletions

View File

@@ -10,7 +10,10 @@
</ion-header>
<ion-content class="ion-padding">
<h1>A whole new Embassy!</h1>
<p class="note-padding">Minor bugfixes and performance improvements.</p>
<h5>Previous releases:</h5>
<h6>0.3.0 Release Notes</h6>
<p></p>
<p>
Check out the full
<a
@@ -20,41 +23,40 @@
>Release Notes</a
>.
</p>
<h2>Highlights</h2>
<h6>Highlights</h6>
<ul class="spaced-list">
<li>
<b>SSD Support</b> - Embassy now requires an external SSD, offering more
storage, better reliability, and a faster experience.
SSD Support - Embassy now requires an external SSD, offering more storage,
better reliability, and a faster experience.
</li>
<li><b>Websockets</b> - Provides a smooth, "real-time" feel.</li>
<li>Websockets - Provides a smooth, "real-time" feel.</li>
<li>
<b>Full Embassy Backups</b> - Create encrypted backups of your Embassy and
all its services with a single button.
Full Embassy Backups - Create encrypted backups of your Embassy and all
its services with a single button.
</li>
<li>
<b>LAN Shared Folders (for backups)</b> - Easily perform "over-the-air"
backups on your desktop/laptop or a drive plugged into your
desktop/laptop.
LAN Shared Folders (for backups) - Easily perform "over-the-air" backups
on your desktop/laptop or a drive plugged into your desktop/laptop.
</li>
<li>
<b>Revamped User Interface</b> - The user interface has been rewritten and
Revamped User Interface - The user interface has been rewritten and
redesigned to be more performant, understandable, and beautiful.
</li>
<li>
<b>Session Management</b> - View your Embassy's active sessions and log
out remotely.
Session Management - View your Embassy's active sessions and log out
remotely.
</li>
<li>
<b>Alt Marketplaces</b> - Optionally connect to and browse alternative
service marketplaces.
Alt Marketplaces - Optionally connect to and browse alternative service
marketplaces.
</li>
<li>
<b>Progress Reporting</b> - View live progress of services
installs/updates and EmbassyOS updates.
Progress Reporting - View live progress of services installs/updates and
EmbassyOS updates.
</li>
<li>
<b>Health Checks</b> - View the health of your services at a glance, along
with helpful messages if something is wrong.
Health Checks - View the health of your services at a glance, along with
helpful messages if something is wrong.
</li>
</ul>

View File

@@ -14,4 +14,8 @@
li {
padding-bottom: 12px;
}
}
.note-padding {
padding-bottom: 12px;
}

View File

@@ -20,7 +20,7 @@ export const mockPatchData: DataModel = {
},
'server-info': {
id: 'embassy-abcdefgh',
version: '0.3.0',
version: '0.3.0.1',
'last-backup': null,
'lan-address': 'https://embassy-abcdefgh.local',
'tor-address': 'http://myveryownspecialtoraddress.onion',