1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 15:19:44 +02:00

Update CHANGELOG and README

This commit is contained in:
James Crook 2020-04-22 17:45:24 +01:00
parent 79340b6852
commit 143e35ee5d
2 changed files with 60 additions and 30 deletions

View File

@ -1,6 +1,36 @@
List of significant changes and bug fixes going back to version 1.1.0
2. Changes in version 2.3.3
Improvements
* Equalization effect now split into two effects, Filter Curve and Graphic EQ.
* Presets (using manage button) now active/working.
* Can now have two points at same frequency for steep steps.
* 'What you hear is what you get' for exports. Formerly the solo button
preferences could lead to differences in which tracks were exported.
* Leading silence (blank space) not skipped over in exports.
* Quality setting on AAC/M4A exports.
* Some confusing functionality removed (better achieved in other ways)
* Removed Nyquist Workbench (use built-in nyquist features)
* Removed Vocal Remover (use Vocal Reduction)
* Removed On-Demand aliased files (copy files instead)
* Removed 'Normalize on Load' (Normalize as needed on export, instead)
Bug Fixes
Over 150 bugs in 2.3.2 fixed, including:
* 2112 - Crash when opening Equalization settings in a Macro
* 2127 - Crash deleting a track while in Record/Pause state
* 2176 - Crash when attempting to time shift multiple tracks
* 2141 - Tabbing between labels stopped working
* 2200 - Refusal to export some large (4GB) files on size grounds
Changes in version 2.3.2:
Improvements

View File

@ -29,12 +29,12 @@ pull request on https://github.com/audacity/audacity/pulls . It's usually
best to discuss functional code changes with us first on audacity-devel:
https://lists.sourceforge.net/lists/listinfo/audacity-devel .
Version 2.3.3
Version 2.4.0
Contents of this README:
1. Licensing
2. Changes since version 2.3.2
2. Changes since version 2.3.3
3. Known Issues at Release
4. Source Code, Libraries and Additional Copyright Information
@ -64,50 +64,50 @@ to https://www.gnu.org/licenses/old-licenses/gpl-2.0.html or write to
--------------------------------------------------------------------------------
2. Changes since version 2.3.2:
2. Changes since version 2.3.3:
Improvements
* Equalization effect now split into two effects, Filter Curve and Graphic EQ.
* Presets (using manage button) now active/working.
* Can now have two points at same frequency for steep steps.
* 'What you hear is what you get' for exports. Formerly the solo button
preferences could lead to differences in which tracks were exported.
* Leading silence (blank space) not skipped over in exports.
* Quality setting on AAC/M4A exports.
* Some confusing functionality removed (better achieved in other ways)
* Removed Nyquist Workbench (use built-in nyquist features)
* Removed Vocal Remover (use Vocal Reduction)
* Removed On-Demand aliased files (copy files instead)
* Removed 'Normalize on Load' (Normalize as needed on export, instead)
* Audacity now runs on Mac Catalina.
* A new Time Toolbar showing current record/playback time has been
split from the Selection Toolbar. It can be resized large.
* Presets for more effects can be imported and exported.
* A new Multi-View mode for tracks. In this mode both
spectrogram and waveform views are shown at the same time.
* Opus available as a new audio export format on Windows and Linux.
* Easier to convert labels between point labels and range labels.
* New Loudness Normalization effect.
* New RMS measurement analyzer.
* New Noise Gate effect.
* New Spectral Delete effect.
See also: https://wiki.audacityteam.org/wiki/New_features_in_Audacity_2.3.3
See also: https://wiki.audacityteam.org/wiki/New_features_in_Audacity_2.4.0
Bug Fixes
Over 150 bugs in 2.3.2 fixed, including:
Over 100 bugs in 2.3.3 fixed, including:
* 2112 - Crash when opening Equalization settings in a Macro
* 2127 - Crash deleting a track while in Record/Pause state
* 2176 - Crash when attempting to time shift multiple tracks
* 2141 - Tabbing between labels stopped working
* 2200 - Refusal to export some large (4GB) files on size grounds
* 2237 - Equalization effects have no Import or Export for curves
* 2261 - Graphic EQ sliders have no frequency labels
* 2265 - Track heights are reset to default on project re-opening
* 2303 - Playback does not start at the saved cursor position on reopening a saved project.
* 2314 - Zoom in fail when playing
See also: https://wiki.audacityteam.org/wiki/Release_Notes_2.3.3
See also: https://wiki.audacityteam.org/wiki/Release_Notes_2.4.0
-------------------------------------------------------------------------------
3. Known Issues in 2.3.3:
Audacity 2.3.3 does not properly support macOS Catalina. There are new
security restrictions in Catalina on using the microphone. For example,
Audacity may run, but fail to record. Catalina was released towards the end
of 2.3.2 development.
3. Some Known Issues in 2.4.0:
For best workarounds and other known issues in 2.3.2, please see:
https://wiki.audacityteam.org/wiki/Release_Notes_2.3.2/Issues
* 208 - Some effects (including equalization effects) delete Envelope Control Points, or do not move them when timeline changes
* 2212 - Mac: Keyboard tabbing in Timer Record stuck in left hand panel.
For best workarounds and other known issues in 2.4.0, please see:
https://wiki.audacityteam.org/wiki/Release_Notes_2.4.0/Issues
-------------------------------------------------------------------------------