mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
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:
4
frontend/package-lock.json
generated
4
frontend/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "embassy-os",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.0.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "embassy-os",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.0.1",
|
||||
"dependencies": {
|
||||
"@angular/animations": "^13.2.0",
|
||||
"@angular/common": "^13.2.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "embassy-os",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.0.1",
|
||||
"author": "Start9 Labs, Inc",
|
||||
"homepage": "https://start9.com/",
|
||||
"scripts": {
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -14,4 +14,8 @@
|
||||
li {
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.note-padding {
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user