jamulus
jamulus copied to clipboard
Jamulus enables musicians to perform real-time jam sessions over the internet.
**Short description of changes** This PR adds a workflow which automatically checks many of our pinned third-party dependencies which cannot be handled easily by dependabot. It currently covers: - [x]...
**Short description of changes** External dependencies should only be updated after manual review for security reasons (#1737). In addition, they need to be stable during the release process. - dev-drprasad/delete-tag-and-release...
**Short description of changes** Another maintenance upgrading PR. CHANGELOG: Windows: Upgraded JACK build to use JACK 1.9.21 **Context: Fixes an issue?** No. **Does this change need documentation? What needs to...
### Discussed in https://github.com/orgs/jamulussoftware/discussions/2768 Originally posted by **rdica** August 1, 2022 This was first reported to me from an associate using Jamulus 3.9.0 MacOS Monterey. I upgraded my client on...
**Describe the bug** GitHub is deprecating the use of macOS Catalina: https://github.com/actions/virtual-environments/issues/5583 We'll need to update soon to still support the legacy build. **To Reproduce** / **Expected behavior** / **Screenshots**...
**Short description of changes** This PR enables Github's dependabot for Github Action Workflows. Example PRs: - https://github.com/hoffie/jamulus/pull/93 - https://github.com/hoffie/jamulus/pull/94 - https://github.com/hoffie/jamulus/pull/95 - https://github.com/hoffie/jamulus/pull/96 CHANGELOG: SKIP **Context: Fixes an issue?** Related:...
**Short description of changes** - CI: Fix caching of NSIS & ASIO installations Previously, we were caching the wrong directories for NSIS/ASIO. Therefore, the cache never hit and wasn't effective...
**Short description of changes** DO NOT MERGE! **Context: Fixes an issue?** No. Just moves files out of the platform specific folders into src/res, libs/ or specific folders in src/. **Does...
**What is the current behaviour and why should it be changed?** Some of the Windows dependency downloads (I'm suspecting SourceForge) increasingly fail. ``` Get-RedirectedUrl : Exception calling "GetResponse" with "0"...
We are using Github Actions in several places: - jamulus: Autobuild (including Releases and CodeQL) - jamuluswebsite: - Jekyll - Merge between branches We are not only using official Github-provided...