Releases: EasyStreamDev/easystream_main_app
Releases · EasyStreamDev/easystream_main_app
Version 0.4.8 - July 2023 Follow up
What's Changed
- Feedback page by @lapprenti18 in #27
- Bug slider broadcast by @Mitix-EPI in #28
- style(Home): add cards to list all features by @Mitix-EPI in #29
- Responsive details by @Mitix-EPI in #30
- Fix error of building by @Mitix-EPI in #31
- Revert "Fix error of building" by @GuillaumeRobinSoriano in #32
- Revert "Revert "Fix error of building"" by @Mitix-EPI in #33
- Add tests + code comments + refactor code by @Mitix-EPI in #34
- Redesign buttons by @Mitix-EPI in #35
- Redesign action reaction list by @Mitix-EPI in #36
- feat(action/reaction): add warning label when scene not available by @Mitix-EPI in #37
- MR - Subtitles rework + add broadcast by @Mitix-EPI in #38
New Contributors
- @GuillaumeRobinSoriano made their first contribution in #32
Full Changelog: v0.4.7...v0.4.8
Delivery May 2023 - Fix Routes Prod Windows/Linux
What's Changed
- fix error handling word detection by @Mitix-EPI in #26
Full Changelog: v0.4.6...v0.4.7
IP show / Broadcast / Fix login
What's Changed
- Ip show by @Mitix-EPI in #21
- feat(): add app launch action by @Mitix-EPI in #22
- Fix: add a redirection from every /'something' who havn't been create… by @lapprenti18 in #23
- fix: fix the size of the login input bar by @lapprenti18 in #24
- Broadcast + setCompressorLevel by @Mitix-EPI in #25
New Contributors
- @lapprenti18 made their first contribution in #23
Full Changelog: v0.4.5...v0.4.6
Test Follow up n°2
Full Changelog: v0.4.4...v0.4.5
Tests:
- remove actReacts working
- compressor is inversed 👎
- action KeyPressed is working well
Auto Update first release
When the client Easystream starts, it checks the latest release version and updare the client if there is a new version !
Package setup works correctly
Development Build
What changes
- feat(): reorganisation of the Actions & Reactions
- New Actions & Reactions home page to list all actions & reactions
- New page CreateActions listing all actions we can create
- Modify architecture of the folders & files to simplify the code understanding
- Update Slidebar data
- Modify package.json to run windows or linux easely -> Add script front-with-obs-windows and front-with-obs + Modify name serve to only-front
- Fix getAllMics -> Use micName attribute
- Fix setMicLevel -> Send only one mic
- Add data attribute for each get requests
- Add HashRouter
- Add RELEASE var env to fix release .exe
Commits
Development Build
Bug Fixes
Commits
Development Build
Features
- ci: add automatic test triggered each push (Alexandre Juan)
- check that everything is working well (Juan)
- create event page (Juan)
- add WordDetection page (Guillaume)
Bug Fixes
- ci/cd: avoid trigger both actions in same time (Alexandre Juan)
- ci/cd: don't trigger release action on push (Alexandre Juan)
- ci/cd: build trigger when push on main or PR (Alexandre Juan)
- ci: change job name (Alexandre Juan)
Commits
- fix release new version doc (Alexandre Juan)
- some changes on word detection (Guillaume)
- 4a5de5e: Merge branch 'feature-scenes' into main (Juan)
Development Build
Merge CD actions - Build & Release :rocket: (#7) Using Github Actions, building electron client app to .exe and .AppImage. Deploy into release after versioning. Package used: electron-build Co-authored-by: Alexandre Juan <juandev-pro@protonmail.com>