mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-06-13 03:38:11 -05:00
add AU4 alphas
This commit is contained in:
@@ -17,25 +17,9 @@ const { win, mac, lin } = betaReleases;
|
||||
<div>
|
||||
<h1>Audacity Beta releases</h1>
|
||||
<div class="my-6">
|
||||
<p>
|
||||
<strong>There currently is no beta release available.</strong> You can
|
||||
download an alpha version instead.
|
||||
</p>
|
||||
<div
|
||||
class="flex items-center justify-center w-fit rounded-md text-white my-6"
|
||||
>
|
||||
<a href="/nightly">
|
||||
<div
|
||||
class="flex items-center gap-3 h-10 pl-4 pr-3 rounded-md bg-blue-700 hover:bg-blue-600"
|
||||
>
|
||||
Audacity Alpha versions
|
||||
</div></a
|
||||
>
|
||||
</div>
|
||||
<p>
|
||||
Alpha versions have received initial testing from Audacity QA, but
|
||||
may exhibit some bugs and regressions which slipped by the initial
|
||||
test. Avoid using these versions for production work.
|
||||
<strong>There currently is no beta release available.</strong> You
|
||||
can download an alpha version instead.
|
||||
</p>
|
||||
<p class="my-2">
|
||||
If you'd like to help us with testing, instructions can be found
|
||||
@@ -56,6 +40,74 @@ const { win, mac, lin } = betaReleases;
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="mt-4">Audacity 3 alphas</h2>
|
||||
<div
|
||||
class="flex items-center justify-center w-fit rounded-md text-white my-6"
|
||||
>
|
||||
<a href="/nightly">
|
||||
<div
|
||||
class="flex items-center gap-3 h-10 pl-4 pr-3 rounded-md bg-blue-700 hover:bg-blue-600"
|
||||
>
|
||||
AU3 Alpha downloads
|
||||
</div></a
|
||||
>
|
||||
</div>
|
||||
<p>
|
||||
Audacity 3 alpha versions have received initial testing from Audacity
|
||||
QA and are fairly stable. However, they may still contain bugs and
|
||||
crashes, so avoid using these versions for production work. If you do
|
||||
find anything wrong with these, make sure to report them.
|
||||
</p>
|
||||
<h2 class="mt-4">Audacity 4 alphas</h2>
|
||||
<div class="flex gap-4">
|
||||
<div
|
||||
class="flex items-center justify-center w-fit rounded-md text-white my-6"
|
||||
>
|
||||
<a href="/au4win">
|
||||
<div
|
||||
class="flex items-center gap-3 h-10 pl-4 pr-3 rounded-md bg-blue-700 hover:bg-blue-600"
|
||||
>
|
||||
AU4 Windows
|
||||
</div></a
|
||||
>
|
||||
</div>
|
||||
<div
|
||||
class="flex items-center justify-center w-fit rounded-md text-white my-6"
|
||||
>
|
||||
<a href="/au4mac">
|
||||
<div
|
||||
class="flex items-center gap-3 h-10 pl-4 pr-3 rounded-md bg-blue-700 hover:bg-blue-600"
|
||||
>
|
||||
AU4 macOS
|
||||
</div></a
|
||||
>
|
||||
</div>
|
||||
<div
|
||||
class="flex items-center justify-center w-fit rounded-md text-white my-6"
|
||||
>
|
||||
<a href="/au4lin">
|
||||
<div
|
||||
class="flex items-center gap-3 h-10 pl-4 pr-3 rounded-md bg-blue-700 hover:bg-blue-600"
|
||||
>
|
||||
AU4 Linux
|
||||
</div></a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
<strong>Audacity 4 alpha versions are unfinished at this time.</strong
|
||||
> This means that some buttons may not do anything yet, or placeholder
|
||||
items be used. Things which work may go back to not working and back again
|
||||
– these builds are extremely unstable.
|
||||
</p>
|
||||
<p>
|
||||
At present, <strong
|
||||
>we don't accept bug reports for these builds</strong
|
||||
>, with the exception of crash reports. You're free to discuss and ask questions about these
|
||||
builds with us on our <a href="/devserver" class="hyperlink"
|
||||
>dev discord</a
|
||||
> though.
|
||||
</p>
|
||||
</section>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user