Skip to content

Commit 3622f6f

Browse files
committed
Update ChangeLog for r3_11_0rc1
1 parent 5227d1c commit 3622f6f

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed

ChangeLog

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,42 @@
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 ###
22

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)
115

126
- Client: Added "delete server" button to connect dialog (#3159).
137
(contributed by @pljones)
148

15-
- Client/Server: Display Qt versions for both build and runtime (#3231).
9+
- Client: Fixed the display of delete buttons on Mac (#3305).
1610
(contributed by @softins)
1711

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).
2213
(contributed by @softins)
2314

15+
- Client/Server: Improved start up logging (#3117).
16+
(contributed by @pljones)
17+
2418
- Server: Fix systemd ExecStart command line to support start/stop recording signal (#3187).
2519
(contributed by @rdica)
2620

2721
- Server: Only de-register on quit (#3302).
2822
(contributed by @pljones)
2923

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+
3027
- Android: save settings on app state change (#3144).
3128
(contributed by @pljones)
3229

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)
3532

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).
3740
(contributed by @weblate)
3841

3942
- Documentation: Improved link for Server CLI options (#3303).
@@ -45,68 +48,65 @@
4548
- Build: adds macOS signed pkg build automation (#2624).
4649
(contributed by @danryu)
4750

48-
- Build: Bump actions/checkout from 3 to 4 (#3168).
51+
- Build: Bump actions/cache from 3 to 4 (#3232).
4952
(contributed by @app/dependabot)
5053

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).
5255
(contributed by @app/dependabot)
5356

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-
6357
- Build: Bump actions/download-artifact from 3 to 4 (#3211).
6458
(contributed by @app/dependabot)
6559

66-
- Build: Bump github/codeql-action from 2 to 3 (#3212).
67-
(contributed by @app/dependabot)
68-
6960
- Build: Bump actions/upload-artifact from 3 to 4 (#3213).
7061
(contributed by @app/dependabot)
7162

7263
- Build: Bump DoozyX/clang-format-lint-action from 0.16 to 0.17 (#3215).
7364
(contributed by @app/dependabot)
7465

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)
7768

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).
7970
(contributed by @app/dependabot)
8071

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).
8273
(contributed by @softins)
8374

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)
8977

9078
- Build: Generate qm files and embedded resource during build (#3288).
9179
(contributed by @softins)
9280

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).
9491
(contributed by @softins)
9592

9693
- Build: Updated the build runner for iOS in Github from macos-11 to macos-12 (#3292).
9794
(contributed by @softins)
9895

96+
- Build: Updated Windows Installer base (NSIS) to version 3.10 (#3254).
97+
(contributed by @app/github-actions)
98+
9999
- Build: Upgrade main macOS build to macOS 14 and Apple Silicon build (#3297).
100100
(contributed by @ann0see)
101101

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).
103103
(contributed by @softins)
104104

105105
- Autobuild: Prevent CodeQL-induced build failures for MacOS (#3223).
106106
(contributed by @softins)
107107

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)
110110

111111

112112
### 3.10.0 (2023-09-03) ###

0 commit comments

Comments
 (0)