forked from wirow-io/wirow-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangelog
31 lines (23 loc) · 1.21 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
wirow (1.0.3) UNRELEASED; urgency=medium
* chore: Upgraded to the latest iwnet
* fix: Allows session cookies removal on browser closing. (session_cookies_max_age .ini param)
* fix: Build fail on Fedora 35+
* chore: Upgraded to the latest Excalidraw whiteboard
* fix: Producers leak on screen sharing.
-- Anton Adamansky <[email protected]> Wed, 11 May 2022 15:40:43 +0700
wirow (1.0.2) testing; urgency=medium
* Impl: wirow.ini TURN/STUN servers now used by web client.
* Impl: ice_servers config parameter replaces deprecated turn_servers/stun_server options.
-- Anton Adamansky <[email protected]> Thu, 05 May 2022 13:52:32 +0700
wirow (1.0.1) testing; urgency=medium
* ui: Added room time tracker.
* ui: Media devices detection improvements.
* fix: Wrong number of active rooms in admin pane.
* perf: iwstree replaced by iwhmap.
* fix: Endless loop due to typo.
* impl: Active speaker identification.
* fix: iwnet upgraded (critical bugs fixed).
* fix: disabled Set-Cookie samesite=node for non secure connections.
* impl: Added Docker image.
* fix: Disabled building of unneeded libdeflate shared library.
-- Anton Adamansky <[email protected]> Wed, 04 May 2022 14:41:15 +0700