Skip to content

Commit 8bcd041

Browse files
committed
Changelog - update for v4.3
1 parent 4f4243a commit 8bcd041

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# History
2+
* [v4.3.0 'Pathfinder'](#v4.3.0), 30th Sept, 2022
23
* [v4.2.0 'Batch'](#v4.2.0), 14th Sept, 2022
34
* [v4.1.0 'Phase'](#v4.1.0), 30th August 2022
45
* [v4.0.3 'Dovetail'](#v4.0.3), 18th July 2022
@@ -29,6 +30,24 @@
2930
* [v2.0.1](#v2.0.1), 9th Sept, 2014
3031
* [v2.0 'Phoenix'](#v2.0), 2nd Sept, 2014
3132

33+
<a name="v4.3.0"></a>
34+
## Version 4.3.0 'Pathfinder'
35+
<!-- [(view commits)](https://github.com/sonic-pi-net/sonic-pi/commits/v4.3.0): -->
36+
37+
This is another maintenance and bugfix release - primarily addressing a critical issue with configuring external sound cards for audio input. This was accidentally introduced in v4.2. An issue with the auto-indentation preference in the GUI has also been addressed.
38+
39+
The GUI is now restricted to having one instance open at any one time. Having multiple instances of Sonic Pi running simultaneously can cause conflicts. This is now no longer possible, which should reduce any issues users may have observed when accidentally opening the app multiple times in quick succession. Now, only the first instance will open and all the subsequent others will exit before starting if they detect another instance already running.
40+
41+
### GUI
42+
* Restrict running instances to only allow one instance of Sonic Pi to be running at any one time on a given machine.
43+
44+
### Translations
45+
* Improvements to the Dutch, Estonian, Japanese and Polish translations.
46+
47+
### Bugfixes
48+
* The behaviour of external audio card configuration should now be as it was in v4.1.
49+
* The auto-indent preference in the GUI now works as expected. Unchecking will stop the GUI from automatically reformatting the code.
50+
3251
<a name="v4.2.0"></a>
3352

3453
## Version 4.2.0 'Batch'

0 commit comments

Comments
 (0)