Releases: jacktrip/jacktrip
Releases · jacktrip/jacktrip
2.7.2
What's Changed
- Log client name with UDP port by @mikedickey in #1454
- Don't crash when jack runs out of ports by @mikedickey in #1453
- Refuse to run if DYLD_INSERT_LIBRARIES is set on OSX by @mikedickey in #1455
- Added missing libqt6quickdialogs2-6 dependency for Debian/Ubuntu by @mikedickey in #1457
- Added missing qml6-module-qtquick-dialogs to apt command by @mikedickey in #1460
- Asked GPT-5 to write docs on the network protocol by @mikedickey in #1462
- Fixing build issues with cmake compat and pkgconfig by @mikedickey in #1465
- Regulator updates to further minimize unnecessary glitches by @mikedickey in #1464
- Bump version and update changelog for 2.7.2 release by @mikedickey in #1466
- Merging dev to main for 2.7.2 release by @mikedickey in #1467
Full Changelog: v2.7.1...v2.7.2
2.7.1
What's Changed
- Adding Visual C++ redistributable to Windows installer by @mikedickey in #1443
- Fix broken uninstall on windows by @mikedickey in #1444
- Don't uninstall the Visual C++ redistributable by @mikedickey in #1445
- Fixes for new Windows installer by @mikedickey in #1446
- Try using runneradmin path recommended by ssl.com for CKA by @mikedickey in #1447
- Fix issue with Windows installers not handling beta releases properly by @mikedickey in #1448
- Update version and changelog for 2.7.1 release by @mikedickey in #1449
- Release 2.7.1 by @mikedickey in #1450
- Fixing race condition in dblsqd updater logic by @mikedickey in #1451
- Release 2.7.0 Take 2 by @mikedickey in #1452
Full Changelog: v2.7.0...v2.7.1
2.7.0
What's Changed
- Revert "Temporarily reverting qt 6.8 upgrade for another 2.5.x release" by @mikedickey in #1417
- Updating version and docs for WIP 2.7.0-beta0 by @mikedickey in #1418
- Attempting to blacklist more iPhone microphones by @mikedickey in #1421
- Reworking webengine configuration by @mikedickey in #1422
- Adding modal to select what screen or window you would like to share by @mikedickey in #1423
- VS Mode shows too many options for stereo devices by @mikedickey in #1424
- Adding some missing files to windows installer by @mikedickey in #1425
- Fixing order of destruction to fix seg fault when shutting down by @mikedickey in #1427
- Adding Audio Unit v2 version of the JackTrip Audio Bridge by @mikedickey in #1428
- Fix sample rate conversion in Audio Unit plugin by @mikedickey in #1429
- Fix mLastSeqNumIn when packets arrive out of order by @mikedickey in #1431
- Fixing lockups with some VST hosts on Windows by @mikedickey in #1433
- Display friendlier error message when audio interface is disconnected by @mikedickey in #1432
- Updating AudioSockets to eliminate dependency on QApplication by @mikedickey in #1434
- Only use glitches for increasing auto headroom by @mikedickey in #1436
- Don't glitch on the first good packet if previous was a glitch by @mikedickey in #1437
- Accelerate increases to auto headroom when we know it will help by @mikedickey in #1438
- Conditionally include onDesktopMediaRequested based on Qt version by @mikedickey in #1439
- Fixing some issues with auto button for audio quality slider by @mikedickey in #1440
- Fix potential double delete in volume meters by @mikedickey in #1441
- Release 2.7.0 by @mikedickey in #1442
Full Changelog: v2.6.0...v2.7.0
2.7.0-beta2
What's Changed
- Fixing order of destruction to fix seg fault when shutting down by @mikedickey in #1427
- Adding Audio Unit v2 version of the JackTrip Audio Bridge by @mikedickey in #1428
- Fix sample rate conversion in Audio Unit plugin by @mikedickey in #1429
- Fix mLastSeqNumIn when packets arrive out of order by @mikedickey in #1431
- Fixing lockups with some VST hosts on Windows by @mikedickey in #1433
- Display friendlier error message when audio interface is disconnected by @mikedickey in #1432
- Updating AudioSockets to eliminate dependency on QApplication by @mikedickey in #1434
- Only use glitches for increasing auto headroom by @mikedickey in #1436
- Don't glitch on the first good packet if previous was a glitch by @mikedickey in #1437
- Accelerate increases to auto headroom when we know it will help by @mikedickey in #1438
Full Changelog: v2.7.0-beta1...v2.7.0-beta2
2.7.0-beta1
What's Changed
- Don't reset studioToJoin when going to the device settings page by @mikedickey in #1386
- Fix for building with cmake and vs mode by @mikedickey in #1388
- Fix for -Dlibsamplerate=disabled by @mikedickey in #1389
- Support for changing host by @nwang92 in #1391
- meson: support libsamplerate as system dependency by @ntonnaett in #1375
- Bumping builds to start using qt 6.8.2 by @mikedickey in #1387
- Fixing regressions that kick you out of a studio by @mikedickey in #1392
- Always use 7zip on windows, since the choco zip package is flaky by @mikedickey in #1393
- Ignore timestamps recording in gzip metadata by @Antiz96 in #1394
- Adding osc endpoint to get latencies for connected clients by @mikedickey in #1395
- Send OSC response for client latencies without using an array by @mikedickey in #1396
- Adding stats for audio interface input and output by @mikedickey in #1397
- Updates to sync ui with pending ingress jitter buffer changes by @mikedickey in #1398
- Bumping jitter thresholds for connection quality classification by @mikedickey in #1399
- Always allow selection between mono/stereo/mixtomono when > 1 channels by @mikedickey in #1401
- Add support for Linux on aarch64 and armv7 by @WhyNotHugo in #1405
- Replacing qDebug() with cout for Audio Socket reconnect by @mikedickey in #1406
- Temporarily reverting qt 6.8 upgrade for another 2.5.x release by @mikedickey in #1408
- Merge main to dev to pull in fixes by @mikedickey in #1409
- Bumping version and updating changelog for 2.5.2 release by @mikedickey in #1410
- Don't reset device warnings and errors when stopping audio by @mikedickey in #1411
- Fix 2.5.1 version YAML for changelog by @mikedickey in #1412
- Allow higher latency when using PLC auto headroom by @mikedickey in #1413
- Wait for authentication to finish before refreshing studios by @mikedickey in #1414
- Temporarily disabling support for feedback detection in meson builds by @mikedickey in #1415
- VS Mode improvements to audio quality override settings by @mikedickey in #1416
- Revert "Temporarily reverting qt 6.8 upgrade for another 2.5.x release" by @mikedickey in #1417
- Updating version and docs for WIP 2.7.0-beta0 by @mikedickey in #1418
- Attempting to blacklist more iPhone microphones by @mikedickey in #1421
- Reworking webengine configuration by @mikedickey in #1422
- Adding modal to select what screen or window you would like to share by @mikedickey in #1423
- VS Mode shows too many options for stereo devices by @mikedickey in #1424
- Adding some missing files to windows installer by @mikedickey in #1425
New Contributors
- @Antiz96 made their first contribution in #1394
- @WhyNotHugo made their first contribution in #1405
Full Changelog: v2.5.1...v2.7.0-beta1
2.6.0
What's Changed
- Don't reset studioToJoin when going to the device settings page by @mikedickey in #1386
- Fix for building with cmake and vs mode by @mikedickey in #1388
- Fix for -Dlibsamplerate=disabled by @mikedickey in #1389
- Support for changing host by @nwang92 in #1391
- meson: support libsamplerate as system dependency by @ntonnaett in #1375
- Bumping builds to start using qt 6.8.2 by @mikedickey in #1387
- Fixing regressions that kick you out of a studio by @mikedickey in #1392
- Always use 7zip on windows, since the choco zip package is flaky by @mikedickey in #1393
- Ignore timestamps recording in gzip metadata by @Antiz96 in #1394
- Adding osc endpoint to get latencies for connected clients by @mikedickey in #1395
- Send OSC response for client latencies without using an array by @mikedickey in #1396
- Adding stats for audio interface input and output by @mikedickey in #1397
- Updates to sync ui with pending ingress jitter buffer changes by @mikedickey in #1398
- Bumping jitter thresholds for connection quality classification by @mikedickey in #1399
- Always allow selection between mono/stereo/mixtomono when > 1 channels by @mikedickey in #1401
- Add support for Linux on aarch64 and armv7 by @WhyNotHugo in #1405
- Replacing qDebug() with cout for Audio Socket reconnect by @mikedickey in #1406
- Temporarily reverting qt 6.8 upgrade for another 2.5.x release by @mikedickey in #1408
- Merge main to dev to pull in fixes by @mikedickey in #1409
- Bumping version and updating changelog for 2.5.2 release by @mikedickey in #1410
- Don't reset device warnings and errors when stopping audio by @mikedickey in #1411
- Fix 2.5.1 version YAML for changelog by @mikedickey in #1412
- Allow higher latency when using PLC auto headroom by @mikedickey in #1413
- Wait for authentication to finish before refreshing studios by @mikedickey in #1414
- Temporarily disabling support for feedback detection in meson builds by @mikedickey in #1415
- VS Mode improvements to audio quality override settings by @mikedickey in #1416
- Merge dev to main for upcoming 2.6.0 release by @mikedickey in #1407
New Contributors
- @Antiz96 made their first contribution in #1394
- @WhyNotHugo made their first contribution in #1405
Full Changelog: v2.5.1...v2.6.0
2.5.1
What's Changed
- Ensure that studio data is fresh before connecting by @mikedickey in #1382
- Merge dev to main for 2.5.1 release by @mikedickey in #1383
- Fix regression with reconnecting JackTrip audio during live session by @mikedickey in #1384
- Fix for display of failed message screen during startup on Linux by @mikedickey in #1385
Full Changelog: v2.5.0...v2.5.1
2.5.0
What's Changed
- Show open privacy button when microphone permission denied on mac by @nwang92 in #1340
- Fixes for cmake builds by @psiborg112 in #1342
- Upgrade MacOS GitHub Actions runners to 13 by @mikedickey in #1343
- adjust broadcast queue length so that time duration matches across all clients by @mikedickey in #1344
- Work-around for broken base64 on macos 13 by @mikedickey in #1345
- Close feedback dialog on window change by @nwang92 in #1346
- Add structured feedback fields by @nwang92 in #1347
- A few updates for osc server support by @mikedickey in #1351
- Adding OSC config server by @nwang92 in #1350
- Include externals directory when building jacktrip container by @mikedickey in #1353
- Refresh Access Token Automatically When Keeping App Open For Long Durations by @dhing1024 in #1354
- Refactoring reusable local socket server out of vsDeeplink by @mikedickey in #1352
- Prefer glitch count to skipped for increasing headroom by @mikedickey in #1355
- Moving Adjust Latency advanced setting into device settings by @mikedickey in #1356
- Increase UDP wait timeout to 512ms by @mikedickey in #1357
- Feature/increase latency slider 250ms by @mikedickey in #1358
- Use Cookies For Authorization by @dhing1024 in #1348
- Adding support to build for Linux using a Docker container by @mikedickey in #1359
- Make sure that classic mode support is included in OSX builds by @mikedickey in #1360
- Add cookies for localhost when running in test mode by @mikedickey in #1361
- Fixing longTermMax stats corruption in Regulator by @mikedickey in #1365
- About fix by @psiborg112 in #1362
- Fix for using docker build cloud in labs builds by @mikedickey in #1366
- Fix for missing dbus-devel in rhel builds by @mikedickey in #1367
- Fix for audio devices that contain a comma by @psiborg112 in #1364
- JackTrip Audio Bridge VST3 Plugin by @mikedickey in #1368
- Fix bug preventing logout from virtual studio mode by @mikedickey in #1371
- Sample rate conversion for audio sockets by @mikedickey in #1370
- Replacing Receive and Passthrough knobs with Mix and Gain by @mikedickey in #1372
- Fix for missing cmake in dockerfile by @mikedickey in #1373
- Adding Output to plugin knob labels by @mikedickey in #1374
- Removing the extra Gain dial from audio bridge interface by @mikedickey in #1376
- RtAudioInterface support for sample rate conversion by @mikedickey in #1377
- Updating version and changelog for 2.5.0 release by @mikedickey in #1378
- Merging dev to main for 2.5.0 release by @mikedickey in #1379
Full Changelog: v2.4.1...v2.5.0
2.5.0-beta3
What's Changed
- Adding Output to plugin knob labels by @mikedickey in #1374
- Removing the extra Gain dial from audio bridge interface by @mikedickey in #1376
- RtAudioInterface support for sample rate conversion by @mikedickey in #1377
Full Changelog: v2.5.0-beta2...v2.5.0-beta3
2.5.0-beta2
What's Changed
- Fix bug preventing logout from virtual studio mode by @mikedickey in #1371
- Sample rate conversion for audio sockets by @mikedickey in #1370
- Replacing Receive and Passthrough knobs with Mix and Gain by @mikedickey in #1372
- Fix for missing cmake in dockerfile by @mikedickey in #1373
Full Changelog: v2.5.0-beta1...v2.5.0-beta2