|
1 | 1 | ### 3.12.1dev <- NOTE: the release version number will be 4.0.0 ### |
2 | 2 |
|
| 3 | +- Optimize Images (#3539). |
| 4 | + (contributed by @ann0see) |
| 5 | + |
| 6 | +- Added uncompressed audio transmission - dedicated to the memory of Hans Petter Selasky (1982 - 2023) (#3653). |
| 7 | + (contributed by @dingodoppelt) |
| 8 | + |
| 9 | +- Internals: fix deprecation warnings in threadpool.h for C++17 onwards (#3681). |
| 10 | + (contributed by @softins) |
| 11 | + |
| 12 | +- Make server version string searchable (#3693). |
| 13 | + (contributed by @dingodoppelt) |
| 14 | + |
| 15 | +- Introduce Directory Server in Asia. This replaces Any Genre 3. Asian/Australian users should from now on use Any Genre Asia (#3697). |
| 16 | + (contributed by @ann0see) |
| 17 | + |
| 18 | +- Move internal domains from jamulus.io to jamulus.app as .io domains have an unclear future (#3701). |
| 19 | + (contributed by @ann0see) |
| 20 | + |
| 21 | +- Updated copyright to incorporate AGPL3.0+ (#3712). |
| 22 | + (contributed by @pljones) |
| 23 | + |
| 24 | +- Bugfix: Provide a working location for famfamfam flags (#3722). |
| 25 | + (contributed by @pljones) |
| 26 | + |
| 27 | +- Request and receive server features by connection-less message (#3727). |
| 28 | + (contributed by @pljones) |
| 29 | + |
| 30 | +- Bugfix: Fix memory leak for audio alerts (#3728). |
| 31 | + (contributed by @ann0see) |
| 32 | + |
| 33 | +- Refactor server chat handling by extracting methods (#3741). |
| 34 | + (contributed by @dingodoppelt) |
| 35 | + |
3 | 36 | - Add uncompressed audio transmission - dedicated to the memory of Hans Petter Selasky (1982 - 2023) |
4 | 37 | (contributed by @dingodoppelt) |
5 | 38 |
|
| 39 | +- Client: Ensure INI file settings are loaded before doing -c/--connect startup (#3738). |
| 40 | + (contributed by @seanogdelaney) |
| 41 | + |
| 42 | +- Client/Server: Enable IPv6 by default if supported by host. Provide option to disable manually (#3720). |
| 43 | + (contributed by @softins) |
| 44 | + |
| 45 | +- Server: Report OS as Unix if not Windows, Mac, iOS, Android or Linux (#3699). |
| 46 | + (contributed by @softins) |
| 47 | + |
| 48 | +- Server: Optimize mixing (#3706). |
| 49 | + (contributed by @ann0see) |
| 50 | + |
| 51 | +- Server: Removed HTML status file support and -m/--htmlstatus option (#3721). |
| 52 | + (contributed by @softins) |
| 53 | + |
| 54 | +- Internal: Removed unused array to silence compiler warning (#3717). |
| 55 | + (contributed by @softins) |
| 56 | + |
| 57 | + |
6 | 58 | ### 3.12.1 (2026-05-17) ### |
7 | 59 |
|
8 | 60 | - Client: Fix occasional spurious version updated message display (#3691). |
|
0 commit comments