Skip to content

Release 3.7.0rc1 (r3_7_0rc1)

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 11:04
  • introduced new server lists: Any Genre 3, Choral/Barbershop (#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 (#919)

  • show --clientname as first word in title to avoid clipping in Windows task bar (#789)

  • improved Windows installer, coded by ann0see and doloopuntil (#792, #841)

  • support http links in the chat dialog, coded by hoffie (#879)

  • support Github actions for CodeQL, Autobuild, Publish Release,
    coded by pljones, nefarius2001, ann0see, ranfdev.

  • more detailed version number of unreleased version, coded by nefarius2001 (#475)

  • add new --serverpublicip option to support central servers behind NAT,
    coded by hoffie (#954)

  • replaced low-quality background image (fancy skin) of mixerboard, created by passing (#970)

  • Escape chat messages at the server. This will no longer allow html formated chat messages due to security reasons,
    coded by atsampson (#939)

  • Highlight the fact that the server is recording in the Mixerboard title (#968), coded by dcorson-ticino.com

  • Implement new --ctrlmidich syntax allowing to specify fader, pan, mute,
    solo buttons (#945). Implementation for mute&solo buttons for now is
    only for toggle controllers and does not support headless operation yet, coded by dakhubgit

  • Move ASIO Setup button on Windows below driver selection (#977), coded by mulyaj and ann0see

  • Gray out input levels and show a message if you're not connected to a server, coded by ann0see (#847, #983)

  • bug fix: remove ConsoleWriterFactory - to resolve suspected memory leak, coded by pljones (#926)

  • bug fix: fix crash if settings are changed in ASIO4ALL during a connection (contained in #796). Reverts #727 for Windows

  • Avoid screen from sleeping or starting screen saver for Mac, coded by jerogee (#834)

  • stop sending traffic to CloudFlare as part of the external IP detection
    logic (#633, #1092), suggested by atsampson, coded by hoffie

  • bug fix: properly restore mixer levels after reconnecting to a restarted
    server. This is a server-side fix. coded by hoffie (#955, #1010)

  • Improve update version detection, coded by softins (#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.

  • Windows installer interface now supports English, Dutch, French, German, Italian, Polish, Portuguese, Spanish and Swedish.

  • bug fix: Fixed some memory leaks in server recording, coded by softins (#1073)

  • bug fix: Adjusted some accelerator keys in translations to avoid duplication (#1165)

  • Release now builds .deb installation packages for Ubuntu/Debian, coded by ann0see (#1100)
    Compatible with Ubuntu 18.04 or later.

  • Release now builds experimental .apk installation packages for Android, coded by nefarius2001 (#880)

  • bug fix: Added missing driverInfo initialisation in Windows sound driver, coded by npostavs (#1194)