Alexander Zveruk
22e7ba18a6
Change default ffmpeg cmd for Linux
2020-06-30 01:03:58 +03:00
Paul Nameless
f24e71f5c0
Release 0.1.3
2020-06-27 12:51:17 +08:00
Nameless
47f6b915c9
Merge pull request #90 from paul-nameless/show-unseen
...
Show unseen flag in chat pane
2020-06-26 10:31:58 +08:00
Paul Nameless
2f53e6edae
Add type hints for remove_message function
2020-06-26 10:30:51 +08:00
Paul Nameless
801df444f1
Show unseen flag in chat pane
2020-06-24 21:18:36 +08:00
Nameless
4c449da54a
Merge pull request #89 from paul-nameless/fix-reply-id
...
Fix bug when there msg which was replied to does not exist anymore
2020-06-24 15:02:24 +08:00
Nameless
769185b3ac
Merge pull request #88 from paul-nameless/aur-to-readme
...
Add AUR package info to README
2020-06-24 15:02:04 +08:00
Alex
11b20c4ce8
Update README
2020-06-24 09:17:00 +03:00
Paul Nameless
617a3485d1
Fix bug when there msg which was replied to does not exist anymore
2020-06-24 09:51:27 +08:00
Alexander Zveruk
598dfbd46d
Add AUR package info to README
2020-06-24 01:17:04 +03:00
Nameless
73bb8b2de6
Merge pull request #85 from Crax97/country_code
...
Requesting country code when the user forgets it
2020-06-22 21:50:16 +08:00
Giovanni Solimeno (Crax)
3d82ef6cb6
Formatted according to black
2020-06-22 15:37:19 +02:00
Giovanni Solimeno (Crax)
ef6945d010
Requesting country code in phone + appending '+' if it's missing
2020-06-22 15:33:56 +02:00
Giovanni Solimeno (Crax)
950da8fa54
Requesting country code when the user forgets it
2020-06-21 13:37:41 +02:00
Paul Nameless
e7b53eee3b
Add license
2020-06-21 11:48:17 +08:00
Paul Nameless
b121c54eca
Reduce screenshot size
2020-06-21 11:46:28 +08:00
Paul Nameless
3019897db8
Add screenshot
2020-06-21 11:43:24 +08:00
Nameless
53c2e9354f
Merge pull request #83 from paul-nameless/quote
...
Shell-escape file path passed to commands
2020-06-21 10:32:18 +08:00
Paul Nameless
28760e0fa0
Update config info in README
2020-06-20 22:17:05 +08:00
Paul Nameless
2e916be88b
Shell-escape file path passed to commands
2020-06-20 21:54:50 +08:00
Paul Nameless
a75f1d11c9
Release 0.1.2
2020-06-20 15:51:32 +08:00
Paul Nameless
2d66eeeef6
Exclude from emoji pattern symbols of length = 1
2020-06-20 15:51:14 +08:00
Paul Nameless
d6e2bb858a
Release 0.1.1
2020-06-20 15:40:48 +08:00
Paul Nameless
4dd11f4edd
Remove empty column
2020-06-20 15:40:27 +08:00
Paul Nameless
e52cfe0eca
Release 0.1.0
2020-06-20 15:28:40 +08:00
Nameless
cd57b6b6ee
Merge pull request #79 from paul-nameless/url-preview
...
Add url preview and open url handler
2020-06-20 15:26:00 +08:00
Paul Nameless
e4b46a0430
Setup logs later then initializing tdlib to see errors
2020-06-20 15:22:21 +08:00
Paul Nameless
4d3fe2b952
Merge branch 'master' into url-preview
2020-06-20 14:58:00 +08:00
Paul Nameless
f69052553c
Use default app to open urls and add urlview cmd to config
2020-06-20 14:56:51 +08:00
Nameless
f76fe5cc29
Merge pull request #82 from paul-nameless/fix-sending-files
...
Fix sending files
2020-06-20 12:20:49 +08:00
Paul Nameless
2e43784c57
Fix sending files
2020-06-20 12:18:32 +08:00
Alex
1f40cbc444
Fix layout problems due to emodjies in ChatView ( #78 )
2020-06-12 20:28:07 +03:00
Paul Nameless
492371c754
Update README: add default examples
2020-06-12 20:50:54 +08:00
Paul Nameless
3b858eb76c
Release 0.0.4
2020-06-12 20:36:35 +08:00
Paul Nameless
e80e639cc1
Update README with mailcap information
2020-06-12 20:35:38 +08:00
Paul Nameless
456a037f77
Add url preview and open url handler
2020-06-12 15:19:47 +08:00
Nameless
e92eb979fa
Merge pull request #77 from paul-nameless/key-bind
...
Rewrite key handler
2020-06-12 10:51:41 +08:00
Paul Nameless
e24b4f4740
Add new key bindings to README
2020-06-12 10:49:45 +08:00
Paul Nameless
8bc12644a5
Fix show help
2020-06-12 10:48:03 +08:00
Nameless
4c8095e02d
When yank msgs, also copy to clipboard ( #76 )
...
* When yank msgs, also copy to clipboard
2020-06-11 20:40:47 +03:00
Nameless
5a14a94802
Add users status in chat flags ( #75 )
...
Add ability to configure flags representation
2020-06-11 20:38:04 +03:00
Paul Nameless
5eeb887e83
Fix handlers
2020-06-11 21:49:23 +08:00
Paul Nameless
45a4e2cc74
Rewrite key handler
...
Show help with key bindings
Move tg.png icon to resources directory
2020-06-11 21:46:09 +08:00
Paul Nameless
c5daf1b5bb
When yank msgs, also copy to clipboard
2020-06-11 19:25:37 +08:00
Paul Nameless
0151e8df6a
Add users status in chat flags
...
Rotate logs
Add ability to configure flags representation
2020-06-11 18:13:42 +08:00
Nameless
468950bc6a
Add checks for sending, deleting, forwarding ( #72 )
...
* Check if msg can be deleted
* Check if msg can be sent in current chat
* Fix is can be deleted
* Check is msg can be forwarded
2020-06-08 23:48:34 +03:00
Nameless
29585ae972
Add docker ( #74 )
...
* Update README
* Add docker for testing and it is a fast way to try our client
Co-authored-by: Alex <lightme16@users.noreply.github.com>
2020-06-08 23:03:52 +03:00
Nameless
6eb0c60b98
Add isort check to CI ( #71 )
...
* Add isort check to CI
* Add isort configuration to match black
* Fix pyproject syntax error
Co-authored-by: Alex <lightme16@users.noreply.github.com>
2020-06-08 22:55:33 +03:00
Nameless
ad4d020f12
Release 0.0.3 ( #73 )
...
* Initialize config on first run
* Version 0.0.3
* Update README
2020-06-08 22:53:11 +03:00
Paul Nameless
1f9a352a1b
Update README with a note about voice msgs
2020-06-07 13:22:04 +08:00