Skip to content

Commit 9f20df0

Browse files
committed
feat: update Alpha 2 details page
1 parent f9385db commit 9f20df0

File tree

1 file changed

+59
-71
lines changed

1 file changed

+59
-71
lines changed

src/components/next/Alpha2Details.astro

Lines changed: 59 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
If you experience severe issues or crashes, please file an issue on GitHub
1616
(requires a free GitHub account).
1717
</p>
18-
<ul class="py-2 list-none">
18+
<ul class="mt-2 list-none">
1919
<li>
2020
<a href="https://github.com/audacity/audacity/issues" class="hyperlink">
2121
GitHub issues
@@ -33,107 +33,95 @@
3333
</li>
3434
</ul>
3535

36-
<h2 class="mt-6 text-2xl">Key areas to cover</h2>
36+
<h3 class="mt-6">What's implemented</h3>
3737
<ul class="list-disc mt-2 ml-6">
3838
<li>Recording and playback reliability</li>
39-
<li>Editing audio with the new clip handles and grouping</li>
39+
<li>Editing audio</li>
4040
<li>Applying destructive and real-time effects</li>
4141
<li>Exporting audio files</li>
4242
<li>Saving and recalling custom Workspaces</li>
4343
</ul>
4444

45-
<h3 class="mt-2">Compatibility reminder ⚠️</h3>
45+
<h3 class="mt-6">A note on compatibility ⚠️</h3>
4646
<p class="mt-2">
47-
Projects saved in Audacity 4 aren't backwards compatible. Duplicate anything
48-
important before opening it in this build.
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.
4949
</p>
5050

51-
<h3 class="mt-6 text-xl">Notable changes since alpha-1</h3>
52-
<ul class="list-disc mt-2 ml-6 space-y-1">
51+
<h3 class="mt-6">Notable changes since alpha-1</h3>
52+
<ul class="list-disc mt-2 ml-5">
5353
<li>
54-
Allow track range selection using shift enter by @embarc-gabriel in
55-
<a
54+
Allow track range selection using Shift-Enter (<a
5655
href="https://github.com/audacity/audacity/pull/9600"
57-
class="hyperlink"
58-
>
59-
https://github.com/audacity/audacity/pull/9600
60-
</a>
56+
class="hyperlink">#9600</a
57+
>)
6158
</li>
6259
<li>
63-
Record anywhere by @grliszas14 in
64-
<a
60+
Record from anywhere (<a
6561
href="https://github.com/audacity/audacity/pull/9540"
66-
class="hyperlink"
67-
>
68-
https://github.com/audacity/audacity/pull/9540
69-
</a>
62+
class="hyperlink">#9540</a
63+
>)
7064
</li>
7165
<li>
72-
Export loop region by @grliszas14 in
73-
<a
66+
Export loop region (<a
7467
href="https://github.com/audacity/audacity/pull/9489"
75-
class="hyperlink"
76-
>
77-
https://github.com/audacity/audacity/pull/9489
78-
</a>
68+
class="hyperlink">#9489</a
69+
>)
7970
</li>
8071
<li>
81-
Paste behaviour preferences by @luapmartin in
82-
<a
72+
Preference for paste behavior (<a
8373
href="https://github.com/audacity/audacity/pull/9612"
84-
class="hyperlink"
85-
>
86-
https://github.com/audacity/audacity/pull/9612
87-
</a>
74+
class="hyperlink">#9612</a
75+
>)
8876
</li>
8977
<li>
90-
Add setting to configure whether clicking on ruler should trigger playback
91-
by @embarc-gabriel in
92-
<a
78+
Preference for whether clicking on ruler should trigger playback (<a
9379
href="https://github.com/audacity/audacity/pull/9707"
94-
class="hyperlink"
95-
>
96-
https://github.com/audacity/audacity/pull/9707
97-
</a>
80+
class="hyperlink">#9707</a
81+
>)
9882
</li>
9983
<li>
100-
Create loop region only when control key is pressed by @embarc-gabriel in
101-
<a
84+
Create loop region only when Control / Cmd key is pressed (<a
10285
href="https://github.com/audacity/audacity/pull/9712"
103-
class="hyperlink"
104-
>
105-
https://github.com/audacity/audacity/pull/9712
106-
</a>
86+
class="hyperlink">#9712</a
87+
>)
10788
</li>
10889
<li>
109-
Smoother playhead by @saintmatthieu in
110-
<a
90+
Smoother playhead (<a
11191
href="https://github.com/audacity/audacity/pull/9613"
112-
class="hyperlink"
113-
>
114-
https://github.com/audacity/audacity/pull/9613
115-
</a>
92+
class="hyperlink">#9613</a
93+
>)
11694
</li>
11795
</ul>
11896

119-
<div>
120-
<h2 class="mt-4 text-2xl">Share your feedback</h2>
121-
<p class="mt-2">
122-
We're eager to hear how Alpha 2 lands for you. Please let us know what you
123-
think using the channels below:
124-
</p>
125-
<ul class="py-2 list-none">
126-
<li class="hyperlink">
127-
<a href="https://forum.audacityteam.org/c/au4/64">Audacity Forum</a>
128-
</li>
129-
<li class="hyperlink">
130-
<a href="https://discord.gg/audacity">Audacity Discord</a>
131-
</li>
132-
<li>
133-
<a href="https://github.com/audacity/audacity/issues" class="hyperlink">
134-
GitHub issues
135-
</a>
136-
</li>
137-
</ul>
138-
</div>
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>
113+
<p>If you encounter issues, please reach us at the following channels:</p>
114+
<ul class="py-2 list-none">
115+
<li class="hyperlink">
116+
<a href="https://forum.audacityteam.org/c/au4/64">Audacity Forum</a>
117+
</li>
118+
<li class="hyperlink">
119+
<a href="https://discord.gg/audacity">Audacity Discord</a>
120+
</li>
121+
<li>
122+
<a href="https://github.com/audacity/audacity/issues" class="hyperlink">
123+
GitHub issues
124+
</a>
125+
</li>
126+
</ul>
139127
</div>

0 commit comments

Comments
 (0)