|
1 | 1 | ### 3.10.0dev <- NOTE: the release version number will be 3.11.0 ### |
2 | 2 |
|
| 3 | +- Refactor src/main.cpp (#3191). |
| 4 | + (contributed by @pljones) |
| 5 | + |
| 6 | +- Refactor some `CHostAddress` parameters to be const references (#3259). |
| 7 | + (contributed by @softins) |
| 8 | + |
| 9 | +- Client/Server: Improved start up logging (#3117). |
| 10 | + (contributed by @pljones) |
| 11 | + |
| 12 | +- Client: Added "delete server" button to connect dialog (#3159). |
| 13 | + (contributed by @pljones) |
| 14 | + |
| 15 | +- Client/Server: Display Qt versions for both build and runtime (#3231). |
| 16 | + (contributed by @softins) |
| 17 | + |
| 18 | +- Client: Added "Delete Entry" button to Advanced Settings, Custom Directories (#3260). |
| 19 | + (contributed by @AdamGLIN) |
| 20 | + |
| 21 | +- Client: Fixed the display of delete buttons on Mac (#3305). |
| 22 | + (contributed by @softins) |
| 23 | + |
| 24 | +- Server: Fix systemd ExecStart command line to support start/stop recording signal (#3187). |
| 25 | + (contributed by @rdica) |
| 26 | + |
| 27 | +- Server: Only de-register on quit (#3302). |
| 28 | + (contributed by @pljones) |
| 29 | + |
| 30 | +- Android: save settings on app state change (#3144). |
| 31 | + (contributed by @pljones) |
| 32 | + |
| 33 | +- Translations updated from Hosted Weblate (#3193). |
| 34 | + (contributed by @weblate) |
| 35 | + |
| 36 | +- Translations updated from Hosted Weblate (#3246). |
| 37 | + (contributed by @weblate) |
| 38 | + |
| 39 | +- Documentation: Improved link for Server CLI options (#3303). |
| 40 | + (contributed by @gilgongo) |
| 41 | + |
| 42 | +- Documentation: updated TRANSLATING.md for current build process (#3312). |
| 43 | + (contributed by @softins) |
| 44 | + |
| 45 | +- Build: adds macOS signed pkg build automation (#2624). |
| 46 | + (contributed by @danryu) |
| 47 | + |
| 48 | +- Build: Bump actions/checkout from 3 to 4 (#3168). |
| 49 | + (contributed by @app/dependabot) |
| 50 | + |
| 51 | +- Build: Bump maxim-lobanov/setup-xcode from 1.5.1 to 1.6.0 (#3181). |
| 52 | + (contributed by @app/dependabot) |
| 53 | + |
| 54 | +- Build: Updated bundled Qt6 to version 6.6.0 (#3182). |
| 55 | + (contributed by @app/github-actions) |
| 56 | + |
| 57 | +- Build: Ensure apt version >=2.4 to prove that the system is Debian based (using apt and dpkg) and can validate the repo (#3199). |
| 58 | + (contributed by @houbsta) |
| 59 | + |
| 60 | +- Build: Updated bundled Qt6 to version 6.6.1 (#3204). |
| 61 | + (contributed by @app/github-actions) |
| 62 | + |
| 63 | +- Build: Bump actions/download-artifact from 3 to 4 (#3211). |
| 64 | + (contributed by @app/dependabot) |
| 65 | + |
| 66 | +- Build: Bump github/codeql-action from 2 to 3 (#3212). |
| 67 | + (contributed by @app/dependabot) |
| 68 | + |
| 69 | +- Build: Bump actions/upload-artifact from 3 to 4 (#3213). |
| 70 | + (contributed by @app/dependabot) |
| 71 | + |
| 72 | +- Build: Bump DoozyX/clang-format-lint-action from 0.16 to 0.17 (#3215). |
| 73 | + (contributed by @app/dependabot) |
| 74 | + |
| 75 | +- Build: Replace deprecated Q_OS_MACX with Q_OS_MACOS (Jamulus now requires building with Qt >= 5.7.1) (#3227). |
| 76 | + (contributed by @softins) |
| 77 | + |
| 78 | +- Build: Bump actions/cache from 3 to 4 (#3232). |
| 79 | + (contributed by @app/dependabot) |
| 80 | + |
| 81 | +- Build: Updated Mac Legacy build to use Qt 5.15.2, now compatible with MacOS 10.13 (High Sierra) or newer (#3235). |
| 82 | + (contributed by @softins) |
| 83 | + |
| 84 | +- Build: Updated bundled Qt6 to version 6.6.3 (#3236). |
| 85 | + (contributed by @app/github-actions) |
| 86 | + |
| 87 | +- Build: Updated Windows Installer base (NSIS) to version 3.10 (#3254). |
| 88 | + (contributed by @app/github-actions) |
| 89 | + |
| 90 | +- Build: Generate qm files and embedded resource during build (#3288). |
| 91 | + (contributed by @softins) |
| 92 | + |
| 93 | +- Build: checkout of submodules only needed for Android (#3289). |
| 94 | + (contributed by @softins) |
| 95 | + |
| 96 | +- Build: Updated the build runner for iOS in Github from macos-11 to macos-12 (#3292). |
| 97 | + (contributed by @softins) |
| 98 | + |
| 99 | +- Build: Upgrade main macOS build to macOS 14 and Apple Silicon build (#3297). |
| 100 | + (contributed by @ann0see) |
| 101 | + |
| 102 | +- Build: Place build files in separate directories instead of project root (#3299). |
| 103 | + (contributed by @softins) |
| 104 | + |
| 105 | +- Autobuild: Prevent CodeQL-induced build failures for MacOS (#3223). |
| 106 | + (contributed by @softins) |
| 107 | + |
| 108 | +- Autobuild: Build Linux releases on Ubuntu 20.04 instead of 18.04 (#3229). |
| 109 | + (contributed by @softins) |
| 110 | + |
3 | 111 |
|
4 | 112 | ### 3.10.0 (2023-09-03) ### |
5 | 113 |
|
|
0 commit comments