mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
version bump (#1423)
* version bump * set `Current` * update welcome message and adjust styling Co-authored-by: Lucy Cifferello <12953208+elvece@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<ion-header>
|
||||
<ion-toolbar>
|
||||
<ion-title>{{ version }} Release Notes</ion-title>
|
||||
<ion-title>Release Notes</ion-title>
|
||||
<ion-buttons slot="end">
|
||||
<ion-button (click)="dismiss()">
|
||||
<ion-icon slot="icon-only" name="close"></ion-icon>
|
||||
@@ -10,13 +10,14 @@
|
||||
</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>
|
||||
<h4>This release:</h4>
|
||||
<p class="section-subheader">{{ version }}</p>
|
||||
<p class="note-padding">Bugfixes and minor performance updates.</p>
|
||||
<h4>Previous releases:</h4>
|
||||
<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
|
||||
<a
|
||||
|
||||
@@ -18,4 +18,12 @@
|
||||
|
||||
.note-padding {
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
|
||||
.section-subheader {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-style: italic;
|
||||
}
|
||||
@@ -20,7 +20,7 @@ export const mockPatchData: DataModel = {
|
||||
},
|
||||
'server-info': {
|
||||
id: 'embassy-abcdefgh',
|
||||
version: '0.3.0.1',
|
||||
version: '0.3.0.3',
|
||||
'last-backup': null,
|
||||
'lan-address': 'https://embassy-abcdefgh.local',
|
||||
'tor-address': 'http://myveryownspecialtoraddress.onion',
|
||||
|
||||
Reference in New Issue
Block a user