|
1 |
| -### 3.10.0dev <- NOTE: the release version number will be 3.11.0 ### |
| 1 | +### 3.11.0rc1 (2024-09-13) <- NOTE: the release version number will be 3.11.0 ### |
2 | 2 |
|
3 |
| -- Refactor src/main.cpp (#3191). |
4 |
| - (contributed by @pljones) |
5 |
| - |
6 |
| -- Refactor some `CHostAddress` parameters to be const references (#3259). |
7 |
| - (contributed by @softins) |
8 |
| - |
9 |
| -- Client/Server: Improved start up logging (#3117). |
10 |
| - (contributed by @pljones) |
| 3 | +- Client: Added "Delete Entry" button to Advanced Settings, Custom Directories (#3260). |
| 4 | + (contributed by @AdamGLIN) |
11 | 5 |
|
12 | 6 | - Client: Added "delete server" button to connect dialog (#3159).
|
13 | 7 | (contributed by @pljones)
|
14 | 8 |
|
15 |
| -- Client/Server: Display Qt versions for both build and runtime (#3231). |
| 9 | +- Client: Fixed the display of delete buttons on Mac (#3305). |
16 | 10 | (contributed by @softins)
|
17 | 11 |
|
18 |
| -- Client: Added "Delete Entry" button to Advanced Settings, Custom Directories (#3260). |
19 |
| - (contributed by @AdamGLIN) |
20 |
| - |
21 |
| -- Client: Fixed the display of delete buttons on Mac (#3305). |
| 12 | +- Client/Server: Display Qt versions for both build and runtime (#3231). |
22 | 13 | (contributed by @softins)
|
23 | 14 |
|
| 15 | +- Client/Server: Improved start up logging (#3117). |
| 16 | + (contributed by @pljones) |
| 17 | + |
24 | 18 | - Server: Fix systemd ExecStart command line to support start/stop recording signal (#3187).
|
25 | 19 | (contributed by @rdica)
|
26 | 20 |
|
27 | 21 | - Server: Only de-register on quit (#3302).
|
28 | 22 | (contributed by @pljones)
|
29 | 23 |
|
| 24 | +- Mac: Changed bundle ID. You may need to re configure Jamulus to your liking after a new install (#3353). |
| 25 | + (contributed by @ann0see) |
| 26 | + |
30 | 27 | - Android: save settings on app state change (#3144).
|
31 | 28 | (contributed by @pljones)
|
32 | 29 |
|
33 |
| -- Translations updated from Hosted Weblate (#3193). |
34 |
| - (contributed by @weblate) |
| 30 | +- Refactoring: Decouple App Store upload from dmg build (#3350). |
| 31 | + (contributed by @ann0see) |
35 | 32 |
|
36 |
| -- Translations updated from Hosted Weblate (#3246). |
| 33 | +- Refactor some `CHostAddress` parameters to be const references (#3259). |
| 34 | + (contributed by @softins) |
| 35 | + |
| 36 | +- Refactor src/main.cpp (#3191). |
| 37 | + (contributed by @pljones) |
| 38 | + |
| 39 | +- Translations updated from Hosted Weblate (#3193, #3246, #3284, #3325, #3363). |
37 | 40 | (contributed by @weblate)
|
38 | 41 |
|
39 | 42 | - Documentation: Improved link for Server CLI options (#3303).
|
|
45 | 48 | - Build: adds macOS signed pkg build automation (#2624).
|
46 | 49 | (contributed by @danryu)
|
47 | 50 |
|
48 |
| -- Build: Bump actions/checkout from 3 to 4 (#3168). |
| 51 | +- Build: Bump actions/cache from 3 to 4 (#3232). |
49 | 52 | (contributed by @app/dependabot)
|
50 | 53 |
|
51 |
| -- Build: Bump maxim-lobanov/setup-xcode from 1.5.1 to 1.6.0 (#3181). |
| 54 | +- Build: Bump actions/checkout from 3 to 4 (#3168). |
52 | 55 | (contributed by @app/dependabot)
|
53 | 56 |
|
54 |
| -- Build: Updated bundled Qt6 to version 6.6.0 (#3182). |
55 |
| - (contributed by @app/github-actions) |
56 |
| - |
57 |
| -- Build: Ensure apt version >=2.4 to prove that the system is Debian based (using apt and dpkg) and can validate the repo (#3199). |
58 |
| - (contributed by @houbsta) |
59 |
| - |
60 |
| -- Build: Updated bundled Qt6 to version 6.6.1 (#3204). |
61 |
| - (contributed by @app/github-actions) |
62 |
| - |
63 | 57 | - Build: Bump actions/download-artifact from 3 to 4 (#3211).
|
64 | 58 | (contributed by @app/dependabot)
|
65 | 59 |
|
66 |
| -- Build: Bump github/codeql-action from 2 to 3 (#3212). |
67 |
| - (contributed by @app/dependabot) |
68 |
| - |
69 | 60 | - Build: Bump actions/upload-artifact from 3 to 4 (#3213).
|
70 | 61 | (contributed by @app/dependabot)
|
71 | 62 |
|
72 | 63 | - Build: Bump DoozyX/clang-format-lint-action from 0.16 to 0.17 (#3215).
|
73 | 64 | (contributed by @app/dependabot)
|
74 | 65 |
|
75 |
| -- Build: Replace deprecated Q_OS_MACX with Q_OS_MACOS (Jamulus now requires building with Qt >= 5.7.1) (#3227). |
76 |
| - (contributed by @softins) |
| 66 | +- Build: Bump github/codeql-action from 2 to 3 (#3212). |
| 67 | + (contributed by @app/dependabot) |
77 | 68 |
|
78 |
| -- Build: Bump actions/cache from 3 to 4 (#3232). |
| 69 | +- Build: Bump maxim-lobanov/setup-xcode from 1.5.1 to 1.6.0 (#3181). |
79 | 70 | (contributed by @app/dependabot)
|
80 | 71 |
|
81 |
| -- Build: Updated Mac Legacy build to use Qt 5.15.2, now compatible with MacOS 10.13 (High Sierra) or newer (#3235). |
| 72 | +- Build: checkout of submodules only needed for Android (#3289). |
82 | 73 | (contributed by @softins)
|
83 | 74 |
|
84 |
| -- Build: Updated bundled Qt6 to version 6.6.3 (#3236). |
85 |
| - (contributed by @app/github-actions) |
86 |
| - |
87 |
| -- Build: Updated Windows Installer base (NSIS) to version 3.10 (#3254). |
88 |
| - (contributed by @app/github-actions) |
| 75 | +- Build: Ensure apt version >=2.4 to prove that the system is Debian based (using apt and dpkg) and can validate the repo (#3199). |
| 76 | + (contributed by @houbsta) |
89 | 77 |
|
90 | 78 | - Build: Generate qm files and embedded resource during build (#3288).
|
91 | 79 | (contributed by @softins)
|
92 | 80 |
|
93 |
| -- Build: checkout of submodules only needed for Android (#3289). |
| 81 | +- Build: Place build files in separate directories instead of project root (#3299). |
| 82 | + (contributed by @softins) |
| 83 | + |
| 84 | +- Build: Replace deprecated Q_OS_MACX with Q_OS_MACOS (Jamulus now requires building with Qt >= 5.7.1) (#3227). |
| 85 | + (contributed by @softins) |
| 86 | + |
| 87 | +- Build: Updated bundled Qt6 to version 6.6.3 (#3182, #3204, #3236). |
| 88 | + (contributed by @app/github-actions) |
| 89 | + |
| 90 | +- Build: Updated Mac Legacy build to use Qt 5.15.2, now compatible with MacOS 10.13 (High Sierra) or newer (#3235). |
94 | 91 | (contributed by @softins)
|
95 | 92 |
|
96 | 93 | - Build: Updated the build runner for iOS in Github from macos-11 to macos-12 (#3292).
|
97 | 94 | (contributed by @softins)
|
98 | 95 |
|
| 96 | +- Build: Updated Windows Installer base (NSIS) to version 3.10 (#3254). |
| 97 | + (contributed by @app/github-actions) |
| 98 | + |
99 | 99 | - Build: Upgrade main macOS build to macOS 14 and Apple Silicon build (#3297).
|
100 | 100 | (contributed by @ann0see)
|
101 | 101 |
|
102 |
| -- Build: Place build files in separate directories instead of project root (#3299). |
| 102 | +- Autobuild: Build Linux releases on Ubuntu 20.04 instead of 18.04 (#3229). |
103 | 103 | (contributed by @softins)
|
104 | 104 |
|
105 | 105 | - Autobuild: Prevent CodeQL-induced build failures for MacOS (#3223).
|
106 | 106 | (contributed by @softins)
|
107 | 107 |
|
108 |
| -- Autobuild: Build Linux releases on Ubuntu 20.04 instead of 18.04 (#3229). |
109 |
| - (contributed by @softins) |
| 108 | +- Autobuild: Use notarytool instead of action for macOS notarization (#3352). |
| 109 | + (contributed by @ann0see) |
110 | 110 |
|
111 | 111 |
|
112 | 112 | ### 3.10.0 (2023-09-03) ###
|
|
0 commit comments