draft releases notes for 0311 (#1677)

This commit is contained in:
Matt Hill
2022-07-22 11:17:18 -06:00
committed by GitHub
parent 7b8a0eadf3
commit 4a54c7ca87
4 changed files with 23 additions and 10 deletions

View File

@@ -67,9 +67,6 @@ export class PatchDataService extends Observable<DataModel | null> {
component: OSWelcomePage,
presentingElement: await this.modalCtrl.getTop(),
backdropDismiss: false,
componentProps: {
version: this.config.version,
},
})
modal.onWillDismiss().then(() => {
this.embassyApi

View File

@@ -10,15 +10,33 @@
</ion-header>
<ion-content class="ion-padding">
<h4>This release:</h4>
<p class="section-subheader">{{ version }}</p>
<h2>This release</h2>
<h4>0.3.1~1</h4>
<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
href="https://github.com/Start9Labs/embassy-os/releases/tag/v0.3.1"
target="_blank"
noreferrer
>extended release notes</a
>release notes</a
>
for more details.
</p>

View File

@@ -20,7 +20,7 @@
padding-bottom: 12px;
}
.section-subheader {
h2 {
font-weight: bold;
}

View File

@@ -7,8 +7,6 @@ import { ModalController } from '@ionic/angular'
styleUrls: ['./os-welcome.page.scss'],
})
export class OSWelcomePage {
@Input() version!: string
constructor(private readonly modalCtrl: ModalController) {}
async dismiss() {