Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 16 additions & 22 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
- Central server addresses have been moved to the jamulus.io domain (#919).
The fischvolk.de addresses are deprecated.

- GUI: If a name is provided using --clientname, that name is shown first in the window title,
to avoid clipping in the Windows task bar (#789).
- GUI: If a name is provided using --clientname, that name is shown first in the window title, to avoid clipping in the Windows task bar (#789).

- GUI: Translations have been updated:
* Dutch, by @jerogee (#1110)
Expand All @@ -31,43 +30,42 @@
- Active recording state is now highlighted in the mixerboard title (#968).
(contributed by @dcorson-ticino-com)

- Client window makes it more obvious when not connected to a server by
graying out input levels and showing a message (#847, #983).
- Client window makes it more obvious when not connected to a server by graying out input levels and showing a message (#847, #983).
(contributed by @ann0see)

- Screensaver and screen blanking are now prevented on Macs (#834).
(contributed by @jerogee)

- Windows installer has been improved (#792, #841).
Note: If you are using ASIO4ALL, we strongly suggest that you take a screenshot
of your ASIO4ALL settings before upgrading. The installer will try its best to
migrate your settings, but it may fail to do so when using custom
installation paths.
(contributed by @ann0see and @doloopuntil)

- Windows installer interface now supports English, Dutch, French, German, Italian, Polish, Portuguese, Spanish and Swedish.
(contributed by @jerogee, @jujudusud, @ann0see, @dzpex, @SeeLook, @Snayler,
@melcon, @ignotus666 and @genesisproject2020)

- Windows ASIO Setup button placement has been improved to be below the driver
selection (#977).
- Windows ASIO Setup button placement has been improved to be below the driver selection (#977).
(contributed by @mulyaj and @ann0see)

- Chat dialog has gained support for auto-linking http addresses (#879).
(contributed by @hoffie)

- Chat messages no longer allow HTML-formatted chat messages due to security
reasons (#939).
- Chat messages no longer allow HTML-formatted chat messages due to security reasons (#939).
HTML formatting in Welcome messages will continue to work.
(contributed by @atsampson)

- Mixerboard background image quality in the Fancy skin has been improved (#970).
(contributed by @passing)

- MIDI controller logic has been improved to support fader, pan, mute and solo
buttons in --ctrlmidich syntax (#945).
- MIDI controller logic has been improved to support fader, pan, mute and solo buttons in --ctrlmidich syntax (#945).
Mute & solo buttons are only for toggle-type controllers and do not support
headless operation yet.
(contributed by @dakhubgit)

- Servers connected to central servers behind the same NAT can now be made
accessible to public clients via the newly added --serverpublicip option (#954).
- Servers connected to central servers behind the same NAT can now be made accessible to public clients via the newly added --serverpublicip option (#954).
(contributed by @hoffie)

- External IP detection no longer generates traffic to Cloudflare (#633, #1092).
Expand All @@ -79,23 +77,20 @@
suffix such as dev, beta or rc.
(contributed by @softins)

- Official Ubuntu/Debian packages are now built and published as part of the
release (#1100).
- Official Ubuntu/Debian packages are now built and published as part of the release (#1100).
The packages are compatible with Ubuntu 18.04 or later.
(contributed by @ann0see)

- Experimental .apk installation packages for Android are now provided (#880).
(contributed by @nefarius2001)

- Bug fix: A suspected memory leak has been solved by removing usage of
ConsoleWriterFactory (#926).
- Bug fix: A suspected memory leak has been solved by removing usage of ConsoleWriterFactory (#926).
(contributed by @pljones)

- Bug fix: A crash when settings are changed in ASIO4ALL during a connection
has been fixed (#796).
- Bug fix: Changing ASIO driver properties like switching input/outputs in ASIO4ALL now resets input/output channel mapping in Jamulus again (#796).
This was done to solve a bug with ASIO4ALL introduced in the last version.

- Bug fix: Fader levels, mute and solo state are now restored properly when reconnecting to a restarted
server (#955, #1010).
- Bug fix: Fader levels, mute and solo state are now restored properly when reconnecting to a restarted server (#955, #1010).
This is a server-side fix.
(contributed by @hoffie)

Expand All @@ -108,8 +103,7 @@
- Bug fix: Windows sound driver lacked driverInfo initialisation (#1194).
(coded by @npostavs)

- Internal build and release process have been re-designed, automated and
moved to Github.
- Internal build and release process have been re-designed, automated and moved to Github.
(contributed by @pljones, @nefarius2001, @ann0see, @ranfdev)

- Internal development builds now contain a detailed version number (#475).
Expand Down