Releases: softins/jamulus
Release 3.10.0 (r3_10_0)
-
Build: Mac: Keep the signing-related keychain unlocked (jamulussoftware#2927).
(contributed by @hoffie) -
Build: Updated bundled Qt6 to version 6.5.1 (jamulussoftware#3070).
(contributed by @github-actions) -
Docs: Added JSON-RPC server connection tips (jamulussoftware#3101).
(contributed by @mcfnord) -
Translation: Added trebmuh to create-translation-issues.sh (jamulussoftware#3147).
(contributed by @jujudusud) -
GUI: Fix some accelerator key conflicts, and fix ellipses in Norwegian (jamulussoftware#3156).
(contributed by @softins) -
Client: (Refactor) Prevent multiplication result converting to larger type (jamulussoftware#3164).
(contributed by @softins) -
Client: Added SRV-based virtual hosting support (jamulussoftware#2930).
(contributed by @hoffie) -
Server: Improved
--serverinfo
argument validation (jamulussoftware#2951).
(contributed by @hoffie, @pljones) -
Server: ISO country codes can now be supplied in upper or lower case (jamulussoftware#2934).
(contributed by @Rob-NY) -
Server: Use native file selection dialog for recording directory and persistence file to allow read and write access outside of the macOS sandbox (jamulussoftware#3009).
(contributed by @ann0see) -
Server: Rename
--directoryserver
to--directoryaddress
(and internal changes) (jamulussoftware#3017).
(contributed by @pljones) -
Server: Save the HTML formatting in Server Welcome Message. (Applies to the GUI Server.) (jamulussoftware#3058).
(contributed by @pljones) -
Windows: Windows 64bit releases use Qt 6.5.2 now. Jamulus will from now on only support Windows 10 and above (jamulussoftware#2300).
(contributed by @hoffie) -
Linux: Debian users can now use the official PPA to get automatic updates. See the Linux install page on jamulus.io for more information (jamulussoftware#3013).
(contributed by @ann0see) -
Mac: The legacy build now uses the macOS 13.1 SDK which is unsupported by Qt 5.9.9. We still provide the legacy build, but from now on consider it as deprecated. You are advised to upgrade your OS (jamulussoftware#3066).
(contributed by @ann0see) -
Mac: Enable dark-mode support on non legacy builds (jamulussoftware#2833, jamulussoftware#3008).
(contributed by @ann0see) -
Mac: Fixed building Jamulus via Xcode (jamulussoftware#3076).
(contributed by @ann0see) -
Android: Updated Oboe to version 1.7.0 (jamulussoftware#3000).
(contributed by @ann0see) -
Android: Fixed a crash on session startup that occurs on many devices (jamulussoftware#2905).
(contributed by @danryu) -
iOS: Build App with higher SDK version (jamulussoftware#3073).
(contributed by @ann0see) -
GUI: Make checkboxes self-labelling (jamulussoftware#2996).
(contributed by @pljones) -
RPC: Added new command line switch (
--jsonrpcbindip
) to specify the bind address for the RPC server (jamulussoftware#2917).
(contributed by @Rob-NY) -
RPC: jamulusserver/getClients method expanded to include all elements of a user profile as well as the number of active client connections (jamulussoftware#2918).
(contributed by @Rob-NY) -
RPC: Rename
directoryServer
todirectory
injamulusserver/getServerProfile
response (jamulussoftware#3048).
(contributed by @pljones) -
Translations have been updated (jamulussoftware#3158, jamulussoftware#3155, jamulussoftware#3119, jamulussoftware#3150, jamulussoftware#3113, jamulussoftware#3059, jamulussoftware#2921, jamulussoftware#2923, jamulussoftware#2998):
(mainly translated on @weblate by multiple translators)- Chinese, by @yangyangdaji, @cup113, @BLumia, @SoulGI, @MarongHappy, Kingo Bingo
- Dutch, by @henkdegroot, @jerone
- French, by @trebmuh, @jujudusud, @cosas
- German, by @ann0see, Ettore Atalan, Iva Hristova, Katja Flinzner
- Italian, by @dzpex, Gico2006, Massimo Pissarello
- Korean, by @MarongHappy
- Norwegian Bokmål, by @comradekingu, Wdt@.+_-
- Polish, by @gnu-ewm, @C10udburst
- Portuguese Brazilian, by @melcon, @gbonaspetti, @adoniasalmeida, Zer0-Zer0, @fnogcps
- Portuguese European, by @melcon
- Spanish, by @ignotus666, gallegonovato
- Swedish, by @Skarvinius
-
Translation: Document translation process shift to Weblate. Translators can from now one use Weblate for translations (jamulussoftware#2880).
(contributed by @ann0see) -
Docs: Removed docs/RELATED-PROJECTS.md from repository. The up to date version is now on jamulus.io (jamulussoftware#3091).
(contributed by @mcfnord) -
Updated Opus to v1.4 (jamulussoftware#3099)
(contributed by @ann0see) -
Build: Updated bundled Qt6 to version 6.5.2 (jamulussoftware#3110).
(contributed by @app/github-actions) -
Build: Updated Windows Installer base (NSIS) to version 3.09 (jamulussoftware#3097).
(contributed by @app/github-actions) -
Build: Updated build dependencies: maxim-lobanov/setup-xcode to 1.5.1 (jamulussoftware#2936), DoozyX/clang-format-lint-action to 0.16 (jamulussoftware#3053), dev-drprasad/delete-tag-and-release to 0885ecc4123e071dd1a8be04d3a0578f5390581c (jamulussoftware#3027).
(contributed by @app/dependabot) -
Build: Enabled signing of macOS binary if a self signed certificate is given (jamulussoftware#2944).
(contributed by @ann0see) -
Build: macOS now uses the 13.1 SDK for better compatibility with modern macOS versions (jamulussoftware#3106)
(contributed by @ann0see) -
Build: Updated clang version to Ubuntu LTS version (jamulussoftware#3020).
(contributed by @pljones) -
Build: Updated bundled JACK (Windows-only) to version 1.9.22 (jamulussoftware#3031).
(contributed by @ann0see) -
Autobuild: Hardened detection of QT 5 builds for macOS and iOS (jamulussoftware#3057).
(contributed by @ann0see) -
Autobuild: Modernised/fixed some Python and added linting to CI (jamulussoftware#3052).
(contributed by @declension) -
Refactor: use
size_t
for vector and array indexes that must not be negative (jamulussoftware#2893).
(contributed by @pljones) -
Internal: Moved main branch from
master
tomain
. If you compile Jamulus from source, you will need to update your local repository. See discussion #2984 for more information. (jamulussoftware#2840)
(contributed by @pljones, @ann0see) -
Internal: Clarified licensing terms for Autobuild scripts (jamulussoftware#3077).
(contributed by @ann0see) -
Internal: Use native gh command for release management and uploading artefacts (jamulussoftware#3075).
(contributed by @ann0see) -
Internal: Include HTML in strDirectoryTypeWT to make translation easier (jamulussoftware#2894).
(contributed by @pljones) -
Internal: Renamed English translation file of windows installer to
en_GB
(jamulussoftware#2929).
(contributed by @ann0see) -
Internal: Fix C++ build warnings regarding copy constructor and assignment functions (jamulussoftware#2946).
(contributed by @hoffie) -
Internal: Reduced permissions in Autobuild for security hardening (jamulussoftware#2953).
(contributed by @ann0see) -
Internal: The JACK build will now install directly from the JACK GitHub repository (jamulussoftware#3003, jamulussoftware#3014).
(contributed by @ann0see) -
Internal: Improved Qt Creator 5 compliance of Jamulus.pro (jamulussoftware#3010).
(contributed by @pljones) -
Internal: Improved maintainability of Jamulus.pro by using global definitions (jamulussoftware#3046).
(contributed by @ann0see)
Release 3.6.2dev-c3a7d20 (r0_0_0_3_7_0beta5)
-
introduced new server lists: Any Genre 3, Choral/Barbershop (jamulussoftware#875),
also renamed Default to Any Genre 1, Any Genre to Any Genre 2,
and Classical/Folk/Choral to Classical/Folk. -
central server addresses are now in jamulus.io instead of fischvolk.de (jamulussoftware#919)
-
show --clientname as first word in title to avoid clipping in Windows task bar (jamulussoftware#789)
-
improved Windows installer, coded by ann0see and doloopuntil (jamulussoftware#792, jamulussoftware#841)
-
support http links in the chat dialog, coded by hoffie (jamulussoftware#879)
-
support Github actions for CodeQL, Publish Release, Autobuild Flatpak,
coded by pljones, nefarius2001, ann0see, ranfdev. -
more detailed version number of unreleased version, coded by nefarius2001 (jamulussoftware#475)
-
add new --serverpublicip option to support central servers behind NAT,
coded by hoffie (jamulussoftware#954) -
replaced low-quality background image (fancy skin) of mixerboard (jamulussoftware#970)
-
Escape chat messages at the server. This will no longer allow html formated chat messages due to security reasons (jamulussoftware#939)
-
Highlight the fact that the server is recording in the Mixerboard title (jamulussoftware#968), coded by dcorson-ticino.com
-
Implement new --ctrlmidich syntax allowing to specify fader, pan, mute,
solo buttons (jamulussoftware#945). Implementation for mute&solo buttons for now is
only for toggle controllers and does not support headless operation yet. -
Move ASIO Setup button on Windows below driver selection (jamulussoftware#977), coded by mulyaj and ann0see
-
Gray out input levels and show a message if you're not connected to a server (jamulussoftware#847)
-
bug fix: remove ConsoleWriterFactory - to resolve suspected memory leak (jamulussoftware#926)
-
bug fix: fix crash if settings are changed in ASIO4ALL during a connection (contained in jamulussoftware#796). Reverts jamulussoftware#727 for Windows
-
Avoid screen from sleeping or starting screen saver for Mac (jamulussoftware#834)
-
stop sending traffic to CloudFlare as part of the external IP detection
logic (jamulussoftware#633, jamulussoftware#1092), suggested by atsampson, coded by hoffie -
bug fix: properly restore mixer levels after reconnecting to a restarted
server. updating the server or the client is sufficient to fix this. coded
by hoffie (jamulussoftware#955, jamulussoftware#1009, jamulussoftware#1010) -
Improve update version detection (jamulussoftware#1155)
Check two servers instead of one (updatecheck1.jamulus.io and updatecheck2.jamulus.io).
Ignore the server version if it is not a release, due to a suffix such as dev, alpha or beta.