UI version updates and welcome message for 0.3.1 (#1479)

This commit is contained in:
Lucy C
2022-06-03 12:23:32 -06:00
committed by GitHub
parent 34068ef633
commit 3dfbf2fffd
5 changed files with 33 additions and 7 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "embassy-os",
"version": "0.3.0.3",
"version": "0.3.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "embassy-os",
"version": "0.3.0.3",
"version": "0.3.1",
"dependencies": {
"@angular/animations": "^13.3.0",
"@angular/common": "^13.3.0",

View File

@@ -1,6 +1,6 @@
{
"name": "embassy-os",
"version": "0.3.0.3",
"version": "0.3.1",
"author": "Start9 Labs, Inc",
"homepage": "https://start9.com/",
"scripts": {

View File

@@ -12,11 +12,36 @@
<ion-content class="ion-padding">
<h4>This release:</h4>
<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>
<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="note-padding">Minor bugfixes and performance improvements.</p>
<p></p>
<p class="section-subheader">0.3.0</p>
<p>
Check out the full

View File

@@ -19,9 +19,10 @@ import { MarketplacePkg } from '@start9labs/marketplace'
export module Mock {
export const MarketplaceEos: RR.GetMarketplaceEOSRes = {
version: '0.3.1',
version: '0.3.2',
headline: 'Our biggest release ever.',
'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.0': 'Some **Markdown** release _notes_ from a prior version',
},

View File

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