mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
draft releases notes for 0311 (#1677)
This commit is contained in:
@@ -67,9 +67,6 @@ export class PatchDataService extends Observable<DataModel | null> {
|
|||||||
component: OSWelcomePage,
|
component: OSWelcomePage,
|
||||||
presentingElement: await this.modalCtrl.getTop(),
|
presentingElement: await this.modalCtrl.getTop(),
|
||||||
backdropDismiss: false,
|
backdropDismiss: false,
|
||||||
componentProps: {
|
|
||||||
version: this.config.version,
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
modal.onWillDismiss().then(() => {
|
modal.onWillDismiss().then(() => {
|
||||||
this.embassyApi
|
this.embassyApi
|
||||||
|
|||||||
@@ -10,15 +10,33 @@
|
|||||||
</ion-header>
|
</ion-header>
|
||||||
|
|
||||||
<ion-content class="ion-padding">
|
<ion-content class="ion-padding">
|
||||||
<h4>This release:</h4>
|
<h2>This release</h2>
|
||||||
<p class="section-subheader">{{ version }}</p>
|
<h4>0.3.1~1</h4>
|
||||||
<p class="note-padding">
|
<p class="note-padding">
|
||||||
See the
|
View the complete
|
||||||
|
<a
|
||||||
|
href="https://github.com/Start9Labs/embassy-os/releases/tag/v0.3.1.1"
|
||||||
|
target="_blank"
|
||||||
|
noreferrer
|
||||||
|
>release notes</a
|
||||||
|
>
|
||||||
|
for more details.
|
||||||
|
</p>
|
||||||
|
<h6>Highlights</h6>
|
||||||
|
<ul class="spaced-list">
|
||||||
|
<li>Multiple bug fixes.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<br />
|
||||||
|
<h2>Previous releases in this series</h2>
|
||||||
|
<h4>0.3.1</h4>
|
||||||
|
<p class="note-padding">
|
||||||
|
View the complete
|
||||||
<a
|
<a
|
||||||
href="https://github.com/Start9Labs/embassy-os/releases/tag/v0.3.1"
|
href="https://github.com/Start9Labs/embassy-os/releases/tag/v0.3.1"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
noreferrer
|
noreferrer
|
||||||
>extended release notes</a
|
>release notes</a
|
||||||
>
|
>
|
||||||
for more details.
|
for more details.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
padding-bottom: 12px;
|
padding-bottom: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-subheader {
|
h2 {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -7,8 +7,6 @@ import { ModalController } from '@ionic/angular'
|
|||||||
styleUrls: ['./os-welcome.page.scss'],
|
styleUrls: ['./os-welcome.page.scss'],
|
||||||
})
|
})
|
||||||
export class OSWelcomePage {
|
export class OSWelcomePage {
|
||||||
@Input() version!: string
|
|
||||||
|
|
||||||
constructor(private readonly modalCtrl: ModalController) {}
|
constructor(private readonly modalCtrl: ModalController) {}
|
||||||
|
|
||||||
async dismiss() {
|
async dismiss() {
|
||||||
|
|||||||
Reference in New Issue
Block a user