From 4e3aa45c121f443b2d706eca4199345c4eb2608d Mon Sep 17 00:00:00 2001 From: Andreas <58698758+holzi1005@users.noreply.github.com> Date: Fri, 25 Aug 2023 18:16:50 +0200 Subject: [PATCH 1/3] Update pipeline-release.yml --- .github/workflows/pipeline-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pipeline-release.yml b/.github/workflows/pipeline-release.yml index 8517fc7c9..6d8112359 100644 --- a/.github/workflows/pipeline-release.yml +++ b/.github/workflows/pipeline-release.yml @@ -65,9 +65,10 @@ jobs: uses: ncipollo/release-action@v1 id: create_release with: - draft: true + draft: false prerelease: false name: Release ${{ steps.version.outputs.version }} tag: ${{ steps.version.outputs.version }} artifacts: artifact/application.zip,artifact/nodejs/websocket.zip artifactContentType: application/zip + bodyFile: RELEASE_NOTE.md From 4bd5a22fcf3cb3dc8e2da522c2724dcc0e2c786b Mon Sep 17 00:00:00 2001 From: Andreas <58698758+holzi1005@users.noreply.github.com> Date: Fri, 25 Aug 2023 18:18:11 +0200 Subject: [PATCH 2/3] Create RELEASE_NOTE.md --- RELEASE_NOTE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 RELEASE_NOTE.md diff --git a/RELEASE_NOTE.md b/RELEASE_NOTE.md new file mode 100644 index 000000000..b8abcdd3e --- /dev/null +++ b/RELEASE_NOTE.md @@ -0,0 +1,13 @@ +# Release 0.76.0 + +## New Feature and Improvements + + + +## Bug fixes + + + +## Update Instructions + + From 2ed8bbc699ddb271bbb8ec0dcd186418845df4f1 Mon Sep 17 00:00:00 2001 From: Andreas <58698758+holzi1005@users.noreply.github.com> Date: Fri, 25 Aug 2023 18:23:13 +0200 Subject: [PATCH 3/3] Update RELEASE_NOTE.md --- RELEASE_NOTE.md | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/RELEASE_NOTE.md b/RELEASE_NOTE.md index b8abcdd3e..6c2756a35 100644 --- a/RELEASE_NOTE.md +++ b/RELEASE_NOTE.md @@ -1,13 +1,17 @@ -# Release 0.76.0 - -## New Feature and Improvements - - - -## Bug fixes - - - -## Update Instructions - - +## New Features: +- Start/Pause Function in a Multiframe: Users can now start and stop conferences in a multiframe, providing more control over conference management. +- Automatic Pause of Conferences: When there are two conferences running simultaneously, the top conference will be active while all other conferences will automatically pause. This ensures efficient utilization of resources. +- Redesigned UI/UX: The user interface and user experience have been completely redesigned to enhance usability and visual appeal. Check out the new look in the screenshots below: +![FuRSXgoX0AAyAza](https://user-images.githubusercontent.com/22790152/233959277-c9df3fca-fe21-4246-9548-0aee91471fc4.jpg) +![2023-04-22 00_02_06-Developer Maschine - VMware Workstation](https://user-images.githubusercontent.com/22790152/233959361-e22bdf73-167e-4015-a438-ecbcc5e6376a.png) +- Deputy Functionality: Users can now assign a deputy who can create conferences on their behalf. This is useful when the primary user is unavailable or wishes to delegate conference creation tasks. +- Deputies via LDAP: Deputies can be organized by a support team through LDAP integration, providing centralized management and streamlined administration. + +## Improvements: +- Migration to Keycloak > 16 Ready: The application has been prepared for seamless migration to Keycloak version 16 or higher, ensuring compatibility with the latest authentication and authorization features. +- Upgrade to Symfony 6.2: The application has been upgraded to Symfony version 6.2, taking advantage of the latest enhancements and optimizations in the framework. Please note that PHP 8.1 is required for this upgrade. + +## Discussion: +We welcome any additional ideas or suggestions for the new version. Please feel free to contribute to the discussion and share your thoughts on how we can further improve the application. + +Thank you for your continued support and feedback!