blob: e5f26efebd790d3e920e721b5e96c081b49af10d (
plain)
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
|
VERSION DESCRIPTION
-----------------------------------------------------------------------------
0.2.6 - the server setting has a default value, 'localhost' so in most
cases you no longer have to set it explicitly
- support for receiving emoted messages, ie. when the user types
'/me foo'
- support for setting the display name (nick 0 "foo bar") - it
sets the mood text
0.2.5 - now bitlbee's info command is supported (it displays full name,
birthday, homepage, age, etc.)
0.2.4 - improve documentation based on feedback from people on #bitlbee
- fixed for Skype4Py >= 0.9.28.4
- tested with latest Skype beta, too (the one which supports
video)
0.2.3 - fixed that annoying "creating groupchat failed" warning
0.2.2 - don't change the topic if skype does not report a successful
topic change
- fixed for the recent bitlbee API changes
0.2.1 - topic support in group chats
- bugfixes for multiline messages
- this version should be again as stable as 0.1.4 was
0.2.0 - group chat support
- ~300 lines of new code, so be careful :)
- the version number mentions that this is not a minor change
0.1.4 - documentation: mention the version of all deps (requirements
section)
- fix sending / sending accents
- don't use internal functions of skype4py
- skyped no longer dies when skype is killed
0.1.3 - support for edited messages
- ignore empty messages (skype does the same)
- support for multiline messages
- switch to the x11 api instead of dbus (it's much more stable)
0.1.2 - notification when a new call arrives in
- more documentation (vnc)
- first release which works with unpatched bitlbee
0.1.1 - skyped now runs as daemon in the background by default
- skyped now automatically reconnects on Skype restarts
0.1.0 - initial release
- see README for major features
|