Skip to content

Commit 37b63d3

Browse files
committed
Update ChangeLog with missing entries
1 parent 849e823 commit 37b63d3

1 file changed

Lines changed: 64 additions & 34 deletions

File tree

ChangeLog

Lines changed: 64 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,62 @@
11
### 3.11.0dev <- NOTE: the release version number will be 3.12.0 ###
22

3+
- Client+Server: Correct QoS setting for IPv6 (#3622).
4+
(contributed by @rdica)
5+
6+
- Tools: Updated checkkeys.pl to flag missing accelerator key in translation (#3635).
7+
(contributed by @softins)
8+
9+
- Tools: Updated changelog-helper to report skipped PRs (#3639).
10+
(contributed by @softins)
11+
12+
- Server/Client: Allow registration and display of longer version numbers (#3657).
13+
(contributed by @softins)
14+
315
- Extended SRV record support (#3556).
416
(contributed by @softins, @rdica)
517

18+
- Client RPC: Added a jamulusclient/setFaderLevel method to the RPC remote interface (#3571).
19+
(contributed by @corrados)
20+
21+
- Client RPC: Added jamulusclient/pollServerList methods and jamulusclient/receivedServerList notification to JSON-RPC interface (#3479).
22+
(contributed by @ann0see)
23+
24+
- Server RPC: Added jamulusserver/setDirectory request (#3533).
25+
(contributed by @pljones)
26+
27+
- iOS/Android: Use compact view as default view on mobile OS for better usability (#3587).
28+
(contributed by @ann0see)
29+
30+
- Added link to privacy policy (#3586).
31+
(contributed by @ann0see)
32+
33+
- Tools: checkkeys.pl now automatically finds the translation directory (#3590).
34+
(contributed by @softins)
35+
36+
- Tools: updated checkkeys.pl to use XML::LibXML (#3558).
37+
(contributed by @softins)
38+
39+
- Tools: added improvements to changelog-helper.sh (#3459).
40+
(contributed by @softins)
41+
42+
- Tools: Added missing Makefile.in files to Opus 1.5.2 distro (#3488).
43+
(contributed by @softins)
44+
45+
- Translations updated from Hosted Weblate (#3540, #3453, #3441, #3388, #3652, #3638, #3620, #3656).
46+
(contributed by @weblate)
47+
48+
- Translation: Added Japanese translation (#3568).
49+
(contributed by @tsukurun)
50+
51+
- Translation: Updated Slovak translation (#3650).
52+
(contributed by @jose1711)
53+
54+
- Client: Added MIDI tab to Settings GUI exposing MIDI parameters. MIDI Learn feature also added (#3502).
55+
(contributed by @ignotus666)
56+
57+
- Client: Added screen-reader accessibility to server list in the Connect dialog (#3606).
58+
(contributed by @chigkim)
59+
660
- Client: Bug: Fix missing variables passed to connect dialog (#3578).
761
(contributed by @ann0see)
862

@@ -27,30 +81,18 @@
2781
- Client: Added native MIDI support to the ASIO (non-Jack) Windows build (#3431).
2882
(contributed by @softins)
2983

30-
- Client RPC: Added a jamulusclient/setFaderLevel method to the RPC remote interface (#3571).
31-
(contributed by @corrados)
32-
33-
- Client RPC: Added jamulusclient/pollServerList methods and jamulusclient/receivedServerList notification to JSON-RPC interface (#3479).
34-
(contributed by @ann0see)
35-
3684
- Server: Disabled swap memory usage on Linux (#3381).
3785
(contributed by @dtinth)
3886

3987
- Server: The `-m`/`--htmlstatus` option is considered deprecated and has been replaced by JSON RPC's `jamulusserver/getClients` method. The `-m` option will be removed in future (#3398).
4088
(contributed by @ann0see)
4189

42-
- Server RPC: Added jamulusserver/setDirectory request (#3533).
43-
(contributed by @pljones)
44-
4590
- Windows: Avoid screensaver or sleeping if connected to a server (#3498).
4691
(contributed by @ann0see)
4792

4893
- Linux: Reorder service initialization to wait for network interface before starting the Server (#3440).
4994
(contributed by @rdica)
5095

51-
- iOS/Android: Use compact view as default view on mobile OS for better usability (#3587).
52-
(contributed by @ann0see)
53-
5496
- iOS: Fixed GUI issue preventing the connect dialog to show correctly (#3343).
5597
(contributed by @ann0see)
5698

@@ -75,26 +117,20 @@
75117
- iOS: Fix crash on Qt6 after closing the chat window (#3413).
76118
(contributed by @ann0see)
77119

78-
- Added Japanese translation (ja_JP) (#3568).
79-
(contributed by @tsukurun)
80-
81-
- Translations updated from Hosted Weblate (#3540, #3453, #3441, #3388).
82-
(contributed by @weblate)
83-
84-
- Added link to privacy policy (#3586).
85-
(contributed by @ann0see)
120+
- Build: Updated bundled Qt6 to version 6.10.1 (iOS 6.7.3) (#3407, #3262, #3599).
121+
(contributed by @app/github-actions)
86122

87-
- Tools: checkkeys.pl now automatically finds the translation directory (#3590).
88-
(contributed by @softins)
123+
- Build: Updated Windows Installer base (NSIS) to version 3.11 (#3483).
124+
(contributed by @app/github-actions)
89125

90-
- Tools: updated checkkeys.pl to use XML::LibXML (#3558).
91-
(contributed by @softins)
126+
- Build: Bump maxim-lobanov/setup-xcode from 1.6.0 to 1.7.0 (#3645).
127+
(contributed by @app/dependabot)
92128

93-
- Tools: added improvements to changelog-helper.sh (#3459).
94-
(contributed by @softins)
129+
- Build: Bump actions/download-artifact from 7 to 8 (#3633).
130+
(contributed by @app/dependabot)
95131

96-
- Tools: Added missing Makefile.in files to Opus 1.5.2 distro (#3488).
97-
(contributed by @softins)
132+
- Build: Bump actions/upload-artifact from 6 to 7 (#3634).
133+
(contributed by @app/dependabot)
98134

99135
- Build: Improvements and ASIO fix for Windows dependencies (#3612).
100136
(contributed by @softins)
@@ -123,12 +159,6 @@
123159
- Build: Bump Qt6 from 6.10.1 to 6.10.2 (#3616).
124160
(contributed by @app/github-actions)
125161

126-
- Build: Updated bundled Qt6 to version 6.9.1 (iOS 6.7.3) (#3407, #3262).
127-
(contributed by @app/github-actions)
128-
129-
- Build: Updated Windows Installer base (NSIS) to version 3.11 (#3483).
130-
(contributed by @app/github-actions)
131-
132162
- Build: Updated create-dmg (macOS) to version 1.2.3 (#3561).
133163
(contributed by @app/github-actions)
134164

0 commit comments

Comments
 (0)