Releases: MoonMeet/MoonMeet-CrossPlatform
Releases · MoonMeet/MoonMeet-CrossPlatform
v1.5.1
v1.5.0
FULL CHANGELOG WILL BE ON PLAYSTORE or SEE COMMITS MESSAGE.
Full Changelog: v1.0.2...v1.5.0
v1.0.2
What's Changed
FULL CHANGELOG WILL BE ON PLAYSTORE or SEE COMMITS MESSAGE.
Full Changelog: v1.0.1...v1.0.2
v1.0.1
*NB: Bump for Moon Meet version with previous chnagelog
Full Changelog: v0.1.5...v1.0.1
v0.1.5 - fix
What's Changed
- fix: README.md by @KingMahmud in #15
New Contributors
- @KingMahmud made their first contribution in #15
Full Changelog: v0.1.5...v0.1.5-fix
v0.1.5
What's Changed
- fix: lower case names stored in Auth's currentUser. by @SectionTN in #8
- Typing status fix. by @SectionTN in #10
- refactor: optimize splash screen. by @SectionTN in #11
- upgrade: bump react native to 0.70.1 by @SectionTN in #12
- feat: change dark colors. by @SectionTN in #13
- [ImgBot] Optimize images by @imgbot in #14
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's new
- Get keystore pass from environment by @PranavPurwar in #4
- Chat features by @SectionTN in #6
- [ImgBot] Optimize images by @imgbot in #7
- Other performances tweaks
New Contributors
- @PranavPurwar made their first contribution in #4
- @imgbot made their first contribution in #7
Full Changelog: v0.1.3...v0.1.4
0.1.3
Changed
- New login algorithm (18e491b)
Firebase provides two methods to sign users in with their phone number, auth#signInWithPhoneNumber and auth#verifyPhoneNumber Both provide a different workflow to tie it best into your app; signInWithPhoneNumber will sign the user in automatically once the user had confirmed their phone number, whilst verifyPhoneNumber will provide feedback on the current verification state but requires you to manually sign the user in once.
Fixed
- Login bug of the v0.1.2
- Hang on when
Update Later
triggered (7283378)