jamulus
jamulus copied to clipboard
Jamulus enables musicians to perform real-time jam sessions over the internet.
This automated Pull Request updates the used **Qt6** version to version **6.7.2**. This PR was opened by the workflow *Bump dependencies* (*create-prs*) CHANGELOG: Build: Updated bundled Qt6 to version 6.7.2
This automated Pull Request updates the used **aqt** version to version **3.1.15**. This PR was opened by the workflow *Bump dependencies* (*create-prs*) CHANGELOG: SKIP
**Short description of changes** Refactoring: pass `CHostAddress` read-only parameters as const references instead of by value, except for signals and slots. CHANGELOG: Internal: changed passing of some `CHostAddress` parameters to...
**What is the current behaviour and why should it be changed?** Currently, the build chain states the target platform for each artifact built: For example, https://github.com/jamulussoftware/jamulus/pull/3262:  However, specifically in...
Bumps [lando/notarize-action](https://github.com/lando/notarize-action) from 4f5869b09386e8336802159031e4189e0919ae20 to bd2f055b8685623053d14594e9c5742c912befaf. Changelog Sourced from lando/notarize-action's changelog. v2.0.2 - June 17, 2023 Switched release flow over to @lando/prepare-release-action v2.0.1 - April 27, 2023 Added guard around...
This automated Pull Request updates the used **NSIS** version to version **3.10**. This PR was opened by the workflow *Bump dependencies* (*create-prs*) CHANGELOG: Build: Updated Windows Installer base (NSIS) to...
**Short description of changes** Adds JSON-RPC notification of server lists from directories. Allows polling a directory for this info. CHANGELOG: Added jamulusclient/pollServerList methods and jamulusclient/receivedServerList notification to JSON-RPC interface. **Context:...
I added a horizontal box layout which include the box and the delete button. I wrote a fonction to implement the delete button. It works well when we change the...
_Originally posted by @ann0see in https://github.com/jamulussoftware/jamulus/pull/3194#pullrequestreview-1970350884_ I'd not do it this way. Modify the files in this folder instead: https://github.com/jamulussoftware/jamulus/tree/main/linux/debian Add an empty .html file to the directory. Add the...
I checked manifest file of android it's supporting following version android:targetSdkVersion="28 But currently Android 34 is launched in market so please migrate project for targetSdkVersion =34