Skip to content

Commit 5733940

Browse files
teetowLWinterberg
authored andcommitted
refine alpha build description and add compatibility note
1 parent e405f7e commit 5733940

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

src/pages/au4.astro

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ const { win, mac, lin } = betaReleases;
1818
<h1>Audacity&nbsp;4 Alpha 1</h1>
1919
<div class="mt-4">
2020
<p>
21-
The purpose of this alpha build is to test core aspects of Audacity
22-
4. You can help us refine the experience by chiming in on the
21+
The purpose of this alpha build is to test core features of Audacity
22+
4. You can help us refine the user experience by chiming in on the
2323
forums. If you experience severe issues or crashes, please file an
2424
issue on GitHub.
2525
</p>
@@ -39,7 +39,7 @@ const { win, mac, lin } = betaReleases;
3939
</li>
4040
</ul>
4141

42-
<h2 class="mt-6 text-2xl">What's in the build</h2>
42+
<h2 class="mt-6 text-2xl">What's implemented</h2>
4343

4444
<ul class="list-disc mt-2 ml-6">
4545
<li>Recording and playback</li>
@@ -52,6 +52,13 @@ const { win, mac, lin } = betaReleases;
5252
</li>
5353
</ul>
5454

55+
<h3 class="mt-2">A note on compatibility ⚠️</h3>
56+
<p class="mt-2">
57+
Projects saved in Audacity 4 are not backwards compatible. We
58+
recommend you make a copy of your important projects before opening
59+
them in Audacity 4.
60+
</p>
61+
5562
<h2 class="mt-6 text-2xl">Unimplemented features</h2>
5663
<p class="mt-2">
5764
Some yet-to-be finalized features might appear non-functional, or

0 commit comments

Comments
 (0)