[924d0f2] | 1 | VERSION DESCRIPTION |
---|
| 2 | ----------------------------------------------------------------------------- |
---|
[4834307] | 3 | - support for SkypeOut calls |
---|
| 4 | - support for querying the balance from Skype |
---|
[c1f3d49] | 5 | 0.4.1 - support for building the plugin on Mac OSX |
---|
| 6 | - tested with BitlBee 1.2 and Skype 2.0.0.63 |
---|
| 7 | - avoid ${prefix} (by autoconf) in the config file as we |
---|
| 8 | don't handle such a variable |
---|
| 9 | - now you can call echo123 (patch by Riskó Gergely) |
---|
[f578275] | 10 | 0.4.0 - support for starting, accepting and rejecting calls |
---|
| 11 | - also updated documentation (the key is the account set |
---|
| 12 | skype/call command) |
---|
| 13 | - as usual with the .0 releases, be careful, ~200 lines of |
---|
| 14 | new code |
---|
[c47e566] | 15 | 0.3.2 - support for Skype 2.0.0.43 |
---|
| 16 | - skyped now automatically starts/shuts down skype |
---|
| 17 | - improved 'make prepare' to handle more automake versions |
---|
| 18 | - documentation improvements |
---|
[ed88e8e] | 19 | 0.3.1 - beautify output when skyped is interrupted using ^C |
---|
| 20 | - 'nick skype foo' now really sets display name, not the mood |
---|
| 21 | text |
---|
| 22 | - documentation fixups |
---|
| 23 | - this version should be again as stable as 0.2.6 was |
---|
[b2fa16b] | 24 | 0.3.0 - authentication support in skyped via ssl |
---|
| 25 | - ~200 lines of new code, so be careful :) |
---|
| 26 | - upgraders: please read the documentation about how to set up |
---|
| 27 | your config the ssl certificate, this was no necessary till now |
---|
[d1eb24c] | 28 | 0.2.6 - the server setting has a default value, 'localhost' so in most |
---|
| 29 | cases you no longer have to set it explicitly |
---|
| 30 | - support for receiving emoted messages, ie. when the user types |
---|
| 31 | '/me foo' |
---|
| 32 | - support for setting the display name (nick 0 "foo bar") - it |
---|
| 33 | sets the mood text |
---|
[c01edb7] | 34 | 0.2.5 - now bitlbee's info command is supported (it displays full name, |
---|
| 35 | birthday, homepage, age, etc.) |
---|
[bfbb1aa] | 36 | 0.2.4 - improve documentation based on feedback from people on #bitlbee |
---|
| 37 | - fixed for Skype4Py >= 0.9.28.4 |
---|
| 38 | - tested with latest Skype beta, too (the one which supports |
---|
| 39 | video) |
---|
[fc26bcb] | 40 | 0.2.3 - fixed that annoying "creating groupchat failed" warning |
---|
[b06e647] | 41 | 0.2.2 - don't change the topic if skype does not report a successful |
---|
| 42 | topic change |
---|
| 43 | - fixed for the recent bitlbee API changes |
---|
[c4112c4] | 44 | 0.2.1 - topic support in group chats |
---|
| 45 | - bugfixes for multiline messages |
---|
| 46 | - this version should be again as stable as 0.1.4 was |
---|
[5b677eb] | 47 | 0.2.0 - group chat support |
---|
| 48 | - ~300 lines of new code, so be careful :) |
---|
| 49 | - the version number mentions that this is not a minor change |
---|
[8de38e9] | 50 | 0.1.4 - documentation: mention the version of all deps (requirements |
---|
| 51 | section) |
---|
| 52 | - fix sending / sending accents |
---|
| 53 | - don't use internal functions of skype4py |
---|
| 54 | - skyped no longer dies when skype is killed |
---|
[40d2dc4] | 55 | 0.1.3 - support for edited messages |
---|
| 56 | - ignore empty messages (skype does the same) |
---|
| 57 | - support for multiline messages |
---|
| 58 | - switch to the x11 api instead of dbus (it's much more stable) |
---|
[478c051] | 59 | 0.1.2 - notification when a new call arrives in |
---|
| 60 | - more documentation (vnc) |
---|
| 61 | - first release which works with unpatched bitlbee |
---|
[025da7a] | 62 | 0.1.1 - skyped now runs as daemon in the background by default |
---|
[924d0f2] | 63 | - skyped now automatically reconnects on Skype restarts |
---|
| 64 | 0.1.0 - initial release |
---|
| 65 | - see README for major features |
---|