|
1 | 1 | ### 3.11.0dev <- NOTE: the release version number will be 3.12.0 ### |
2 | 2 |
|
| 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 | + |
3 | 15 | - Extended SRV record support (#3556). |
4 | 16 | (contributed by @softins, @rdica) |
5 | 17 |
|
| 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 | + |
6 | 60 | - Client: Bug: Fix missing variables passed to connect dialog (#3578). |
7 | 61 | (contributed by @ann0see) |
8 | 62 |
|
|
27 | 81 | - Client: Added native MIDI support to the ASIO (non-Jack) Windows build (#3431). |
28 | 82 | (contributed by @softins) |
29 | 83 |
|
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 | | - |
36 | 84 | - Server: Disabled swap memory usage on Linux (#3381). |
37 | 85 | (contributed by @dtinth) |
38 | 86 |
|
39 | 87 | - 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). |
40 | 88 | (contributed by @ann0see) |
41 | 89 |
|
42 | | -- Server RPC: Added jamulusserver/setDirectory request (#3533). |
43 | | - (contributed by @pljones) |
44 | | - |
45 | 90 | - Windows: Avoid screensaver or sleeping if connected to a server (#3498). |
46 | 91 | (contributed by @ann0see) |
47 | 92 |
|
48 | 93 | - Linux: Reorder service initialization to wait for network interface before starting the Server (#3440). |
49 | 94 | (contributed by @rdica) |
50 | 95 |
|
51 | | -- iOS/Android: Use compact view as default view on mobile OS for better usability (#3587). |
52 | | - (contributed by @ann0see) |
53 | | - |
54 | 96 | - iOS: Fixed GUI issue preventing the connect dialog to show correctly (#3343). |
55 | 97 | (contributed by @ann0see) |
56 | 98 |
|
|
75 | 117 | - iOS: Fix crash on Qt6 after closing the chat window (#3413). |
76 | 118 | (contributed by @ann0see) |
77 | 119 |
|
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) |
86 | 122 |
|
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) |
89 | 125 |
|
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) |
92 | 128 |
|
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) |
95 | 131 |
|
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) |
98 | 134 |
|
99 | 135 | - Build: Improvements and ASIO fix for Windows dependencies (#3612). |
100 | 136 | (contributed by @softins) |
|
123 | 159 | - Build: Bump Qt6 from 6.10.1 to 6.10.2 (#3616). |
124 | 160 | (contributed by @app/github-actions) |
125 | 161 |
|
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 | | - |
132 | 162 | - Build: Updated create-dmg (macOS) to version 1.2.3 (#3561). |
133 | 163 | (contributed by @app/github-actions) |
134 | 164 |
|
|
0 commit comments