1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-17 00:20:06 +02:00

Update Changelog and ReadMe

This commit is contained in:
James Crook 2019-02-24 08:28:05 +00:00
parent 222dfa9dbd
commit 1c21e9358b
2 changed files with 64 additions and 38 deletions

View File

@ -1,6 +1,50 @@
List of significant changes and bug fixes going back to version 1.1.0
Changes in version 2.3.0
Improvements
* New feature - "Punch and Roll Recording".
* Pinned-play-head can now be repositioned by dragging
* Play-at-Speed now can be adjusted whilst playing.
* Toolbars controlling volume and speed can now be resized for greater
precision
* Macros (formerly 'Chains') substantially extended
* New Macro palette
* Macros can be bound to keyboard keys
* New commands
* New 'Tools' menu
* New 'Scriptables' commands
* Nyquist gains AUD-DO command
* Nyquist effects are now translatable and translated
* More dialogs have help buttons now
* Increased legibility of trackname display
* Half-wave option for collapsed tracks
* Sliding Stretch
* Dialog (option) for entering labels
Bug Fixes
Over 90 bugs in 2.2.2 fixed, including:
* Windows: Queen Mary 1.7.1 Vamp plug-ins crash Audacity on opening
Plug-in Manager - bug #1244
* Inconsistent behavior when recording with a selection defined - bug #1839
* Ctrl + M does not open label for editing - bug #1852
* Vertical Zoom in by clicking in the vertical Scale, or context menu, in
waveform views is inconsistent - bug #1810
* Deletion of all tracks cannot be undone - bug #1845
* Timer Record with a selection present can get a truncated recording with
data loss - bug #1851
* Duplicate shortcuts can be created - bug #1786
* Labels longer than 260 characters are now supported - bug #1905
* Using Spectrogram Settings in TCP or using Preferences causes Audacity
to reset Project Rate to default rate in Quality Preferences - bug #1977
* Cut Preview should play all selected/sync-locked tracks, respecting
Mute/Solo during preview - bug #231
Changes in version 2.2.2:
Improvements

View File

@ -7,7 +7,7 @@ https://forum.audacityteam.org/ .
We welcome feedback on Audacity, suggestions for new or improved features,
and bug reports. Please visit https://forum.audacityteam.org/viewforum.php?f=25 .
Audacity is copyright (c) 1999-2018 by Audacity Team. This copyright
Audacity is copyright (c) 1999-2019 by Audacity Team. This copyright
notice applies to all documents in the Audacity source code archive,
except as otherwise noted (mostly in the lib-src subdirectories).
"Audacity" is a registered trademark of Dominic Mazzoni.
@ -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:
https://lists.sourceforge.net/lists/listinfo/audacity-devel .
Version 2.3.0
Version 2.3.1
Contents of this README:
1. Licensing
2. Changes since version 2.2.2
2. Changes since version 2.3.0
3. Known Issues at Release
4. Source Code, Libraries and Additional Copyright Information
@ -63,55 +63,37 @@ to https://www.gnu.org/licenses/old-licenses/gpl-2.0.html or write to
-------------------------------------------------------------------------------
2. Changes since version 2.2.2:
2. Changes since version 2.3.0:
Improvements
* New feature - "Punch and Roll Recording".
* Pinned-play-head can now be repositioned by dragging
* Play-at-Speed now can be adjusted whilst playing.
* Toolbars controlling volume and speed can now be resized for greater precision
* Macros (formerly 'Chains') substantially extended
* New Macro palette
* Macros can be bound to keyboard keys
* New commands
* New 'Tools' menu
* New 'Scriptables' commands
* Nyquist gains AUD-DO command
* Nyquist effects are now translatable and translated
* More dialogs have help buttons now
* Increased legibility of trackname display
* Half-wave option for collapsed tracks
* Sliding Stretch
* Dialog (option) for entering labels
See also: https://wiki.audacityteam.org/wiki/New_features_in_Audacity_2.3.0
* 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.
See also: https://wiki.audacityteam.org/wiki/New_features_in_Audacity_2.3.1
Bug Fixes
Over 90 bugs in 2.2.2 fixed, including:
Over 20 bugs in 2.3.0 fixed, including:
* Windows: Queen Mary 1.7.1 Vamp plug-ins crash Audacity on opening Plug-in Manager - bug #1244
* Inconsistent behavior when recording with a selection defined - bug #1839
* Ctrl + M does not open label for editing - bug #1852
* Vertical Zoom in by clicking in the vertical Scale, or context menu, in waveform views is inconsistent - bug #1810
* Deletion of all tracks cannot be undone - bug #1845
* Timer Record with a selection present can get a truncated recording with data loss - bug #1851
* Duplicate shortcuts can be created - bug #1786
* Labels longer than 260 characters are now supported - bug #1905
* Using Spectrogram Settings in TCP or using Preferences causes Audacity to reset Project Rate to default rate in Quality Preferences - bug #1977
* Cut Preview should play all selected/sync-locked tracks, respecting Mute/Solo during preview - bug #231
* 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.
See also: https://wiki.audacityteam.org/wiki/Release_Notes_2.3.1
See also: https://wiki.audacityteam.org/wiki/Release_Notes_2.3.0
-------------------------------------------------------------------------------
3. Known Issues in 2.3.0:
3. Known Issues in 2.3.1:
For known issues in 2.3.0 please see:
https://wiki.audacityteam.org/wiki/Release_Notes_2.3.0/Issues
For known issues in 2.3.1 please see:
https://wiki.audacityteam.org/wiki/Release_Notes_2.3.1/Issues
-------------------------------------------------------------------------------