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] Proxy support
|
||||||
- [x] File transfers
|
- [x] File transfers
|
||||||
- [x] Avatars
|
- [x] Avatars
|
||||||
|
- [x] Multiprofile
|
||||||
|
- [x] Multilingual
|
||||||
- [ ] Inline images
|
- [ ] Inline images
|
||||||
- [ ] Sound notifications
|
- [ ] Sound notifications
|
||||||
- [ ] Multiprofile
|
|
||||||
- [ ] Multilingual
|
|
||||||
- [ ] Audio
|
- [ ] Audio
|
||||||
|
|
||||||
###Downloads
|
###Downloads
|
||||||
|
|
|
@ -3,7 +3,7 @@ import time
|
||||||
from platform import system
|
from platform import system
|
||||||
|
|
||||||
|
|
||||||
program_version = '0.0.3'
|
program_version = '0.0.4'
|
||||||
|
|
||||||
|
|
||||||
def log(data):
|
def log(data):
|
||||||
|
|
Loading…
Reference in a new issue