mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-01 00:19:27 +02:00
More version number updates.
This commit is contained in:
parent
f61c87368d
commit
c6765efa89
@ -29,7 +29,7 @@ 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.4.0
|
Version 2.4.1
|
||||||
|
|
||||||
Contents of this README:
|
Contents of this README:
|
||||||
|
|
||||||
@ -66,6 +66,11 @@ to https://www.gnu.org/licenses/old-licenses/gpl-2.0.html or write to
|
|||||||
|
|
||||||
2. Changes since version 2.3.3:
|
2. Changes since version 2.3.3:
|
||||||
|
|
||||||
|
Critical Bug Fix:
|
||||||
|
* Audacity 2.4.0 was released with a critical bug, (Bug 2436), which is
|
||||||
|
fixed in 2.4.1. The bug caused loss of data when using two projects
|
||||||
|
at the same time.
|
||||||
|
|
||||||
Improvements
|
Improvements
|
||||||
|
|
||||||
* Audacity now runs on Mac Catalina.
|
* Audacity now runs on Mac Catalina.
|
||||||
@ -101,7 +106,7 @@ See also: https://wiki.audacityteam.org/wiki/Release_Notes_2.4.0
|
|||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
3. Some Known Issues in 2.4.0:
|
3. Some Known Issues in 2.4.1:
|
||||||
|
|
||||||
* 208 - Some effects (including equalization effects) delete Envelope Control Points, or do not move them when timeline changes
|
* 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.
|
* 2212 - Mac: Keyboard tabbing in Timer Record stuck in left hand panel.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#if you want to work on this, please talk with us on
|
#if you want to work on this, please talk with us on
|
||||||
# https://lists.sourceforge.net/lists/listinfo/audacity-devel
|
# https://lists.sourceforge.net/lists/listinfo/audacity-devel
|
||||||
#build time is circa 7 mins.
|
#build time is circa 7 mins.
|
||||||
version: 2.4.0-alpha-{build}
|
version: 2.4.1-alpha-{build}
|
||||||
image: Visual Studio 2017
|
image: Visual Studio 2017
|
||||||
shallow_clone: true # reduce traffic
|
shallow_clone: true # reduce traffic
|
||||||
install:
|
install:
|
||||||
|
@ -38,7 +38,7 @@ PROJECT_NAME = Audacity
|
|||||||
# could be handy for archiving the generated documentation or if some version
|
# could be handy for archiving the generated documentation or if some version
|
||||||
# control system is used.
|
# control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 2.4.0
|
PROJECT_NUMBER = 2.4.1
|
||||||
|
|
||||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||||
# for a project that appears at the top of each page and should give viewer a
|
# for a project that appears at the top of each page and should give viewer a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user