All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Doc Folder for Documentation
- Added CONTRIBUTION.md
- Added INSTALL.md
- Adjusted Readme.md to be an Overview
- Added gif of chatmosphere in use
- Updated Storybook to last version; they are using an old immer install but since we're not using storybook in our app itself this is no problem.
- Fixed Bug where Session Name with capital letters caused error
- openmoji npm package because it's huuuge; we added used icons in /assets folder
- Added meta description in index.html (thx @bumi)
- Certificates are now linked in .env.development so it should also run on windows (Thanks @XristophD)
- preferred Codec to be H265 in Options; it should switch the videoCodec to H265 instead of VP8, not sure if this is used though; maybe it needs to be set on server
- AudioRadius is now 650px; if its more it feels quite weird :)
- Kitty Icons for Mute
- finished Color Variables for Theming
- commented way to throttle pan and drag updates; thus its not updating the store that fast but with an delay of 200ms; should be checked and uncommented if we like it
- Input Field under users is now more consistent
- Social Icons have theme colors
- Button Story in Storyboard
- Added a changelog to track our releases :)
- bumped version to 0.5.6
- Interim Enter Screen is omitted for now since it's currently more confusing than helpful; so after Welcome one is direcly in the session/call; we know some people are irritated that they are directly visible with video; we will target that with the enter screen in future releases
- No Videos where shown after camera permission request; hopefully fixed for now.
- Potential Vulnerability in immer lib - updated to 8.0.1
- Dragging Position, meaning the position of the current user, is now truncated to integer; (float values cannot be displayed by browsers anyways)
- uncommented the "Video" Button/Control in Footer because its not implemented yet