Releases: paul-nameless/tg
Releases · paul-nameless/tg
v0.9.0
Paul Nameless: Update script
Paul Nameless: Add script for routines
GitHub: Do not fail if addstr raises error (#214)
GitHub: Move cursor to the correct position for unicode characters when input msg (#212)
GitHub: Bump python-telegram version (#213)
Paul Nameless: Increase mypy version
Paul Nameless: Fix black formatting
v0.8.0
v0.7.0
Fix attached msg photos layout
Show reply markup
Add copy to download dir keybinding
Add seen flag
View msgs when replied
Mark msgs as viewed when sent new msg
Set custom path to mailcap file
Remove old way to count wide characters
v0.6.0
- Fix hang when resizing terminal and external app (e.g. vim) is opened
- Fix drawing glitch of vertical separator when emoji is in the message
- Create secret chat or group:
ns
,ng
in chat view - Show chat info (including secret chat private key) by pressing
c
in msg view - Fix invalid width count for chat panel
- Show user info by pressing
u
in msg view - Add ability to send gifs by pressing
sn
orS
and it will autodetect gif type
v0.5.0
- Add ability to delete chat (leave group, channel)
- Search in chats (search in msgs in progress)
- Fixed bug with drawing when entering msg
v0.4.0
- Show list of contacts ( in chat view)
- When chat created/deleted it will be added/removed to/from the chat list
- Fix bug with disappearing messages
- Expand user
~
when getting file path on sending.
v0.3.0
- Allow to open current msg with custom cmd (<!> key)
- Select msg and go to previous one with ctrl+space
- View animated stickers thumbnail
- Jump to reply ( key)
- Show last msg sender user name in group chat preview (
[user] typing...
instead oftyping...
) - Cleanup cache: delete files older than N days specified in config (default 7 days)
- Display polls (voting not implemented)
v0.2.0
Added
: top status panel, which shows current chat info and user status if availableAdded
: showing chat actions and sendingtyping
when starting to enter new msgAdded
: draw each users with different colors: configurable range of colors, base 16, 256 or 1Fixed
: bug in update handler decorator, which caused client to stop receiving msgsAdded
: display caption when sending document with attached text
v0.1.3
Changed
: file_path in configuration now shell escaped for security reasons and config file should be changed appropriatelyAdded
: show unseen flag in chat pane (recipient haven't read last msg)Added
: requesting country code in phone and appending '+' if it's missingFixed
: bug when there msg which was replied to does not exist anymore