|
1 | 1 | ### 3.12.0beta1<- NOTE: the release version number will be 3.12.0 ### |
2 | 2 |
|
| 3 | +- Client: Display version for each server in the Connect dialog (#3416). |
| 4 | + (contributed by @softins) |
| 5 | + |
| 6 | +- Client: Added "Sort by Channel" to mixer view (#3418). |
| 7 | + (contributed by @pljones) |
| 8 | + |
| 9 | +- Client: allocate channel numbers locally and always give user own channel of 0 (#3426). |
| 10 | + (contributed by @softins) |
| 11 | + |
| 12 | +- Client: Apply rate-limiting to Pan change messages to eliminate lag in their effect (#3429). |
| 13 | + (contributed by @softins) |
| 14 | + |
| 15 | +- Client: Added native MIDI support to the ASIO (non-Jack) Windows build (#3431). |
| 16 | + (contributed by @softins) |
| 17 | + |
| 18 | +- Server: Disabled swap memory usage on Linux (#3381). |
| 19 | + (contributed by @dtinth) |
| 20 | + |
| 21 | +- 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). |
| 22 | + (contributed by @ann0see) |
| 23 | + |
| 24 | +- Linux: Reorder service initialization to wait for network interface before starting the Server (#3440). |
| 25 | + (contributed by @rdica) |
| 26 | +- iOS: Fixed GUI issue preventing the connect dialog to show correctly (#3343). |
| 27 | + (contributed by @ann0see) |
| 28 | + |
| 29 | +- iOS: Return correct operating system version if run as server (#3360). |
| 30 | + (contributed by @ann0see) |
| 31 | + |
| 32 | +- iOS: Added icon to iOS app (#3410). |
| 33 | + (contributed by @ann0see) |
| 34 | + |
| 35 | +- iOS: Fix app hang if the language was changed (#3411). |
| 36 | + (contributed by @ann0see) |
| 37 | + |
| 38 | +- iOS: Fix crash on Qt6 after closing the chat window (#3413). |
| 39 | + (contributed by @ann0see) |
| 40 | + |
| 41 | +- Translations updated from Hosted Weblate (#3388). |
| 42 | + (contributed by @weblate) |
| 43 | + |
| 44 | +- Dependencies: Updated Opus library to v1.5.2 (#3409). |
| 45 | + (contributed by @softins) |
| 46 | + |
| 47 | +- Build: Updated bundled Qt6 to version 6.7.3 (#3262). |
| 48 | + (contributed by @app/github-actions) |
| 49 | + |
| 50 | +- Build: Bump DoozyX/clang-format-lint-action from 11b773b1598aa4ae3b32f023701bca5201c3817d to c71d0bf4e21876ebec3e5647491186f8797fde31 (#3368). |
| 51 | + (contributed by @app/dependabot) |
| 52 | + |
| 53 | +- Build: Updated the Github build runner for MacOS Legacy to macos-13 (#3436). |
| 54 | + (contributed by @softins) |
| 55 | + |
| 56 | + |
3 | 57 | ### 3.11.0 (2024-09-21) ### |
4 | 58 |
|
5 | 59 | - Client: Added "Delete Entry" button to Advanced Settings, Custom Directories (#3260). |
|
0 commit comments