Commit graph

443 commits

Author SHA1 Message Date
Paul Nameless
a49c6cc619 Update script: delete changelog after release 2021-04-21 20:00:50 +03:00
Paul Nameless
57229e8d18 Release v0.9.0 2021-04-21 19:59:27 +03:00
Paul Nameless
ff636cfc44 Update script 2021-04-21 19:59:21 +03:00
Paul Nameless
cc8a7d0b3a Add script for routines 2021-04-21 19:58:02 +03:00
Nameless
617badc1de
Do not fail if addstr raises error (#214)
* Do not fail if addstr raises error

* Fix black formatting

* Fix formatting of last_msg

* Add types

* Fix sort imports
2021-04-21 19:33:11 +03:00
Nameless
d78792e71e
Move cursor to the correct position for unicode characters when input msg (#212)
* Move cursor to the correct position for unicode characters when input msg

* Fix black formatting
2021-04-21 14:55:24 +03:00
Nameless
20273fd068
Bump python-telegram version (#213) 2021-04-21 14:54:49 +03:00
Paul Nameless
0b28232bb0 Increase mypy version 2021-04-21 10:17:49 +03:00
Paul Nameless
30e81e89b3 Fix black formatting 2021-04-21 09:53:58 +03:00
Paul Nameless
edf78f277d Release 0.8.0 2021-04-21 09:45:48 +03:00
Nameless
c7b08b3efa
Chux0519/master (#211)
* patch td 1.6.0

* pathced for td 1.6.10

* Fix black formatting

* Fix type formatting

Co-authored-by: hexyoungs <chuxdesign@hotmail.com>
2021-04-19 11:03:55 +03:00
Nameless
1cd023afc1
Quote filename path for mailcap (#208)
* Quote filename path for mailcap

* Fix formatting
2021-02-22 10:11:54 +02:00
Yurii H
4190da13f8
Add Wayland COPY_CMD to default config (#203) 2021-02-22 09:49:57 +02:00
Yurii H
8ad6d919d7
Fix git link in README.md (#204) 2021-02-22 09:49:20 +02:00
Bogdan Rodionov
039ce859b7
Update readme.md (#196)
Adding keybinding 'D' for download file
2021-02-22 09:48:35 +02:00
Paul Nameless
06f7c5bac3 Merge branch 'master' of https://github.com/paul-nameless/tg 2020-11-23 14:11:38 +02:00
Paul Nameless
f95c8e91db Add to readme publish instructions 2020-11-23 14:11:03 +02:00
Paul Nameless
5931f2a388 Add to readme publish instructions 2020-11-23 14:08:22 +02:00
Paul Nameless
8dab97ccf8 Release 0.7.0 2020-11-23 13:59:22 +02:00
Alex
2bd0fcbc51
Fix attached msg photos layout (#188)
* Fix attached msg photos layout

* handle urls in textEntityTypeTextUrl
2020-10-23 08:14:27 +03:00
Nameless
fabcafbb94
Merge pull request #187 from paul-nameless/show-reply-markup
Show reply markup
2020-10-16 11:21:35 +03:00
Alex
a0946e542b
Update main.yml 2020-10-10 17:21:43 +03:00
lightme16
7f262c9fab bump ci tools 2020-10-10 17:17:57 +03:00
lightme16
f163e85880 add tg msg method 2020-10-10 17:07:32 +03:00
lightme16
c076fa621c prettify 2020-10-10 17:00:34 +03:00
lightme16
86113c0e32 extact method 2020-10-10 16:56:59 +03:00
lightme16
4e196271ae display urls 2020-10-10 16:38:22 +03:00
lightme16
40d56d4baa Show reply markup 2020-10-10 16:30:21 +03:00
Nameless
3ab0779c61
Merge pull request #182 from paul-nameless/copy-file-shortcut
Add copy to download dir keybinding
2020-09-25 10:32:58 +03:00
Paul Nameless
8e7d4241e5 Add copy to download dir keybinding 2020-09-22 10:13:13 +03:00
Nameless
4a2569b12b
Merge pull request #181 from paul-nameless/add-seen-flag
Add seen flag
2020-09-22 09:50:38 +03:00
Paul Nameless
f315411e56 Add seen flag 2020-09-18 16:14:17 +03:00
Nameless
c38b1186d1
Merge pull request #178 from paul-nameless/mark-as-viewed
Mark msgs as viewed when sent new msg
2020-09-14 08:02:46 +03:00
Paul Nameless
489f2ccbf8 Fix type checking 2020-09-13 19:39:14 +03:00
Paul Nameless
b2b82e8407 View msgs when replied 2020-09-11 12:49:11 +03:00
Paul Nameless
d89abaa2db Mark msgs as viewed when sent new msg 2020-09-11 12:28:19 +03:00
Nameless
f78818554e
Merge pull request #177 from paul-nameless/custom-mailcap
Set custom path to mailcap file
2020-09-09 10:41:36 +03:00
Paul Nameless
5c067ab5c7 Fix type checking 2020-09-09 10:40:41 +03:00
Paul Nameless
78a5a30f65 Set custom path to mailcap file 2020-08-16 17:43:18 +03:00
Paul Nameless
5bf3f62797 Remove old way to count wide characters 2020-07-29 20:14:53 +08:00
Paul Nameless
98edcae1c4 Update readme: remove virtualenv instructions 2020-07-29 11:09:43 +08:00
Paul Nameless
4dc9b8ce25 Update readme: use "pip install ." when installing from sources 2020-07-28 20:46:55 +08:00
Paul Nameless
87e50e1081 Release 0.6.0 2020-07-28 10:07:05 +08:00
Paul Nameless
be1ae815d2 Rename mock->stub 2020-07-28 10:06:37 +08:00
Nameless
859de4a6d3
Fix hang when opened external app and resizing terminal (#167) 2020-07-27 17:50:15 +03:00
Nameless
44935ba908
Merge pull request #165 from paul-nameless/show-chat-info
Show chat info with <c> shortcut in msg panel
2020-07-27 20:06:18 +08:00
Nameless
5cf8ed016f
Merge pull request #166 from paul-nameless/fix-glitch
Fix drawing glitch with chat vertical separator
2020-07-27 20:05:58 +08:00
Paul Nameless
4c3ddbc879 Split big function into smaller 2020-07-27 20:04:09 +08:00
Paul Nameless
85811a50d9 Use break in a loop 2020-07-27 19:51:21 +08:00
jugendhacker
6452604186
Change AUR package to version following releases (#153)
* Change from telegram-tg-git to telegram-tg

* Add hint for developement version (telegram-tg-git)
2020-07-26 15:15:12 +08:00