Skip to content

Releases: pljones/jamulus

Release 3.7.0rc2 (r3_7_0rc2)

16 Mar 09:08
Compare
Choose a tag to compare
Pre-release

Release 3.7.0rc1 (r3_7_0rc1)

10 Mar 19:07
Compare
Choose a tag to compare
Pre-release
  • 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, Autobuild, Publish Release,
    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, created by passing (jamulussoftware#970)

  • Escape chat messages at the server. This will no longer allow html formated chat messages due to security reasons,
    coded by atsampson (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, coded by dakhubgit

  • 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, coded by ann0see (jamulussoftware#847, jamulussoftware#983)

  • bug fix: remove ConsoleWriterFactory - to resolve suspected memory leak, coded by pljones (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, coded by jerogee (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. This is a server-side fix. coded by hoffie (jamulussoftware#955, jamulussoftware#1010)

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

  • 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 (jamulussoftware#1073)

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

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

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

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

Release 3.6.2dev-6e630f4 (r3_7_0beta3)

19 Feb 19:34
6e630f4
Compare
Choose a tag to compare
Pre-release
  • 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