-
Notifications
You must be signed in to change notification settings - Fork 34
/
CHANGES.txt
50 lines (35 loc) · 1 KB
/
CHANGES.txt
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
=====================
PyGuacamole changelog
=====================
0.11 (2021-08-29)
----------------
- Add support for device display size overrides (by Richard @richlanc)
0.10 (2021-02-05)
----------------
- Bump log levels (by Maari @mrtmm)
- Build process: add github actions and support 3.9 (by Florian @fghaas)
0.9 (2019-10-11)
----------------
- Add support for `select` instruction for reconnecting to existing session.
0.7 (2019-01-04)
----------------
- Fix Python 3.x support.
0.6 (2016-03-17)
----------------
- Tested with Guacamole 0.9.9
- Fix missing `image` instruction in handshake (by Robin Gohmert @Ayuto)
- Harden handshake test.
- Update license.
0.3 (2015-10-21)
----------------
- Python 3.4 support.
- Tested with Guacamole 0.9.8
- Support for client/connection ID (`ready` instruction).
- Using tox.
0.2 (2014-10-22)
----------------
- More robust instruction parsing.
- Unicode support.
- More unit tests.
- Moved encode_arg & decode_instruction as @staticmethod.
- Added README.rst.