Skip to content

Commit 59dad83

Browse files
committed
feat: refine copy in Alpha 2 details page
1 parent 9f20df0 commit 59dad83

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

src/components/next/Alpha2Details.astro

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,35 @@
3333
</li>
3434
</ul>
3535

36+
<h3 class="mt-6">A note on compatibility ⚠️</h3>
37+
<p class="mt-2">
38+
Projects saved in Audacity 4 are not backwards compatible. We recommend you
39+
make a copy of your important projects before opening them in Audacity 4.
40+
</p>
41+
3642
<h3 class="mt-6">What's implemented</h3>
37-
<ul class="list-disc mt-2 ml-6">
38-
<li>Recording and playback reliability</li>
43+
<ul class="list-disc mt-2 ml-5">
44+
<li>Recording and playback</li>
3945
<li>Editing audio</li>
4046
<li>Applying destructive and real-time effects</li>
4147
<li>Exporting audio files</li>
4248
<li>Saving and recalling custom Workspaces</li>
4349
</ul>
4450

45-
<h3 class="mt-6">A note on compatibility ⚠️</h3>
51+
<h3 class="mt-6">What's <em>not</em> implemented</h3>
4652
<p class="mt-2">
47-
Projects saved in Audacity 4 are not backwards compatible. We recommend you
48-
make a copy of your important projects before opening them in Audacity 4.
53+
Some yet-to-be finalized features might appear non-functional, or have been
54+
excluded from Audacity's interface. These are features not yet ready for
55+
user testing, and have been disabled.
4956
</p>
57+
<ul class="list-disc mt-2 ml-5">
58+
<li>Nyquist, LADSPA and VAMP and the OpenVINO plugins</li>
59+
<li>Preferences from Audacity 3 are not carried over</li>
60+
<li>Envelopes and label tracks</li>
61+
<li>Spectrogram view and the spectral editing mode</li>
62+
<li>Most built-in effects, including generators and analyzers</li>
63+
<li>Opening multiple projects at the same time</li>
64+
</ul>
5065

5166
<h3 class="mt-6">Notable changes since alpha-1</h3>
5267
<ul class="list-disc mt-2 ml-5">
@@ -94,22 +109,7 @@
94109
</li>
95110
</ul>
96111

97-
<h3 class="mt-6">Unimplemented features</h3>
98-
<p class="mt-2">
99-
Some yet-to-be finalized features might appear non-functional, or have been
100-
excluded from Audacity's interface. These are features not yet ready for user
101-
testing, and have been disabled.
102-
</p>
103-
<ul class="list-disc mt-2 ml-6">
104-
<li>Nyquist, LADSPA and VAMP and the OpenVINO plugins</li>
105-
<li>Preferences from Audacity 3 are not carried over</li>
106-
<li>Envelopes and label tracks</li>
107-
<li>Spectrogram view and the spectral editing mode</li>
108-
<li>Most built-in effects, including generators and analyzers</li>
109-
<li>Opening multiple projects at the same time</li>
110-
</ul>
111-
112-
<h3 class="mt-6">Share your crashes!</h3>
112+
<h3 class="mt-6">Share your experience!</h3>
113113
<p>If you encounter issues, please reach us at the following channels:</p>
114114
<ul class="py-2 list-none">
115115
<li class="hyperlink">

0 commit comments

Comments
 (0)