Add 3.3 base post, update readme.md

This commit is contained in:
LWinterberg
2023-03-29 16:39:49 +02:00
parent 1135cf532d
commit 9316cc4773
2 changed files with 29 additions and 50 deletions

View File

@@ -0,0 +1,24 @@
---
title: Audacity 3.3 released
slug: audacity-3.3
thumbnail: /our-new-site.jpg
author: Leo Wattenberg
date: April 1, 2023
layout: "../../layouts/PostLayout.astro"
description: linear dB, beats & bars and a lot of under the hood work
---
## About Audacity 3.3
Audacity 3.3 is quite humble compared to our last releases. In terms of features, there's not too much to report:
* We added a linear dB ruler for waveforms. This ruler uses the standard convention found across the audio world. Meters and waveform now report the same values.
* We reworked the way snapping works.
* We also started working on a Beats & Measures feature. It's not quite ready yet, so the coresponding toolbar is hidden by default. More information can be found [here](#)
Additional changes can be found in the [changelog](#).
## Why this happened
A lot of our work has been focused on getting Audacity ready for a version 4. As such, a lot of under-the-hood work has been happening - in technical terms: reducing dependency on wxWidgets, library extractions and general refactoring. This work will continue for the next few releases in parallel with feature development.
We will share more information about Audacity 4 in a future post.