|
1 | 1 | ### 3.11.0dev <- NOTE: the release version number will be 3.12.0 ### |
2 | 2 |
|
3 | | -- Client: Windows: Move ASIO to GPL (#3553). |
4 | | - (contributed by @gilgongo) |
5 | | - |
6 | | -- Client: Use the commit time rather than commit id for sort in --showallserver (#3562). |
7 | | - (contributed by @pljones) |
| 3 | +- Extended SRV record support (#3556). |
| 4 | + (contributed by @softins, @rdica) |
8 | 5 |
|
9 | 6 | - Client: Bug: Fix missing variables passed to connect dialog (#3578). |
10 | 7 | (contributed by @ann0see) |
11 | 8 |
|
12 | | -- Added link to privacy policy (#3586). |
13 | | - (contributed by @ann0see) |
14 | | - |
15 | | -- iOS/Android: Use compact view as default view on mobile OS for better usability (#3587). |
16 | | - (contributed by @ann0see) |
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). |
| 9 | +- Client: Use the commit time rather than commit id for sort in --showallserver (#3562). |
25 | 10 | (contributed by @pljones) |
26 | 11 |
|
27 | | -- Added Japanese translation (ja_JP) (#3568). |
28 | | - (contributed by @tsukurun) |
29 | | - |
30 | | -- Translations updated from Hosted Weblate (#3540, #3453, #3441, #3388). |
31 | | - (contributed by @weblate) |
32 | | - |
33 | 12 | - Client: Fix sorting of version number in connect dialog with --showallservers (#3557). |
34 | 13 | (contributed by @softins) |
35 | 14 |
|
|
48 | 27 | - Client: Added native MIDI support to the ASIO (non-Jack) Windows build (#3431). |
49 | 28 | (contributed by @softins) |
50 | 29 |
|
| 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 | + |
51 | 36 | - Server: Disabled swap memory usage on Linux (#3381). |
52 | 37 | (contributed by @dtinth) |
53 | 38 |
|
54 | 39 | - 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). |
55 | 40 | (contributed by @ann0see) |
56 | 41 |
|
| 42 | +- Server RPC: Added jamulusserver/setDirectory request (#3533). |
| 43 | + (contributed by @pljones) |
| 44 | + |
57 | 45 | - Windows: Avoid screensaver or sleeping if connected to a server (#3498). |
58 | 46 | (contributed by @ann0see) |
59 | 47 |
|
60 | 48 | - Linux: Reorder service initialization to wait for network interface before starting the Server (#3440). |
61 | 49 | (contributed by @rdica) |
| 50 | + |
| 51 | +- iOS/Android: Use compact view as default view on mobile OS for better usability (#3587). |
| 52 | + (contributed by @ann0see) |
| 53 | + |
62 | 54 | - iOS: Fixed GUI issue preventing the connect dialog to show correctly (#3343). |
63 | 55 | (contributed by @ann0see) |
64 | 56 |
|
| 57 | +- iOS: Add notes for iOS compiling documentation (#3594). |
| 58 | + (contributed by @ann0see) |
| 59 | + |
| 60 | +- iOS: Add workaround from QTBUG-129651 for iOS FFMPEG linking (#3581). |
| 61 | + (contributed by @ann0see) |
| 62 | + |
65 | 63 | - iOS: Upgrade build to Qt 6 (#3445). |
66 | 64 | (contributed by @ann0see) |
67 | 65 |
|
|
77 | 75 | - iOS: Fix crash on Qt6 after closing the chat window (#3413). |
78 | 76 | (contributed by @ann0see) |
79 | 77 |
|
| 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) |
| 86 | + |
80 | 87 | - Tools: checkkeys.pl now automatically finds the translation directory (#3590). |
81 | 88 | (contributed by @softins) |
82 | 89 |
|
|
89 | 96 | - Tools: Added missing Makefile.in files to Opus 1.5.2 distro (#3488). |
90 | 97 | (contributed by @softins) |
91 | 98 |
|
| 99 | +- Build: Improvements and ASIO fix for Windows dependencies (#3612). |
| 100 | + (contributed by @softins) |
| 101 | + |
| 102 | +- Build: Windows: Move ASIO to GPL (#3553). |
| 103 | + (contributed by @gilgongo) |
| 104 | + |
92 | 105 | - Build: Updated Opus library to v1.5.2 (#3409). |
93 | 106 | (contributed by @softins) |
94 | 107 |
|
|
104 | 117 | - Build: Updated the Github build runner for MacOS Legacy to macos-13 (#3436). |
105 | 118 | (contributed by @softins) |
106 | 119 |
|
| 120 | +- Build: Bump ASIO-SDK from asiosdk_2.3.3_2019-06-14 to ASIO-SDK_2.3.4_2025-10-15 (#3617). |
| 121 | + (contributed by @app/github-actions) |
| 122 | + |
| 123 | +- Build: Bump Qt6 from 6.10.1 to 6.10.2 (#3616). |
| 124 | + (contributed by @app/github-actions) |
| 125 | + |
107 | 126 | - Build: Updated bundled Qt6 to version 6.9.1 (iOS 6.7.3) (#3407, #3262). |
108 | 127 | (contributed by @app/github-actions) |
109 | 128 |
|
|
0 commit comments