Skip to content
Snippets Groups Projects
Commit 2ede9eed authored by James Crook's avatar James Crook
Browse files

Update CHANGELOG.txt and README.txt

parent cf069c59
No related branches found
No related tags found
No related merge requests found
List of significant changes and bug fixes going back to version 1.1.0 List of significant changes and bug fixes going back to version 1.1.0
Changes in version 2.3.0
Changes in version 2.3.1:
Improvements
* Audacity now supports 64 bit Mac.
* Options and preferences:
* Microfades are now an opt-in feature. They were always on in 2.3.0.
* The advanced vertical zooming option is now available in the
View->Zoom menu.
* Regular interval labels now support range labels.
Bug Fixes
Over 20 bugs in 2.3.0 fixed, including:
* A crashing bug on Linux that made Audacity 2.3.0. unsuitable for Linux.
* Crash on Mac when right clicking on label.
* Problems with Change Pitch, including not remembering parameter values.
Changes in version 2.3.0:
Improvements Improvements
...@@ -80,6 +101,7 @@ Improvements ...@@ -80,6 +101,7 @@ Improvements
spelling of these languages is shown with accented and special characters. spelling of these languages is shown with accented and special characters.
Bug Fixes Bug Fixes
* Multiple use of "Save As" to the existing open project can result in data * Multiple use of "Save As" to the existing open project can result in data
corruption/loss corruption/loss
* Crash undoing during record, using Discard button of History window * Crash undoing during record, using Discard button of History window
......
...@@ -28,12 +28,12 @@ pull request on https://github.com/audacity/audacity/pulls . It's usually ...@@ -28,12 +28,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: best to discuss functional code changes with us first on audacity-devel:
https://lists.sourceforge.net/lists/listinfo/audacity-devel . https://lists.sourceforge.net/lists/listinfo/audacity-devel .
Version 2.3.1 Version 2.3.2
Contents of this README: Contents of this README:
1. Licensing 1. Licensing
2. Changes since version 2.3.0 2. Changes since version 2.3.1
3. Known Issues at Release 3. Known Issues at Release
4. Source Code, Libraries and Additional Copyright Information 4. Source Code, Libraries and Additional Copyright Information
...@@ -63,37 +63,41 @@ to https://www.gnu.org/licenses/old-licenses/gpl-2.0.html or write to ...@@ -63,37 +63,41 @@ to https://www.gnu.org/licenses/old-licenses/gpl-2.0.html or write to
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
2. Changes since version 2.3.0: 2. Changes since version 2.3.1:
Improvements Improvements
* Audacity now supports 64 bit Mac. * Audacity now includes the LAME mp3 encoder. Previously, due to now expired
patents, you had to download it separately.
* There is a new 'Select' button in the track panel to select the whole
track.
* Audacity mod-script-pipe for driving Audacity from Python now comes with
Audacity and can be enabled via preferences.
* Options and preferences: * Options and preferences:
* Microfades are now an opt-in feature. They were always on in 2.3.0. * Type to Create a Label is now off by default.
* The advanced vertical zooming option is now available in the View->Zoom * A plug-in installer for Nyquist now provides a file browser for
menu. selecting '.NY' files to install.
* Regular interval labels now support range labels.
See also: https://wiki.audacityteam.org/wiki/New_features_in_Audacity_2.3.1 See also: https://wiki.audacityteam.org/wiki/New_features_in_Audacity_2.3.1
Bug Fixes Bug Fixes
Over 20 bugs in 2.3.0 fixed, including: Over 20 bugs in 2.3.1 fixed, including:
* A crashing bug on Linux that made Audacity 2.3.0. unsuitable for Linux. * Audacity 2.3.1 would crash if append-recording to a collapsed track.
* Crash on Mac when right clicking on label. * Many accessibility bugs on macOS fixed
* Problems with Change Pitch, including not remembering parameter values.
See also: https://wiki.audacityteam.org/wiki/Release_Notes_2.3.1 See also: https://wiki.audacityteam.org/wiki/Release_Notes_2.3.2
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
3. Known Issues in 2.3.1: 3. Known Issues in 2.3.2:
For known issues in 2.3.1 please see: For known issues in 2.3.2 please see:
https://wiki.audacityteam.org/wiki/Release_Notes_2.3.1/Issues https://wiki.audacityteam.org/wiki/Release_Notes_2.3.2/Issues
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment