Skip to content

Commit

Permalink
Merge pull request #445 from H2-invent/feature/extened_action_release…
Browse files Browse the repository at this point in the history
…_pipeline

Feature/extened action release pipeline
  • Loading branch information
holema authored Aug 31, 2023
2 parents b15c768 + 2ed8bbc commit bc33479
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pipeline-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
17 changes: 17 additions & 0 deletions RELEASE_NOTE.md
Original file line number Diff line number Diff line change
@@ -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!

0 comments on commit bc33479

Please sign in to comment.