Skip to content

Commit 364c41f

Browse files
authored
Merge pull request #1771 from ann0see/UpdateChangelog
Document further changes in changelog
2 parents 413c871 + 0c9e506 commit 364c41f

1 file changed

Lines changed: 15 additions & 10 deletions

File tree

ChangeLog

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11

22
### 3.8.0rc1dev <- NOTE: the release version number will be 3.8.0 ###
33

4-
- Mac: Updated to use Qt 5.12.10 for better compatibility with Big Sur (#1687).
5-
This drops support for Yosemite and El Capitan in the distributed version.
4+
- Mac: Generate build with Qt 5.15.2 for better compatibility with Big Sur (#1687, #1768).
5+
We still build a legacy version with Qt 5.9.9 to support older versions of macOS:
6+
* Users of 10.13 (High sierra) or newer should use the standard build with Qt 5.15.2
7+
* Users of Yosemite, El Capitan or Sierra should use the legacy build with Qt 5.9.9
68
(contributed by @softins)
79

810
- Code: Added automatic code formatting with clang-format (#901, #1127).
911
(contributed by @passing)
1012

13+
- GUI: Moved the Ping and Delay stats from the Settings window to the main window (#1762)
14+
This was partly to work around a Mac issue with updates to the settings window (#1643)
15+
and is actually an improvement anyway, as the settings window does not need to remain open.
16+
(contributed by @dcorson-ticino-com and @softins)
17+
1118
- GUI: Added "About Qt" to the help menu to display version of Qt (#1685, #1692).
1219
(contributed by @softins)
1320

@@ -27,9 +34,6 @@
2734
with Qt5 (#1655).
2835
(contributed by @softins)
2936

30-
- GUI: Alignment of delay measurements display improved (#1606, #1617).
31-
(contributed by @pljones)
32-
3337
- GUI: Corrected handling of custom directory server in the server, to prevent
3438
unintended registration with a directory server (#1624, #1627).
3539
(contributed by @softins)
@@ -45,7 +49,6 @@
4549
- GUI: Settings window has been reorganized into tabs (#1415, #1554, #1542):
4650
* User Profile window has been integrated into the settings window.
4751
* Input Pan has been moved to the newly created Advanced tab and removed from main window.
48-
* Network and stats have been moved to the right in the Settings window.
4952
(contributed by @dcorson-ticino-com, @pljones)
5053

5154
- GUI: Support for more than two mixer rows has been added (#1549, #1560).
@@ -87,12 +90,12 @@
8790
- Client: A hint regarding non-default Jack support has been added (#1397, #1438).
8891
(contributed by @djfun)
8992

90-
- Server: Support for Delay Panning has been added (#332, #567, #1151, #1417):
93+
- Server: Support for Delay Panning has been added (#332, #567, #1151, #1417, #1744):
9194
This feature can be enabled on servers using the new --delaypan option.
9295
Enabling this feature will slightly increase server CPU usage.
9396
It can create a much more realistic spatial sound impression for clients
9497
that are set to Stereo or Mono-in/Stereo-out mode.
95-
(contributed by @DetlefHennings, @Hk1020, @softins)
98+
(contributed by @DetlefHennings, @Hk1020, @softins, @henkdegroot)
9699

97100
- Server: Half-connected clients will no longer receive audio (#1243, #1589):
98101
Note: This breaks compatibility with client versions before 3.3.0 (Feb 2013).
@@ -152,6 +155,8 @@
152155
- Internal legacy IP address variables have been cleaned up (#1400).
153156
(contributed by @wferi)
154157

158+
- Internal: New pull requests will now be checked for coding style automatically (#1735).
159+
(contributed by @passing)
155160

156161
### 3.7.0 (2021-03-17) ###
157162

@@ -809,7 +814,7 @@
809814

810815
- removed unnecessary settings and LED indicators
811816

812-
- bug fix: the fader level could not be changed if the fader was on solo
817+
- bug fix: the fader level could not be changed if the fader was on solo
813818

814819

815820
### 3.3.3 (2013-12-30) ###
@@ -844,7 +849,7 @@
844849
- improved server performance under Linux
845850

846851
- changed the network buffer for improved OPUS PLC performance
847-
852+
848853
- added protocol overhead for DSL line for upload rate calculation
849854

850855
- fixed outstanding renaming from llcon to Jamulus

0 commit comments

Comments
 (0)