1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-14 15:29:53 +02:00

README and CHANGELOG for 2.3.0

This commit is contained in:
James Crook 2018-09-15 22:20:58 +01:00
parent 5d174b2126
commit d281d0e1dd
2 changed files with 100 additions and 66 deletions

View File

@ -1,5 +1,64 @@
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.2.2:
Improvements
* Dropout detection
Dropout detection is controlled from a setting in Recording Preferences
called "Detect dropouts".
When this setting is "on" (default setting) Audacity will detect dropouts
(brief gaps in the recording) and will insert zeroes into the recording
to keep the other good parts synchronized. These silent spans will make
the dropouts more obvious, but keep the duration of the recording correct.
When recording stops, a Warning message box alerts the user and a label track,
called "Dropouts", is added showing the lost parts, labeled with consecutive numbers.
* Improved horizontal zooming
For this release we have improved the way zooming using your mouse wheel
works and provided a new Zoom Toggle function.
* Improved vertical zooming
We have added a context menu to the vertical scale to control vertical zooming
Previous vertical zooming methods (left-click in the vertical ruler, left-drag
in the vertical ruler) remain available by selecting "Advanced Vertical Zooming"
in Track Behaviors Preferences.
* "Extra" menu
The "Ext-Bar" and "Ext-Command" menus have been consolidated into the "Extra" menu.
* Theme tweaks
The appearance and/or contrast of a few icons has been improved.
* Easier access to changing key bindings for shortcuts
For menu commands that are enabled (not grayed-out) if you hold the Shift key
and click on the sub-menu item, instead of executing the command the Keyboard
Preferences pop open at the chosen command. You can then change that (or any
other) shortcut binding.
* Language selection in Preferences
Interface Preferences has been upgraded so when selecting languages the proper
spelling of these languages is shown with accented and special characters.
Bug Fixes
* Multiple use of "Save As" to the existing open project can result in data
corruption/loss
* Crash undoing during record, using Discard button of History window
* Exporting audio in compressed formats to device with insufficient space produces
inconsistent/truncated results
* In Export Multiple, Cancel does not remove the file that is in progress when
Cancel is chosen
* Unicode page encodings fixed ( ͡° ͜ʖ ͡°)
* Crash using SBSMS pitch change at low sample rate
* (Mac) Equalization: "Telephone" curve displays a flat line, no sound on Preview
* Toolbars: open undocked if previously not shown, unless Reset Toolbars first
* Analysis effects that create labels should give focus to label track
* Control value may be out of range when using FloatingPointValidator
* Analysis effects produce false indication that a label is open for editing
* Import Uncompressed File Dialog Incorrect Reference to Menu Item
* Wave Color not grayed out in TCP dropdown menu when in Spectrogram view
* Hover indication on note track channel toggle appears on all tracks (when
they rerender)
* Installer has old logo for 2.2.1 and 2.2.0
* Un-muting with a single track unnecessarily activates the Solo button
* Applying chain to file should zoom-to-fit
Changes in version 2.2.1: Changes in version 2.2.1:
Improvements Improvements

View File

@ -16,9 +16,9 @@ The Audacity documentation is licensed under the Creative Commons
Attribution 3.0 license: https://creativecommons.org/licenses/by/3.0/legalcode . Attribution 3.0 license: https://creativecommons.org/licenses/by/3.0/legalcode .
Compilation instructions for Audacity are provided in the source code: Compilation instructions for Audacity are provided in the source code:
* Windows: win\compile.txt * Windows: win\build.txt
* macOS: mac/Build.txt * macOS: mac/build.txt
* GNU/Linux: INSTALL . * GNU/Linux: linux/build.txt
You can ask for help with compilation problems at: You can ask for help with compilation problems at:
https://forum.audacityteam.org/viewforum.php?f=19 . https://forum.audacityteam.org/viewforum.php?f=19 .
@ -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.2.2 Version 2.3.0
Contents of this README: Contents of this README:
1. Licensing 1. Licensing
2. Changes since version 2.2.1 2. Changes since version 2.2.2
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
@ -67,73 +67,48 @@ to https://www.gnu.org/licenses/old-licenses/gpl-2.0.html or write to
Improvements Improvements
* Dropout detection * New feature - "Punch and Roll Recording".
Dropout detection is controlled from a setting in Recording Preferences * Pinned-play-head can now be repositioned by dragging
called "Detect dropouts". * Play-at-speed now can be adjusted whilst playing.
When this setting is "on" (default setting) Audacity will detect dropouts * Toolbars controlling volume and speed can now be resized for greater precision
(brief gaps in the recording) and will insert zeroes into the recording * Macros (formerly 'Chains') substantially extended
to keep the other good parts synchronized. These silent spans will make * New Macro palette
the dropouts more obvious, but keep the duration of the recording correct. * Macros can be bound to keyboard keys
When recording stops, a Warning message box alerts the user and a label track, * New commands
called "Dropouts", is added showing the lost parts, labeled with consecutive numbers. * New 'Tools' menu
* Improved horizontal zooming * New 'Scriptables' commands
For this release we have improved the way zooming using your mouse wheel * Nyquist gains AUD-DO command
works and provided a new Zoom Toggle function. * More dialogs have help buttons now
* Improved vertical zooming * Increased legibility of trackname display
We have added a context menu to the vertical scale to control vertical zooming * Half-wave option for collapsed tracks
Previous vertical zooming methods (left-click in the vertical ruler, left-drag * Sliding Stretch
in the vertical ruler) remain available by selecting "Advanced Vertical Zooming" * Dialog (option) for entering labels
in Track Behaviors Preferences.
* "Extra" menu
The "Ext-Bar" and "Ext-Command" menus have been consolidated into the "Extra" menu.
* Theme tweaks
The appearance and/or contrast of a few icons has been improved.
* Easier access to changing key bindings for shortcuts
For menu commands that are enabled (not grayed-out) if you hold the Shift key
and click on the sub-menu item, instead of executing the command the Keyboard
Preferences pop open at the chosen command. You can then change that (or any
other) shortcut binding.
* Language selection in Preferences
Interface Preferences has been upgraded so when selecting languages the proper
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
corruption/loss
* Crash undoing during record, using Discard button of History window
* Exporting audio in compressed formats to device with insufficient space produces
inconsistent/truncated results
* In Export Multiple, Cancel does not remove the file that is in progress when
Cancel is chosen
* Unicode page encodings fixed ( ͡° ͜ʖ ͡°)
* Crash using SBSMS pitch change at low sample rate
* (Mac) Equalization: "Telephone" curve displays a flat line, no sound on Preview
* Toolbars: open undocked if previously not shown, unless Reset Toolbars first
* Analysis effects that create labels should give focus to label track
* Control value may be out of range when using FloatingPointValidator
* Analysis effects produce false indication that a label is open for editing
* Import Uncompressed File Dialog Incorrect Reference to Menu Item
* Wave Color not grayed out in TCP dropdown menu when in Spectrogram view
* Hover indication on note track channel toggle appears on all tracks (when
they rerender)
* Installer has old logo for 2.2.1 and 2.2.0
* Un-muting with a single track unnecessarily activates the Solo button
* Applying chain to file should zoom-to-fit
See also: https://wiki.audacityteam.org/wiki/Release_Notes_2.2.2 Over 90 bugs in 2.2.0 fixed, including:
and: https://wiki.audacityteam.org/wiki/New_features_in_Audacity_2.2.2
* 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
See also: https://wiki.audacityteam.org/wiki/Release_Notes_2.3.0
and: https://wiki.audacityteam.org/wiki/New_features_in_Audacity_2.3.0
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
3. Known Issues in 2.2.2: 3. Known Issues in 2.3.0:
For known issues at release of 2.2.2 please see: For known issues in 2.3.0 please see:
https://wiki.audacityteam.org/wiki/Release_Notes_2.2.2/Issues https://wiki.audacityteam.org/wiki/Release_Notes_2.3.0/Issues
Please also check:
https://wiki.audacityteam.org/wiki/Known_Issues
for details of any issues that have been identified after release of
this version.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------