Files
start-os/frontend/projects/ui/src/app/modals/os-welcome/os-welcome.page.html
2022-04-11 16:09:25 -04:00

72 lines
2.1 KiB
HTML

<ion-header>
<ion-toolbar>
<ion-title>{{ version }} Release Notes</ion-title>
<ion-buttons slot="end">
<ion-button (click)="dismiss()">
<ion-icon slot="icon-only" name="close"></ion-icon>
</ion-button>
</ion-buttons>
</ion-toolbar>
</ion-header>
<ion-content class="ion-padding">
<p class="note-padding">Minor compatibility fix.</p>
<h5>Previous releases:</h5>
<h6>0.3.0.1 Release Notes</h6>
<p>Minor bugfixes and performance improvements.</p>
<p></p>
<h6>0.3.0 Release Notes</h6>
<p></p>
<p>
Check out the full
<a
href="https://start9labs.medium.com/embassyos-0-3-0-f3d2d2ea016f"
target="_blank"
noreferrer
>Release Notes</a
>.
</p>
<h6>Highlights</h6>
<ul class="spaced-list">
<li>
SSD Support - Embassy now requires an external SSD, offering more storage,
better reliability, and a faster experience.
</li>
<li>Websockets - Provides a smooth, "real-time" feel.</li>
<li>
Full Embassy Backups - Create encrypted backups of your Embassy and all
its services with a single button.
</li>
<li>
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>
Revamped User Interface - The user interface has been rewritten and
redesigned to be more performant, understandable, and beautiful.
</li>
<li>
Session Management - View your Embassy's active sessions and log out
remotely.
</li>
<li>
Alt Marketplaces - Optionally connect to and browse alternative service
marketplaces.
</li>
<li>
Progress Reporting - View live progress of services installs/updates and
EmbassyOS updates.
</li>
<li>
Health Checks - View the health of your services at a glance, along with
helpful messages if something is wrong.
</li>
</ul>
<div class="ion-text-center ion-padding">
<ion-button fill="outline" color="dark" (click)="dismiss()">
Begin
</ion-button>
</div>
</ion-content>