Skip to content

Commit cce5ba5

Browse files
committed
Update ChangeLog for 3.12.0beta4
1 parent 166f4eb commit cce5ba5

1 file changed

Lines changed: 70 additions & 22 deletions

File tree

ChangeLog

Lines changed: 70 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,38 @@
11
### 3.11.0dev <- NOTE: the release version number will be 3.12.0 ###
22

3-
- Translations updated from Hosted Weblate (#3441, #3388).
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)
8+
9+
- Client: Bug: Fix missing variables passed to connect dialog (#3578).
10+
(contributed by @ann0see)
11+
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).
25+
(contributed by @pljones)
26+
27+
- Added Japanese translation (ja_JP) (#3568).
28+
(contributed by @tsukurun)
29+
30+
- Translations updated from Hosted Weblate (#3540, #3453, #3441, #3388).
431
(contributed by @weblate)
532

33+
- Client: Fix sorting of version number in connect dialog with --showallservers (#3557).
34+
(contributed by @softins)
35+
636
- Client: Display version for each server in the Connect dialog (#3416).
737
(contributed by @softins)
838

@@ -18,18 +48,12 @@
1848
- Client: Added native MIDI support to the ASIO (non-Jack) Windows build (#3431).
1949
(contributed by @softins)
2050

21-
- Client RPC: Added jamulusclient/pollServerList methods and jamulusclient/receivedServerList notification to JSON-RPC interface (#3479).
22-
(contributed by @ann0see)
23-
2451
- Server: Disabled swap memory usage on Linux (#3381).
2552
(contributed by @dtinth)
2653

2754
- 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).
2855
(contributed by @ann0see)
2956

30-
- Server RPC: Added jamulusserver/setDirectory request (#3533).
31-
(contributed by @pljones)
32-
3357
- Windows: Avoid screensaver or sleeping if connected to a server (#3498).
3458
(contributed by @ann0see)
3559

@@ -53,38 +77,62 @@
5377
- iOS: Fix crash on Qt6 after closing the chat window (#3413).
5478
(contributed by @ann0see)
5579

56-
- Dependencies: Updated Opus library to v1.5.2 (#3409).
80+
- Tools: checkkeys.pl now automatically finds the translation directory (#3590).
5781
(contributed by @softins)
5882

59-
- Build: Updated bundled Qt6 to version 6.9.1 (#3407).
60-
(contributed by @app/github-actions)
83+
- Tools: updated checkkeys.pl to use XML::LibXML (#3558).
84+
(contributed by @softins)
6185

62-
- Build: Updated bundled Qt6 to version 6.7.3 (#3262).
63-
(contributed by @app/github-actions)
86+
- Tools: added improvements to changelog-helper.sh (#3459).
87+
(contributed by @softins)
6488

65-
- Build: Updated Windows Installer base (NSIS) to version 3.11 (#3483).
66-
(contributed by @app/github-actions)
89+
- Tools: Added missing Makefile.in files to Opus 1.5.2 distro (#3488).
90+
(contributed by @softins)
91+
92+
- Build: Updated Opus library to v1.5.2 (#3409).
93+
(contributed by @softins)
6794

6895
- Build: Upgrade Android Runner to Ubuntu 22.04 (#3444).
6996
(contributed by @ann0see)
7097

7198
- Build: Switch Linux ARM builds to be built on arm runners (#3470).
7299
(contributed by @ann0see)
73100

74-
- Build: Bump DoozyX/clang-format-lint-action from 0.18.2 to 0.20 (#3490).
101+
- Build: Provide continued legacy macOS support (but moving Sierra to High Sierra as minimum target) (#3579).
102+
(contributed by @pljones)
103+
104+
- Build: Updated the Github build runner for MacOS Legacy to macos-13 (#3436).
105+
(contributed by @softins)
106+
107+
- Build: Updated bundled Qt6 to version 6.9.1 (iOS 6.7.3) (#3407, #3262).
108+
(contributed by @app/github-actions)
109+
110+
- Build: Updated Windows Installer base (NSIS) to version 3.11 (#3483).
111+
(contributed by @app/github-actions)
112+
113+
- Build: Updated create-dmg (macOS) to version 1.2.3 (#3561).
114+
(contributed by @app/github-actions)
115+
116+
- Build: Bump actions/checkout from 4 to 6 (#3566).
75117
(contributed by @app/dependabot)
76118

77-
- Build: Bump DoozyX/clang-format-lint-action from 11b773b1598aa4ae3b32f023701bca5201c3817d to c71d0bf4e21876ebec3e5647491186f8797fde31 (#3368).
119+
- Build: Bump github/codeql-action from 3 to 4 (#3549).
78120
(contributed by @app/dependabot)
79121

80-
- Build: Updated the Github build runner for MacOS Legacy to macos-13 (#3436).
81-
(contributed by @softins)
122+
- Build: Bump actions/cache from 4 to 5 (#3574).
123+
(contributed by @app/dependabot)
82124

83-
- Internal: added improvements to changelog-helper.sh (#3459).
84-
(contributed by @softins)
125+
- Build: Bump actions/upload-artifact from 4 to 6 (#3576).
126+
(contributed by @app/dependabot)
85127

86-
- Internal: Added missing Makefile.in files to Opus 1.5.2 distro (#3488).
87-
(contributed by @softins)
128+
- Build: Bump actions/download-artifact from 4 to 7 (#3575).
129+
(contributed by @app/dependabot)
130+
131+
- Build: Bump DoozyX/clang-format-lint-action from 0.18.2 to 0.20 (#3490).
132+
(contributed by @app/dependabot)
133+
134+
- Build: Bump DoozyX/clang-format-lint-action from 11b773b1598aa4ae3b32f023701bca5201c3817d to c71d0bf4e21876ebec3e5647491186f8797fde31 (#3368).
135+
(contributed by @app/dependabot)
88136

89137

90138
### 3.11.0 (2024-09-21) ###

0 commit comments

Comments
 (0)