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 diff --git a/RELEASE_NOTE.md b/RELEASE_NOTE.md new file mode 100644 index 000000000..6c2756a35 --- /dev/null +++ b/RELEASE_NOTE.md @@ -0,0 +1,17 @@ +## 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!