This repository has been archived by the owner on May 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
executable file
·91 lines (74 loc) · 2.37 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [CERN Vidyo WebRTC Client](https://vidyowebrtc.web.cern.ch/).
## [unreleased]
### Added
- Volume control to microphone.
- Close private chat button
## 0.14.0 - 2017-01-23
### Added
- French translation.
- Spanish translation.
- Icons to the action buttons on the login and joining screens.
- Debug icon on the joining screen.
## 0.13.1 - 2016-12-07
### Fixed
- Add compatibility with old room urls to join form.
## 0.13.0 - 2016-12-07
### Improved
- Updated libraries.
- Added user debugging feature.
## 0.12.1 - 2016-09-20
### Fixed
- Microphone permissions on Firefox working again on the loading screen.
## 0.12 - 2016-09-20
### Added
- Add detach screen share feature
## 0.11.2.2 - 2016-09-05
### Fixed
- Screen switch now works with latest Chrome version.
## 0.11.2.1 - 2016-07-29
### Improved
- Updated libraries and Ember-cli to 2.7.0.
### Fixed
- Volume slider for speakers should work again.
## 0.11.2 - 2016-07-26
### Improved
- Microphone stream is now stopped after first verification.
## 0.11.1 - 2016-07-08
### Added
- Help page
### Improved
- Switching between preferred modes by clicking on the small streams and active speaker button.
### Fixed
- Plugin loadind modal was displayed on wrong position.
## 0.11 - 2016-06-30
### Add
- Sharing on Firefox.
- Better sharing experience on Chrome.
## 0.10.2 - 2016-06-27
### Add
- Volume control to the speakers
## 0.9.2 - 2016-06-16
### Fixed
- Support to click and switch streams on Firefox.
## 0.9.1 - 2016-06-10
### Fixed
- App name on the title bar is now correct.
- Chat container is now smaller.
- Typo on pip button tooltip.
### Removed
- Ember-resize Node module
## 0.9.0 - 2016-06-09
### Added
- This CHANGELOG.
- Check at startup if client will work (webrtc capable, user has microphone, session manager and backend reachables...).
- Add new UI using Semantic UI instead of Materialize.
- Chat is now on the right.
- Clicking on participant now opens a private chat with that participant.
- PIP now will hide all the small streams.
- Login now uses Oauth2 instead of different versions for guests and sso users.
- New style for the loading screen.
### Fixed
- Clicking on the downloads page header using a mobile device won't take the user to the index.
[0.9.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.3.0...HEAD