Skip to content

Releases: paul-nameless/tg

v0.9.0

21 Apr 16:59
Compare
Choose a tag to compare

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

21 Apr 06:51
Compare
Choose a tag to compare

GitHub: Chux0519/master (#211)
GitHub: Quote filename path for mailcap (#208)
GitHub: Add Wayland COPY_CMD to default config (#203)
GitHub: Fix git link in README.md (#204)
GitHub: Update readme.md (#196)

v0.7.0

23 Nov 12:13
Compare
Choose a tag to compare

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

28 Jul 02:13
Compare
Choose a tag to compare
  • 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 or S and it will autodetect gif type

v0.5.0

21 Jul 13:44
Compare
Choose a tag to compare
  • 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

13 Jul 06:26
Compare
Choose a tag to compare
  • 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

06 Jul 04:18
Compare
Choose a tag to compare
  • 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 of typing...)
  • Cleanup cache: delete files older than N days specified in config (default 7 days)
  • Display polls (voting not implemented)

v0.2.0

02 Jul 01:23
Compare
Choose a tag to compare
  • Added: top status panel, which shows current chat info and user status if available
  • Added: showing chat actions and sending typing when starting to enter new msg
  • Added: draw each users with different colors: configurable range of colors, base 16, 256 or 1
  • Fixed: bug in update handler decorator, which caused client to stop receiving msgs
  • Added: display caption when sending document with attached text

v0.1.3

27 Jun 04:56
Compare
Choose a tag to compare
  • Changed: file_path in configuration now shell escaped for security reasons and config file should be changed appropriately
  • Added: show unseen flag in chat pane (recipient haven't read last msg)
  • Added: requesting country code in phone and appending '+' if it's missing
  • Fixed: bug when there msg which was replied to does not exist anymore