v 0.0.4
This commit is contained in:
parent
85349c86da
commit
de5082ef38
2 changed files with 3 additions and 3 deletions
|
@ -16,10 +16,10 @@ Toxygen is simple [Tox](https://tox.chat/) client written on pure Python 2.7
|
|||
- [x] Proxy support
|
||||
- [x] File transfers
|
||||
- [x] Avatars
|
||||
- [x] Multiprofile
|
||||
- [x] Multilingual
|
||||
- [ ] Inline images
|
||||
- [ ] Sound notifications
|
||||
- [ ] Multiprofile
|
||||
- [ ] Multilingual
|
||||
- [ ] Audio
|
||||
|
||||
###Downloads
|
||||
|
|
|
@ -3,7 +3,7 @@ import time
|
|||
from platform import system
|
||||
|
||||
|
||||
program_version = '0.0.3'
|
||||
program_version = '0.0.4'
|
||||
|
||||
|
||||
def log(data):
|
||||
|
|
Loading…
Reference in a new issue