mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
UI version updates and welcome message for 0.3.1 (#1479)
This commit is contained in:
4
frontend/package-lock.json
generated
4
frontend/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "embassy-os",
|
"name": "embassy-os",
|
||||||
"version": "0.3.0.3",
|
"version": "0.3.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "embassy-os",
|
"name": "embassy-os",
|
||||||
"version": "0.3.0.3",
|
"version": "0.3.1",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^13.3.0",
|
"@angular/animations": "^13.3.0",
|
||||||
"@angular/common": "^13.3.0",
|
"@angular/common": "^13.3.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "embassy-os",
|
"name": "embassy-os",
|
||||||
"version": "0.3.0.3",
|
"version": "0.3.1",
|
||||||
"author": "Start9 Labs, Inc",
|
"author": "Start9 Labs, Inc",
|
||||||
"homepage": "https://start9.com/",
|
"homepage": "https://start9.com/",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -12,11 +12,36 @@
|
|||||||
<ion-content class="ion-padding">
|
<ion-content class="ion-padding">
|
||||||
<h4>This release:</h4>
|
<h4>This release:</h4>
|
||||||
<p class="section-subheader">{{ version }}</p>
|
<p class="section-subheader">{{ version }}</p>
|
||||||
<p class="note-padding">Bugfixes and minor performance updates.</p>
|
<p class="note-padding">
|
||||||
|
See the
|
||||||
|
<a
|
||||||
|
href="https://github.com/Start9Labs/embassy-os/releases/tag/v0.3.1"
|
||||||
|
target="_blank"
|
||||||
|
noreferrer
|
||||||
|
>extended release notes</a
|
||||||
|
>
|
||||||
|
for more details.
|
||||||
|
</p>
|
||||||
|
<h6>Highlights</h6>
|
||||||
|
<ul class="spaced-list">
|
||||||
|
<li>Enables drag and drop package installs</li>
|
||||||
|
<li>Introduces the ability to restart services</li>
|
||||||
|
<li>Enables download of logs</li>
|
||||||
|
<li>
|
||||||
|
Performance enhancements for service action execution thorough JavaScript
|
||||||
|
procedures
|
||||||
|
</li>
|
||||||
|
<li>Fixes health check dependency requirement for services</li>
|
||||||
|
<li>
|
||||||
|
Multiple bugfixes, UI rendering performance updates, and resource
|
||||||
|
optimizations
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
<h4>Previous releases:</h4>
|
<h4>Previous releases:</h4>
|
||||||
|
<p class="section-subheader">0.3.0.3</p>
|
||||||
|
<p class="note-padding">Bugfixes and minor performance updates.</p>
|
||||||
<p class="section-subheader">0.3.0.2</p>
|
<p class="section-subheader">0.3.0.2</p>
|
||||||
<p class="note-padding">Minor bugfixes and performance improvements.</p>
|
<p class="note-padding">Minor bugfixes and performance improvements.</p>
|
||||||
<p></p>
|
|
||||||
<p class="section-subheader">0.3.0</p>
|
<p class="section-subheader">0.3.0</p>
|
||||||
<p>
|
<p>
|
||||||
Check out the full
|
Check out the full
|
||||||
|
|||||||
@@ -19,9 +19,10 @@ import { MarketplacePkg } from '@start9labs/marketplace'
|
|||||||
|
|
||||||
export module Mock {
|
export module Mock {
|
||||||
export const MarketplaceEos: RR.GetMarketplaceEOSRes = {
|
export const MarketplaceEos: RR.GetMarketplaceEOSRes = {
|
||||||
version: '0.3.1',
|
version: '0.3.2',
|
||||||
headline: 'Our biggest release ever.',
|
headline: 'Our biggest release ever.',
|
||||||
'release-notes': {
|
'release-notes': {
|
||||||
|
'0.3.2': 'Some **Markdown** release _notes_ for 0.3.2',
|
||||||
'0.3.1': 'Some **Markdown** release _notes_ for 0.3.1',
|
'0.3.1': 'Some **Markdown** release _notes_ for 0.3.1',
|
||||||
'0.3.0': 'Some **Markdown** release _notes_ from a prior version',
|
'0.3.0': 'Some **Markdown** release _notes_ from a prior version',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ export const mockPatchData: DataModel = {
|
|||||||
},
|
},
|
||||||
'server-info': {
|
'server-info': {
|
||||||
id: 'embassy-abcdefgh',
|
id: 'embassy-abcdefgh',
|
||||||
version: '0.3.0.3',
|
version: '0.3.1',
|
||||||
'last-backup': null,
|
'last-backup': null,
|
||||||
'lan-address': 'https://embassy-abcdefgh.local',
|
'lan-address': 'https://embassy-abcdefgh.local',
|
||||||
'tor-address': 'http://myveryownspecialtoraddress.onion',
|
'tor-address': 'http://myveryownspecialtoraddress.onion',
|
||||||
|
|||||||
Reference in New Issue
Block a user