forked from jonatasteixeira-zz/openclass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
75 lines (66 loc) · 2.47 KB
/
NEWS
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
- properly disconnect idle machines, without rejecting them
- skip unknown protocols announced by teachers
- properly handle configuration file on student
- support sending long messages by POST
- add support for student skins
0.4:
- support images on button [wiliamsouza]
- support blocking student keyboard and mouse [gmoro]
- detect when students lose connection
- add support for configurable parameters
- add support for user and site-wide configuration files
- add support for different skins
- properly parse teacher names on broadcast
- l18n fixes on russian
- when sending files to student, give an option between saving then or opening directly
0.3.1:
- properly open files and links on windows
- simplify installation of icons
0.3:
- simplify win32 packaging
- new icons
- implement event logging
- fix username on win32
- some fixes for windows placement on win32 platform
- fix hanging on win32 while showing student screen
- support long student names and other info in tooltips
- localization fixes
- allow sharing a student screen with other students
- allow to have multiple multicast screen senders in the lab
0.2:
- reduce number of imported packages
- changed installation procedure to non-rpm-specific
- implemented cross-platform notification, even in cases where
notification-daemon is missing
- add debian/ubuntu package
- add windows installer
- make shutdown work on windows
- improve shutdown on Linux (should work when /usr/bin/poweroff is controlled
by consolehelper)
0.1:
- support multi-seat configurations and multiple clients per machine
- allow to send custom messages to teacher
- implemented teacher selection
- do not allow student to disconnect from teacher while in class
- i18n: new localization: Russian
- allow teacher to remove and re-add students from/to class
- allow teacher to see when students change names
- display students screen on global view
- allow to send actions to individual students
- implemented class shutdown
- ceiling scaling values to avoid "wireframes" in weird resolutions
0.0.4:
- properly close file selection dialog
- implemented automatic screen sharing when in fullscreen mode
0.0.3:
- implemented url sharing
- implemented file sharing
0.0.2:
- implement raise hand functionality
- implement popup menus on teacher
- support viewing student screens
0.0.1:
- initial version
- support screen sharing and screen locking
- broadcast-based teacher discovery
- multicast-based screen projection