Skip to content

Commit

Permalink
Update ChangeLog and Jamulus.pro for 3.9.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
pljones committed Jul 23, 2022
1 parent c29be95 commit 4e252bd
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 121 deletions.
259 changes: 141 additions & 118 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,148 +1,119 @@

### 3.8.2.dev <- NOTE: the release version number will be 3.9.0 ###
### 3.9.0rc1 <- NOTE: the release version number will be 3.9.0 ###

- prefix in your PR descriptions? That way our script can pick the text up directly (#2640).
(contributed by @chigkim)

- Client: added instructions for setting buffers when using Pipewire (#2645).
(contributed by @gilgongo)

- Translated Windows installer into Korean (#2669).
(contributed by @bagjunggyu)
- Feature: Added **_EXPERIMENTAL_** new JSON-RPC interface to control client and server (see [docs/JSON-RPC.md](https://github.com/jamulussoftware/jamulus/blob/master/docs/JSON-RPC.md) for details) (#1975, #2505).
(contributed by @dtinth, @Rob-NY)

- Rephrase mute options in help text (#2673).
- GUI: Translations have been updated:
* Chinese, by @BLumia (#2719)
* Dutch, by @henkdegroot (#2708)
* French, by @jujudusud (#2704, #2729)
* German, by @ann0see (#2748)
* Italian, by @dzpex (#2739)
* Korean, by @bagjunggyu (assisted by @hoffie) (#2685, #2741)
* Polish, by @SeeLook (#2735)
* Portuguese Brazilian, by @melcon (#2728)
* Portuguese European, by @melcon (#2747)
* Slovak, by @jose1711 (#2732)
* Spanish, by @ignotus666 (#2706)

- Ubuntu: Added new runtime dependendency. You will need to added the "universe" apt repository (on Ubuntu only) (#2721).
(contributed by @pljones)

- JSON-RPC: Extended jamulusserver/getServerProfile method to include directoryServer name for registration requests (#2505).
(contributed by @Rob-NY)
- Ubuntu: Allow Jamulus being installed on Ubuntu 18.04 (#2423).
(contributed by @hoffie)

- Feature: Added new JSON-RPC interface to control client and server (see [docs/JSON-RPC.md](https://github.com/jamulussoftware/jamulus/blob/master/docs/JSON-RPC.md) for details). This interface is still EXPERIMENTAL and is subject to breaking changes even on patch versions (#1975).
(contributed by @dtinth)
- GUI: Client: Added instructions for setting buffers when using Pipewire (#2645).
(contributed by @gilgongo)

- Feature: Provide unsigned iOS builds for easy install on iOS devices. Please note that you will need to sign the app yourself (usually done via a computer). The app will only run for 7 days before you need to resign it (#2355).
(contributed by @ann0see)
- GUI: Client: Fix a bug where a blank line is shown after some client’s name in the mixer board in some conditions (#2542).
(contributed by @dtinth)

- Bug: Allow Jamulus being installed on Ubuntu 18.04. This dependency issue has already been fixed for the release before but is now officially part of the upstream build process (#2423).
(contributed by @hoffie)
- GUI: Client: Include ASIO references in Windows ASIO version (#2605).
(contributed by @henkdegroot)

- UI: Amend server registration, added server persistence (#2199).
(contributed by @pljones)
- GUI: Client: Removed wrongly mentioned "URL" from help texts (#2608).
(contributed by @ann0see)

- UI: Adjust Server Language combo box length to fit into layout properly (#2424).
- GUI: Client: Rephrase mute options in help text (#2673).
(contributed by @pljones)

- Simplify device driver error message on Windows by removing unneeded HTML (#2496).
- GUI: Client: Simplify device driver error message on Windows by removing unneeded HTML (#2496).
(contributed by @ann0see)

- Client: Fix potential long delay in sending fader changes to the server (#2535).
(contributed by @softins)

- Client: Fix a bug where a blank line is shown after some client’s name in the mixer board in some conditions (#2542).
(contributed by @dtinth)

- Moved CodeQL from Mac to Mac Legacy to work around signing incompatibility (#2564).
(contributed by @softins)

- Client: Removed the translation for the CLI version text output (#2602).
- GUI: Client: What's This Text and Tooltip updated for LEDs and Connection Status (#2644).
(contributed by @henkdegroot)

- Refactoring: Removed occurrences of plain name "Jamulus" in translatable texts (#2609).
(contributed by @ann0see)

- Fix loading of persistent server list entries (#2631).
- GUI: Server: Amend server registration, added server list persistence (#2199).
(contributed by @pljones)

- Headless Server now unregisters correctly (#2633).
- GUI: Server: Adjust Server Language combo box length to fit into layout properly (#2424).
(contributed by @pljones)

- Refactoring: Move translation files one level up to make finding them easier for translators (#2576).
(contributed by @ann0see)
- GUI: Fix (hopefully) all remaining references to "directory server" in displayed messages to say "directory" (#2710).
(contributed by @pljones)

- (No extra mention; list it with the iOS refactoring PR #2521) (#2619).
- GUI: Improved Country selection handling to work with Qt6 and cover 53 previously unsupported territories (#2409).
(contributed by @hoffie)

- Refactoring: Removed wrongly mentioned "URL" from help texts (#2608).
- GUI: Improved translator experience by using substitutions instead of concatenations (#2646).
(contributed by @ann0see)

- Refactoring: move sound API files into src/sound folder. Contributors will now find the sound.cpp/sound.h/sound.mm in the src/sound folder for consistency (#2575).
- GUI: Removed occurrences of plain name "Jamulus" in translatable texts (#2609).
(contributed by @ann0see)

- Coding style: Added .editorconfig for cross-language standardized indentation and line endings (#2585).
(contributed by @hoffie)

- Scripts: Applied a consistent coding style (#2582).
(contributed by @hoffie)
- Accessibility: Sound Alert for new person and new chat message (#2640).
(contributed by @chigkim)

- Accessibility: Combine all the client info, so screen reader users don't have to track down multiple places (#2638).
(contributed by @chigkim)

- Scripts: Coding style and static checks for shell scripts are now enforced (#2635).
(contributed by @hoffie)

- Accessibility: Added name and instrument to accessibility labels for mute, solo, group (#2639).
(contributed by @chigkim)

- Refactoring: Handling of requests for the server list (#2643).
(contributed by @pljones)
- Client: Avoid losing gain changes (#2737).
(contributed by @hoffie)

- Improvements to the start up logging for the server list filter (#2647).
(contributed by @pljones)
- Client: Fix potential long delay in sending fader changes to the server (#2535).
(contributed by @softins)

- Client: Include ASIO references in Windows ASIO version (#2605).
(contributed by @henkdegroot)
- Client: Refactored JACK- and ASIO-related logic (#2443).
(contributed by @hoffie)

- Updated the link to "Running a server" web page (#2419).
(contributed by @jujudusud)
- Client: Removed the translation for the CLI version text output (#2602).
(contributed by @henkdegroot)

- Added nojsonrpc qmake CONFIG option to remove JSON-RPC support (#2660).
- Server: Fix loading of persistent server list entries (#2631).
(contributed by @pljones)

- Make serveronly more comprehensive (#2551).
- Server: Headless Server now unregisters correctly (#2633).
(contributed by @pljones)

- Rename existing define to JACK_ON_WINDOWS (#2525).
- Server: Handling of requests for the server list (#2643).
(contributed by @pljones)

- (Autobuild: Clean up redundant variables in workflow definition; to be condensed with other Autobuild refactoring entries) (#2584).
(contributed by @hoffie)

- (List as part of Autobuild refactorings, #2503) (#2642).
(contributed by @hoffie)

- Refactor linux autobuild (#2451).
(contributed by @ann0see)

- Refactor raspijamulus.sh file (#2489).
(contributed by @ann0see)

- Stop the build if the audio SDK is missing (#2536).
- Server: Improvements to the start up logging for the server list filter (#2647).
(contributed by @pljones)

- Stop running Autobuild if only documentation is updated to avoid wasting computation time (#2532).
(contributed by @ann0see)

- Client/Server: corrected operation of message ack timer (#2517).
- Server: Set default directory to "None" when not set in ini file or command line (#2442).
(contributed by @softins)

- GUI: Improved Country selection handling to work with Qt6 and cover 53 previously unsupported territories (#2409).
(contributed by @hoffie)

- GUI: What's This Text and Tooltip updated for LEDs and Connection Status (#2644).
(contributed by @henkdegroot)
- Server: Recorder adjustments (#2427).
(contributed by @pljones)

- Server: Set default directory to "None" when not set in ini file or command line (#2442).
- Bug Fix: Client/Server: corrected operation of message ack timer (#2517).
(contributed by @softins)

- Recorder adjustments (#2427).
(contributed by @pljones)
- Windows: Installer into Korean (#2669).
(contributed by @bagjunggyu)

- Windows: The JACK build now no longer gives an ASIO related warning message on an incompatible state (#2494).
(contributed by @ann0see)

- Linux: Added the Jamulus Server desktop icon to the Debian/Ubuntu build and fixed SVG icon installation location (#2460).
(contributed by @hoffie)

- Linux: Removed `linux/deploy_linux.sh` script since we provide compiled `.deb` files for installation on Debian based systems and no longer use this script. Linux users should download the source code from the GitHub repo via git, use the source from the GitHub release or run the commands directly via shell (#2512).
- Linux: Removed `linux/deploy_linux.sh` script (#2512).
(contributed by @ann0see)

- Linux: Updated package author information (#2652).
Expand All @@ -156,6 +127,7 @@

- Mac: Upgrade create-dmg to the latest version (#2664).
(contributed by @ann0see)

- Android: Removed unneeded dependencies to speed up build (#2394).
(contributed by @ann0see)

Expand All @@ -171,6 +143,12 @@
- Android: Migrated to aqtinstall for Qt installation (#2497).
(contributed by @hoffie)

- Documentation: Updated the link to "Running a server" web page (#2419).
(contributed by @jujudusud)

- Documentation: Document compile time options to COMPILING.md (#2707).
(contributed by @ann0see)

- Documentation: Added high-level technical documentation for the Jamulus protocol (#2337).
(contributed by @emlynmac)

Expand All @@ -180,6 +158,24 @@
- Documentation: Rewrite some parts of COMPILING.md and CONTRIBUTING.md to stay up to date and enable clearer contribution guidelines (#2561).
(contributed by @ann0see)

- Build: Added nojsonrpc qmake CONFIG option to remove JSON-RPC support (#2660).
(contributed by @pljones)

- Build: Make serveronly more comprehensive (#2551).
(contributed by @pljones)

- Build: Rename existing define to JACK_ON_WINDOWS (#2525).
(contributed by @pljones)

- Build: Moved CodeQL from Mac to Mac Legacy to work around signing incompatibility (#2564).
(contributed by @softins)

- Build: Provide unsigned iOS builds for easy install on iOS devices (#2355).
(contributed by @ann0see)

- Build: Added macOS M1 (arm64) support (#2682).
(contributed by @hoffie)

- Build: macOS will now be built with Qt 6.3.1 for better support of modern versions of macOS. Users of macOS 10.14 or earlier must from now use the legacy build or compile from source (#2672).
(contributed by @ann0see)

Expand All @@ -192,6 +188,33 @@
- Build: Initial support for building with Qt6 has been implemented (@dcorson-ticino-com, @softins) (#2299).
(contributed by @hoffie)

- Build: Updated aqt to v2.1.0 due to reliability reasons (#2597).
(contributed by @ann0see)

- Autobuild: Coding style and static checks for shell scripts are now enforced (#2635).
(contributed by @hoffie)

- Autobuild: Clean up redundant variables in workflow definition (#2584).
(contributed by @hoffie)

- Autobuild: Fix Mac/Windows cache key (#2642).
(contributed by @hoffie)

- Autobuild: Refactor linux autobuild (#2451).
(contributed by @ann0see)

- Autobuild: Refactor raspijamulus.sh file (#2489).
(contributed by @ann0see)

- Autobuild: Stop the build if the audio SDK is missing (#2536).
(contributed by @pljones)

- Autobuild: Stop running Autobuild if only documentation is updated to avoid wasting computation time (#2532).
(contributed by @ann0see)

- Autobuild: Fix iOS artifact name (#2619).
(contributed by @hoffie)

- Autobuild: Build macOS .dmg files by create-dmg for building compatibility with further versions of macOS #2420 (#2207).
(contributed by @ann0see)

Expand Down Expand Up @@ -243,72 +266,72 @@
- Autobuild: Improved and reorganized git/Changelog scripts (#2656).
(contributed by @hoffie)

- Code: Added `make clang_format` helper command to simplify code formatting for contributors (#2258).
- Autobuild: Speed up Debian, Mac & Android build processes by using parallelization (#2444).
(contributed by @hoffie)

- Code style: Use TODO and TEST comments instead of un-indenting with clang-format off/on (#2600).
(contributed by @pgScorpio)

- Internal: Check coding style on macOS/iOS code files (.mm extension) (#1871).
(contributed by @ngocdh)
- Autobuild: Speed up Windows build process by using jom with parallelization instead of nmake in autobuilds (#2445).
(contributed by @hoffie)

- Internal: Make Qt downloads on Windows more reliable by re-trying downloads (#2333).
- Autobuild: Make Qt downloads on Windows more reliable by re-trying downloads (#2333).
(contributed by @ann0see)

- Internal: Removed unneeded white-space in all files and streamline line endings (#2402).
- Autobuild: Backport Oboe's fixes CodeQl overflow warnings (#2548).
(contributed by @ann0see)

- Internal: Improved release contributor tooling (#2411).
(contributed by @hoffie)
- Code: code restructuring to reduce cross-dependencies (CHighPrecisionTimer) (#2637).
(contributed by @pljones)

- Internal: Refactored JACK- and ASIO-related logic (#2443).
- Internal: Added .editorconfig for cross-language standardized indentation and line endings (#2585).
(contributed by @hoffie)

- Internal: Speed up Debian, Mac & Android build processes by using parallelization (#2444).
- Internal: Applied a consistent coding style (#2582).
(contributed by @hoffie)

- Internal: Speed up Windows build process by using jom with parallelization instead of nmake in autobuilds (#2445).
- Internal: Added `make clang_format` helper command to simplify code formatting for contributors (#2258).
(contributed by @hoffie)

- Internal: Moved outdated VST code on feature branch since there hasn't been any active development for a long time. Work can still be continued from the feature branch feature/vst (#2461).
- Internal: Use TODO and TEST comments instead of un-indenting with clang-format off/on (#2600).
(contributed by @pgScorpio)

- Internal: Check coding style on macOS/iOS code files (.mm extension) (#1871).
(contributed by @ngocdh)

- Internal: Removed unneeded white-space in all files and streamline line endings (#2402).
(contributed by @ann0see)

- Internal: Added debian/ folder to .gitignore file to ensure build files are not added to git (#2464).
- Internal: Applied standard style to .md files (#2549).
(contributed by @ann0see)

- Internal: Improved Changelog release tooling (#2485).
- Internal: Made all shell scripts shellcheck-clean (#2547).
(contributed by @hoffie)

- Internal: Removed outdated qt-installer-windows.qs since we no longer use Travis CI (#2516).
- Internal: move sound API files into src/sound folder. Contributors will now find the sound.cpp/sound.h/sound.mm in the src/sound folder for consistency (#2575).
(contributed by @ann0see)

- Internal: Moved entitlements file to mac/ folder to clean up the repo root (#2529).
- Internal: Move translation files one level up to make finding them easier for translators (#2576).
(contributed by @ann0see)

- Internal: Backport Oboe's fixes CodeQl overflow warnings (#2548).
- Internal: Moved entitlements file to mac/ folder to clean up the repo root (#2529).
(contributed by @ann0see)

- Internal: Applied standard style to .md files (#2549).
(contributed by @ann0see)
- Internal: Rename LED resources (#2621).
(contributed by @henkdegroot)

- Internal: Made all shell scripts shellcheck-clean (#2547).
- Internal: Improved release contributor tooling (#2411).
(contributed by @hoffie)

- Internal: Updated aqt to v2.1.0 due to reliability reasons (#2597).
- Internal: Moved outdated VST code on feature branch since there hasn't been any active development for a long time (#2461).
(contributed by @ann0see)

- Internal: Rename LED resources (#2621).
(contributed by @henkdegroot)

- Internal: code restructuring to reduce cross-dependencies (CHighPrecisionTimer) (#2637).
(contributed by @pljones)

- Internal: Improved translator experience by using substitutions instead of concatenations (#2646).
- Internal: Added debian/ folder to .gitignore file to ensure build files are not added to git (#2464).
(contributed by @ann0see)

- Internal: Improved Changelog PR listings to avoid mistakenly listing already released PRs (#2661).
- Internal: Improved Changelog release tooling (#2485, #2661).
(contributed by @hoffie)

- Internal: Removed outdated qt-installer-windows.qs since we no longer use Travis CI (#2516).
(contributed by @ann0see)


### 3.8.2 (2022-02-20) ###

Expand Down
2 changes: 1 addition & 1 deletion Jamulus.pro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 3.8.2dev
VERSION = 3.9.0rc1

# use target name which does not use a capital letter at the beginning
contains(CONFIG, "noupcasename") {
Expand Down
Loading

0 comments on commit 4e252bd

Please sign in to comment.