Conflicts:
	ChangeLog.md
	shared/js/ConnectionHandler.ts
	shared/js/connection/CommandHelper.ts
	shared/js/connection/DummyVoiceConnection.ts
	shared/js/connection/ServerFeatures.ts
	shared/js/connection/VoiceConnection.ts
	shared/js/ipc/BrowserIPC.ts
	shared/js/tree/Channel.ts
	shared/js/tree/Client.ts
	shared/js/ui/frames/side/music_info.ts
	shared/js/ui/modal/ModalAvatarList.ts
	shared/js/ui/modal/ModalChangeLatency.ts
	shared/js/ui/modal/ModalMusicManage.ts
	shared/js/ui/modal/ModalQueryManage.ts
	shared/js/ui/modal/echo-test/Controller.tsx
	shared/js/ui/modal/echo-test/Definitions.ts
	shared/js/ui/modal/echo-test/Renderer.scss
	shared/js/ui/modal/echo-test/Renderer.tsx
	shared/js/ui/modal/permission/ModalPermissionEditor.tsx
	shared/js/ui/modal/settings/Microphone.tsx
	shared/js/voice/RecorderProfile.ts
	shared/js/voice/VoiceClient.ts
	shared/js/voice/VoicePlayer.ts
	shared/js/voice/VoiceWhisper.ts
This commit is contained in:
WolverinDEV 2020-09-16 20:45:06 +02:00
commit b1cdbf93d1

View file

@ -1,4 +1,10 @@
# Changelog: # Changelog:
* **07.09.20**
- Fixed the web client for safari
* **05.09.20**
- Smoother voice playback start (web client only)
* **16.09.20** * **16.09.20**
- Fixed the control bar microphone and speaker buttons - Fixed the control bar microphone and speaker buttons
- Improved the default identity generation (no web worker required now) - Improved the default identity generation (no web worker required now)